Opened 13 years ago
Closed 13 years ago
#6134 closed enhancement (fixed)
chart plotting off grid
Reported by: | tk | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Charting | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
I think this is a bug, post it and let you decide... if you take the chart from the test_chart2dupdating.html and start subtracting 1 from the last value of the chart series, evtually you progress into negative values, which in a rnage of 0+ shouldnt plot... bu t you get graphs below the grid.... screen shot attached.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | chart_bug.png added |
---|
comment:1 Changed 13 years ago by
Milestone: | → 1.2 |
---|---|
Status: | new → assigned |
Type: | defect → enhancement |
Actually it is only because nobody updates the range on axes (it was fixed for the demo), and there is no clipping in gfx (because VML doesn't support any clipping).
Still we can try to implement pseudo-clipping. I'll keep this ticket open to track this upcoming feature of charts.
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
It was fixed in #6547.
chart bug