Jump to content
Software FX Community

ChartFX taking too long to load without MainClient


paleta

Recommended Posts

Hi everybody, I am completely clueless about this issue, the Chart takes almost 40 seconds to load in production environment without the MainClient, I cannot use MainClient because I need to access the Chart using Javascript.

 Do you have any hint or idea of what can I do to speed things up?

 Thanks. 

Link to comment
Share on other sites

You can still use JavaScript when using MainClient, simply do:

mainClientObject.Chart to obtain the actual chart object (mainClientObject being the DOM object corresponding to the MianClient <OBJECT> tag)

The one thing you don't get with main client are events.

I don't think there is anything you can do to improve this speed as this is the time IE is taking to download the assembly in order to check that the version is indeed the same.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...