Skip to Content
Menu
This question has been flagged
2 Replies
5604 Rodiniai

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?

Portretas
Atmesti

Now, can you do it?

If you have found the answer Please advise me

Thank you so much

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

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
0
lapkr. 21
2991
0
gruod. 20
3524
0
bal. 18
3418
0
bal. 24
1750
4
lapkr. 23
5786