Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
5733 Переглядів

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
3092
0
груд. 20
3642
0
квіт. 18
3541
0
квіт. 24
1851
4
лист. 23
5936