Type definition for a description of a Spark Chart, a simple miniature chart.

Can be used with DataGrid.

 // Example, spark line chart in a DataGrid
DataGrid.setCellContent(0, 0, {
type: 'spark-line',
data: [0, 10, 6, 4, 9, 8, 3, 6]
})

Supported types of Spark Charts: