Opened 12 years ago
Closed 7 years ago
#11197 closed defect (fixed)
DataChart doesn't mixin markers: false
Reported by: | rcarver | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Charting | Version: | 1.5.0b2 |
Keywords: | DataChart markers | Cc: | |
Blocked By: | Blocking: |
Description
dojox.charting.DataChart? forces markers: true in DataChart?.js, should mixin passed parameters.
Change History (7)
comment:1 Changed 12 years ago by
Component: | General → Charting |
---|---|
Owner: | changed from anonymous to Eugene Lazutkin |
comment:2 Changed 12 years ago by
Owner: | changed from Eugene Lazutkin to Mike Wilcox |
---|
comment:3 Changed 11 years ago by
Milestone: | tbd → future |
---|
comment:4 Changed 10 years ago by
comment:5 Changed 10 years ago by
It seems like the mixin has been there since the beginning, in [17115]:
dojo.mixin(chartPlot, kwArgs.chartPlot)
so not sure what the issue was in 1.5, or what fixed it.
comment:6 Changed 7 years ago by
Owner: | changed from Mike Wilcox to dylan |
---|---|
Status: | new → assigned |
comment:7 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This was fixed a long time ago, and then superseded by the dojo/store based version of the widget.
Note: See
TracTickets for help on using
tickets.
Already done in trunk