Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
5754 Ansichten

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
Verwerfen

Now, can you do it?

If you have found the answer Please advise me

Thank you so much

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

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
0
Nov. 21
3131
0
Dez. 20
3680
0
Apr. 18
3559
0
Apr. 24
1883
4
Nov. 23
6006