in graph view
the last measure show only i want two measures show
<record id="crm_opportunity_view_graph2" model="ir.ui.view">
<field name="name">crm.lead.graph.view</field>
<field name="model">crm.lead</field>
<field name="arch" type="xml">
<graph string="Opportunities">
<field name="expected_invoice_date" interval="quarter" />
<field name="weighted_revenue" type="measure"/>
<field name="estimated_gross_profit" type="measure" />
</graph>
</field>
</record>