Rahul Ranjan Report post Posted June 6, 2012 Hello All, I have a situation wherein I am using Real Time Charts in my website. I have tried and tested the charts with dummy data i.e. data provider page. Now, I need to render the chart using webservices. Can anybody help me with this? Thanks and Regards, Rahul Ranjan Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 6, 2012 Hello All, I have a situation wherein I am using Real Time Charts in my website. I have tried and tested the charts with dummy data i.e. data provider page. Now, I need to render the chart using webservices. Can anybody help me with this? Thanks and Regards, Rahul Ranjan Hi, We don't have any implementation of Web Service with Real-Time Chart. Thanks for your time. Share this post Link to post Share on other sites
Rahul Ranjan Report post Posted June 6, 2012 Hi, We don't have any implementation of Web Service with Real-Time Chart. Thanks for your time. Hello, You mean to say that you don't have any implementation or Real Time Charts do not support web service implementation? Please clearify! Regards, Rahul Ranjan Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 7, 2012 Hello, You mean to say that you don't have any implementation or Real Time Charts do not support web service implementation? Please clearify! Regards, Rahul Ranjan Hi, We do not have sample of implementing Real-time charts with web services. However, you can implement Real-time chart with the web service, you would need to generate standardized XML/JSON which should be acceptable by FusionCharts. You would need to write your own logic for this. Hope this helps! Share this post Link to post Share on other sites
nytr0x Report post Posted June 13, 2013 I use real time charts with a webservice that returns arbitary JSON by using jquery ajax and chartRef.feedData( ... ). Make sure you're using a recent version of widgets that supports feedData, I wasn't to start with - doh! Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted June 17, 2013 Hi, Thank you for your valuable suggestion. Share this post Link to post Share on other sites