You are not logged in.
Hello, I found the problem with chart. May be you can help me.
Please check my screenshots.
1. When I load my page at first time my popup values are visible on the chart (data loaded from the server). 
2. After page refresh (F5) my popup chart values are invisible (data loaded from local storage). 
Direct page is here: http://x5trade.com/#!app/index?q=accoun … amp;uid=39
Where is a problem? Thank you!
Last edited by ivanz (2012-08-08 03:35:42)
Offline
Most probably it's a timing issue. When data is loaded too quick (from cache) the order of what you do with charts might be disturbed resulting in various anomalies.
Here's what I got on refresh: (no charts at all on refresh)
You need to work on your code to ensure stuff is in the right order. I.e. data is not loaded before amcharts classes are loaded, etc.
Offline
© amCharts | Forum engine: PunBB