Opened 9 years ago
Closed 9 years ago
#15115 closed defect (wontfix)
dojox.charting StackedAreas won't diplay with StoreSeries
Reported by: | Mathevet julien | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Charting | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I don't know if it's duplicated with #12271. But in 1.7 branch if you replace Columns by StackedAreas? any curves are displayed in 1.7/dojox/charting/tests/test_StoreSeries-amd.html
But it works in svn
Could you apply a backport in 1.7
Change History (2)
comment:2 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Waiting for 1.8 you need to specify your data point value directly instead of using y value. In the example you mentioned you can for instance replace the valTrans function by
return object[value]
Note: See
TracTickets for help on using
tickets.
If you copy Stacked.js into 1.7 it works.