pitommasi Report post Posted March 20, 2013 Would it be possible to only change the "data" part of a chart or a map? Current;y, to change the data of a chart, I do it by reading the JSON data like this: chartData = chart1.getJSONData(); then replace the data element: chartData.data = newData; and feed it back to the chart: chart1.setJSONData(chartData); since the chart definition is always the same, I wanted to know whether there is there a way to do something like: chart1.data = newData; thanks in advance Share this post Link to post Share on other sites
Guest Sumedh Report post Posted March 21, 2013 Hi, Welcome to FusionCharts Forum! I am afraid, this is not possible. You can not change the data part for a map/chart. Share this post Link to post Share on other sites
pitommasi Report post Posted March 21, 2013 Any chances of implementing this? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted March 21, 2013 Any chances of implementing this? Hi, We will add this feature to our feature wishlist. We would definitely try to implement this feature, if it is feasible. Thanks for your support and time. Share this post Link to post Share on other sites