تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
5581 أدوات العرض

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

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
نوفمبر 21
2969
0
ديسمبر 20
3494
0
أبريل 18
3380
0
أبريل 24
1726
4
نوفمبر 23
5738