콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
5755 화면

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
3135
0
12월 20
3681
0
4월 18
3559
0
4월 24
1883
4
11월 23
6010