
CrazyCoder
Members-
Content count
5 -
Joined
-
Last visited
Everything posted by CrazyCoder
-
Im using ajax to get the json data and render the charts. In crome , it works perfectly fine.But the same is working very slowly in IE11. The charts are rendered few seconds late when compared to crome. Please let me know how to solve this problem.
-
load charts after auto-refresh of page Charts not being rendered after some time.
CrazyCoder posted a topic in FusionCharts DOM
I have set auto re-fresh to the div in which the chart is being rendered to 1 minute.When I minimize my browser for more than 1 min and open it, the chart is not being rendered. It simply shows "Loading Charts.Please wait." How to overcome this problem.Please help!!! -
anchor dataplots Fill the anchor data plots with same color as line
CrazyCoder posted a topic in FusionCharts DOM
I'm using multi series chart to display the data. In this there are almost 9 series with different colors. All the colors are specified in the "paletteColors" attribute. But the problem I'm facing is , the anchors which are displayed are not filled and only border of anchor appears .I want the anchors to be filled with the same color as the line. Sample Json and Chart image are attached . Kindly suggest as quickly as possible. Sample Json.txt -
anchor dataplots Fill the anchor data plots with same color as line
CrazyCoder replied to CrazyCoder's topic in FusionCharts DOM
thanks -
load charts after auto-refresh of page Charts not being rendered after some time.
CrazyCoder replied to CrazyCoder's topic in FusionCharts DOM
I have set auto refresh to get the real time data on dashboard.