Opened 6 years ago
Last modified 3 years ago
#18551 assigned defect
[patch] Lines always show in dojox.charting.action2d.MouseIndicator
Reported by: | knoid | Owned by: | dylan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.14 |
Component: | Charting | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Trying to add a MouseIndicator? with lines: false
doesn't change anything. Lines keep showing up.
It is fixed by changing line 144 of MouseIndicator?.js from this:
this.chart.addPlot(this._uName, {type: IndicatorElement, inter: this });
to
this.chart.addPlot(this._uName, {type: IndicatorElement, inter: this, lines: this.opt.lines});
but I think further changes should be made to completely fix this issue.
Change History (2)
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Owner: | changed from Eugene Lazutkin to dylan |
Status: | new → assigned |
Summary: | Lines always show in dojox.charting.action2d.MouseIndicator → [patch] Lines always show in dojox.charting.action2d.MouseIndicator |
comment:2 Changed 3 years ago by
Milestone: | 1.13 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.