I use dhtmlxchart in chrome and firefox.
It can work.
But in IE,the chart will not show.
IE shows error that dhtmlxchart.js and id is null not an object.
How can I fix it?
Thx…
Make sure that thirdparty folder is included into the codebase folder.
Thirdparty Folder??
I don’t know what is that?
And why Chrome and Firefox work fine,
But IE is not work?
Thirdparty Folder??
I don’t know what is that?
you may find it in the dhtmlxChart/codebase/ folder as well as dhtmlxchart.js library
Basically - be sure to copy all files from codebase folder of package
In case of IE, chart uses iecanvas lib, which loads dynamically, and error in your case can occur if you have not lib file in the codebase folder.