Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
5787 Visualizzazioni

For my model with the following fields:


name= field.Char()
date= field.Date()
ok_parts = field.Float()
not_ok_parts = field.Float()

I am trying to show multiple lines in the same graph this way:

<graph string="Results" type="line">
     <field name="date" type="row" interval="day"/>
    <field name="ok_parts" type="measure" operator="+"/>
    <field name="not_ok_parts" type="measure" operator="+"/>
</graph>
The only way to show the two values multiple separately at the same time, is through a bar graph.. Any idea how can do using line chart?

Avatar
Abbandona

Now, can you do it?

If you have found the answer Please advise me

Thank you so much

Risposta migliore
Now, can you do it?
If you have found the answer Please advise me
 Thank you so much

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
nov 21
3172
0
dic 20
3750
0
apr 18
3621
0
apr 24
1967
4
nov 23
6081