İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
6021 Görünümler

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
Vazgeç

Now, can you do it?

If you have found the answer Please advise me

Thank you so much

En İyi Yanıt
Now, can you do it?
If you have found the answer Please advise me
 Thank you so much

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
0
Kas 21
3406
0
Ara 20
4012
0
Nis 18
3829
0
Nis 24
2284
4
Kas 23
6484