Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
5694 Представления

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
3075
0
дек. 20
3626
0
апр. 18
3511
0
апр. 24
1838
4
нояб. 23
5881