Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
5734 Tampilan

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
Buang

Now, can you do it?

If you have found the answer Please advise me

Thank you so much

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

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Nov 21
3092
0
Des 20
3642
0
Apr 18
3541
0
Apr 24
1852
4
Nov 23
5936