Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
5700 มุมมอง

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?

อวตาร
ละทิ้ง

Now, can you do it?

If you have found the answer Please advise me

Thank you so much

คำตอบที่ดีที่สุด
Now, can you do it?
If you have found the answer Please advise me
 Thank you so much

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
0
พ.ย. 21
3079
0
ธ.ค. 20
3630
0
เม.ย. 18
3524
0
เม.ย. 24
1841
4
พ.ย. 23
5889