Opened 13 years ago
Closed 13 years ago
#4942 closed defect (fixed)
Chart scaler crashes/hangs with only zero values in dataseries
Reported by: | guest | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.0.1 |
Component: | Charting | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The chart scaler gets in trouble when the dataseries only consists of zero values. Looks like an endless loop (Firefox asks me to stop/debug or continue the script execution).
Change History (8)
comment:1 Changed 13 years ago by
Milestone: | 1.0 → 1.0.1 |
---|---|
Owner: | changed from Tom Trenka to Eugene Lazutkin |
comment:2 Changed 13 years ago by
Status: | new → assigned |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 13 years ago by
comment:5 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
It does not appear that this was fixed in the 1.0 branch. Please fix on that branch or change the milestone to 1.1 as appropriate. Thanks.
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:7 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
still needs to go on the 1.0 branch. See recent e-mail to dojo-contrib
comment:8 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
(In [11291]) charting: handling empty series, and series with a constant value. Fixes #4942.