コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
5752 ビュー

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
11月 21
3129
0
12月 20
3672
0
4月 18
3555
0
4月 24
1882
4
11月 23
6002