I have a page with 6 dojox.charting.Chart2d
charts that works fine in all browsers except IE. In IE8, the charts take more than a minute to load.
Profiling shows that by far the majority of the time is being consumed by dojo._getMarginBox
: 57 calls takes between 48 and 66 seconds.
- Has anyone else got experience with this?
- Has anyone else got any suggestions (besides get rid of IE, which sadly is not an option)?