Creating a Spark Column Chart

As an example, we will create a spark column chart that shows the monthly revenue.

A spark column chart that shows the monthly revenue looks like this:

FusionCharts should load here..

Given below is a brief description of the attribute used to create a simple spark column chart:

Attribute Name Description
value It is used to show the numerical value for a data plot on the spark column chart, e.g. 783000. This attribute belongs to the data object, which in turn belongs to the dataset object.

The data structure needed to render a spark column chart to show the monthly revenue is given below:

...

There! You have now seen how you can create a simple spark column chart.