As an example, we will create a spark line chart that shows the stock price fluctuations.
A spark chart created to show the stock price looks like this:
FusionCharts should load here..
Given below is a brief description of the attribute used to create a simple spark line chart:
Attribute Name | Description |
---|---|
value |
It is used to show the numerical value for a point on the spark line chart, e.g. 40.67. This attribute belongs to the data object, which in turn belongs to the dataset object. |
The data structure needed to create a spark line chart is given below:
...
There! You have now seen how you can create a simple spark line chart