Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
5664 Weergaven

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
Annuleer

Now, can you do it?

If you have found the answer Please advise me

Thank you so much

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

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
0
nov. 21
3062
0
dec. 20
3599
0
apr. 18
3492
0
apr. 24
1817
4
nov. 23
5849