minijh Report post Posted March 21, 2016 Hi, I want to create a chart directly from the response returned by my REST API. The response returned is in JSON format with multiple key- values. I want to create a graph using only few keys from the response. Eg: Create graph using only State and Amount keys. I am pretty new to Fusion Charts. So please guide me. Thanks Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted March 28, 2016 Hi, Since, you are a newbie in FusionCharts, I would suggest you to start off with static charts . Once, done you can move ahead with using the wrappers provided by FusionCharts for asp.net , Php, Java and ROR. Documentation : http://www.fusioncharts.com/dev/getting-started/building-your-first-chart.html The for JAVA wrapper and examples can be found below: https://github.com/fusioncharts/jsp-wrapper/ http://www.fusioncharts.com/dev/using-with-server-side-languages/java/introduction.html Hope this helps. Share this post Link to post Share on other sites
sangeeta Report post Posted February 8, 2017 Hi, I am using the fusion charts angular plugin and retrieving data from the server using AJAX. Are there any examples on how to do this for multiple graphs. I have used static data and it works but having some issues with the dynamic data. I have an array in my scope that stores the chart data from the server and then in the html I use ng-repeat to iterate through this array and pass the data to the fusioncharts directive. Any help is appreciated!!!! Share this post Link to post Share on other sites
soumya Report post Posted February 10, 2017 Hi Sangeeta, Please check the reply in your another post http://forum.fusioncharts.com/topic/19000-firefox-not-displaying-x-axis-labels/?p=66563 Thanks Soumya sankar Dutta Share this post Link to post Share on other sites