Wijmo UI for the Web
data Field
wijmo.sparkline Namespace > WijSparklineOptions Interface : data Field

Sets the array to use as a source for data that you can bind to the sparkline widget.

Syntax
var instance; // Type: wijmo.sparkline.WijSparklineOptions;
var value; // Type: array
value = instance.data;
var data : array;
Remarks
The array can be a simple number array. The array can be a complex object array also. If it is an object array, use the seriesList object's bind option to specify the data field to use.
See Also

Reference

WijSparklineOptions Interface