Other Charts
Sparkline Charts
| Line | 5,4,3,2,4,5,6,7,8,6,4,5 | Line charts are the default chart type, but to specify the type explicitly set an option called "type" to "line". | 
| Bar | 5,4,3,2,4,5,6,7,8,6,4,5 | Set the "type" option to "bar" to generate bar charts. | 
| Discrete | 5,4,3,2,4,5,6,7,8,6,4,5 | Set the "type" option to "discrete" to generate discrete charts. | 
| Pie | 5,4,3,2 | Set the "type" option to "pie" to generate pie charts. | 




