$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijsparkline("option", "data"); // Set value var newValue; // Type: object $(".selector").wijsparkline("option", "data", newValue); });
var data : object;
Default value: null
Sets the array to use as a source for data that you can bind to the sparkline widget.
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijsparkline("option", "data"); // Set value var newValue; // Type: object $(".selector").wijsparkline("option", "data", newValue); });
var data : object;