chimera_khadeer Report post Posted August 29, 2013 Hi I want to consume JSON data(Object/string) from the webservice in the client side using Javascript/Jquery. Can any one help me in providing the sample snippet. Thanks in advance. Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted August 30, 2013 Hi, Welcome to FusionCharts Forum. Could you please clarify, whether you are facing issues in retrieving JSON data from web services and rendering charts out of it? Please have a look into below URL the and see if it helps! link: http://www.codeproject.com/Articles/498591/Client-side-data-grid-with-JSON-and-Web-Service Hope this helps! Share this post Link to post Share on other sites
chimera_khadeer Report post Posted August 30, 2013 Thanks Sashi for your reply. I dont have issues in retrieving JSON data from .NET web service as JSON object/string. But i have an issue in consuming the data from the webservice for fusioncharts in javascript. eg.,, myChart.setJSONUrl("http://server/myservice.asmx/webMethod"); The chart is displaying as invalid data. Where as if i copy/paste webmethods output in a json file the chart is being rendered. Can you help me in sorting out this issue. Thanks in advance Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 31, 2013 Hello, Are you rendering JavaScript chart or Flash chart? Please check if the generated chart JSON is in proper format or not? Can you please share the chart JSON here? also mention the chart type. Share this post Link to post Share on other sites