nimrod Report post Posted September 24, 2012 Hi, Is it possible to provide data to multiple charts using one XML stream? For example: <set value="160" otherValue="120"> I would like to use 'value' to provide data for one chart and 'otherValue' to be the data points for a separate chart on the same page. Thanks. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted September 25, 2012 Hi, I am afraid, each chart needs to have an independent XML stream. However, if you can pre-process (using your own code) the XML stream before passing it to the chart and build two separate valid XMLs (for 2 charts) and then pass each to respective chart, it can be achieved. Share this post Link to post Share on other sites
nimrod Report post Posted September 25, 2012 Hi, I am afraid, each chart needs to have an independent XML stream. However, if you can pre-process (using your own code) the XML stream before passing it to the chart and build two separate valid XMLs (for 2 charts) and then pass each to respective chart, it can be achieved. Got ya. I'll try that, thanks. Share this post Link to post Share on other sites