Opened 10 years ago
Closed 10 years ago
#12165 closed enhancement (fixed)
[patch][ccla]Chart: Using Selectable Legend instead of SpiderLegend in Spider Chart
Reported by: | ruanqi | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Charting | Version: | 1.6.0b1 |
Keywords: | spider chart, legend | Cc: | Adam Peller, [email protected]…, [email protected]… |
Blocked By: | Blocking: |
Description (last modified by )
Using dojox.charting.widget.SelectableLegend
as a default interactive legend in Spider chart, rather than using dojox.charting.plot2d.SpiderLegend
declared inner Spider chart. SpiderLegend
class has been deleted in the patch.
Attachments (2)
Change History (4)
Changed 10 years ago by
Attachment: | spider_chart_using_selectable_legend.png added |
---|
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
This is very important patch (not attached yet) --- in order to be consistent and orthogonal we should reuse components as much as we can. My understanding that Spider used its own chart for historical reasons, and this curiosity should be eliminated. That's why I marked Spider "experimental".
Changed 10 years ago by
Attachment: | spider_chart_using_selectable_legend.patch added |
---|
patch from Rock (IBM, CCLA)
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Spider chart Using Selectable Legend