Opened 10 years ago
Closed 10 years ago
#12236 closed enhancement (fixed)
[patch][ccla] avoid Spider plot2d to require dijit
Reported by: | cjolif | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Charting | Version: | 1.6.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In the exact same spirit as http://bugs.dojotoolkit.org/ticket/12208, the Spider.js of plot2d can test for tooltip availability and show them only if available instead of forcing the full dijit stack to be loaded (especially useful on mobile).
This patch is also removing a dojo.require("dojox.charting.widget.Legend") statement in the code that is useless and also create a (non useful) dijit dependency.
Attachments (2)
Change History (4)
Changed 10 years ago by
Attachment: | Spider.patch added |
---|
Changed 10 years ago by
Attachment: | test_spider2d.patch added |
---|
test case patch to require Tooltip for them to display
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Spider patch to remove dijit dependency