Creating Charts in Zoho Creator using Zoho Sheet API

Creating Charts in Zoho Creator using Zoho Sheet API

Zoho Creator charting functionality helps you to quickly and easily analyze data in a visual format using a variety of graph types. To create charts with data from multiple ZC forms or to display grouped data, you can use the chart API supported by Zoho Sheet. The  Sample Application named " Student Management" demonstrates this functionality. In this application, we have defined a function called "getChartUrl" (you can see the function used in the application under the Script -> Functions tab in edit mode), using which the required data is dynamically submitted  to Zoho Sheet API, which creates the required chart as an image.

To learn about the steps in creating a chart in Zoho Creator using the Zoho Sheet API, refer this Wiki Page. 
Creating charts using Zoho Sheet API