Jamie 1 Report post Posted March 9, 2011 Hello. I'd like to use a chart to open a data table instead of another chart. This would be on the same page as the chart and would update when a chart element is clicked just as a child chart would normaly update. Can this be done? Can anyone get me started please. Jamie. Share this post Link to post Share on other sites
Guest Angie Report post Posted March 10, 2011 Hi, Welcome to FusionCharts Forum! Please refer to the link below: http://www.fusioncharts.com/widgets/Demos/RealTimeJS/Index.html Hope this helps. Share this post Link to post Share on other sites
Jamie 1 Report post Posted March 14, 2011 Thanks Angie. That is excellent but not quite what I'm looking for. I just need to display a table which updates when a column on a chart is clicked. Not a constantly updating chart. Does anyone know how I can do this please. Jamie Share this post Link to post Share on other sites
Guest Angie Report post Posted March 14, 2011 (edited) Hi, You would need to use FC_Rendered event which is raised when the chart has finished rendering. This call is made only once per loaded chart SWF (even if new data is supplied to it). It can be used to invoke any further JavaScript methods on chart, or to change the data of chart. For more details, please refer to the link:http://www.fusioncha...API/Events.html Hope this helps. Edited March 14, 2011 by Angie Share this post Link to post Share on other sites