Optional barSize of bar relative to gap.
// Example, bar = 2 times as wide as gap between bars.
barSize: 2,
gap: 1
Data as list of numbers.
// Example,
data: [ 10, 5, 8, 5, 2 ]
Optional gap?: numberSize of gap between bars relative to width of each bar.
// Example, bar = 2 times as wide as gap between bars.
barSize: 2,
gap: 1
Optional lossOptional fill style for "loss" bars.
Optional strokeOptional stroke style bars.
Optional threshold?: numberWin-loss threshold. Data values above this are considered as "win" and below "loss".
Identifier that is used to select the spark chart type.
Optional winOptional fill style for "win" bars.
Description of a Spark Win-Loss Chart.
Displays a miniature win-loss chart.
Can be used with DataGrid.