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.
About the application
The Student Management application comprises of the following forms :
- Student Form to enter the name of the students and the country they belong to.
…








