Opened 10 years ago
Closed 10 years ago
#12208 closed enhancement (fixed)
[patch][ccla] Avoid Default chart axis 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
The label truncation & tooltip feature has introduced a dependency on dijit.Tooltip and thus dijit in general in Chart Default axis. This is a lot of download for charts that do not require this (especially important on mobile).
This patch is removing the dijit.Tooltip require & dynamically testing for its presence before display before displaying a tooltip.
It also updates the test accordingly.
This share the same purpose as: http://trac.dojotoolkit.org/ticket/12149 in order to get lighter charts.
Attachments (2)
Change History (4)
Changed 10 years ago by
Attachment: | test_label_shortening.patch added |
---|
comment:1 Changed 10 years ago by
Status: | new → assigned |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
test patch