Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
5741 Widoki

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?

Awatar
Odrzuć

Now, can you do it?

If you have found the answer Please advise me

Thank you so much

Najlepsza odpowiedź
Now, can you do it?
If you have found the answer Please advise me
 Thank you so much

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
lis 21
3104
0
gru 20
3651
0
kwi 18
3544
0
kwi 24
1859
4
lis 23
5957