$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijsparkline("option", "max"); // Set value var newValue; // Type: any $(".selector").wijsparkline("option", "max", newValue); });
var max : any;
Default value: null
A value that indicates the maximum value of the sparkline.
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijsparkline("option", "max"); // Set value var newValue; // Type: any $(".selector").wijsparkline("option", "max", newValue); });
var max : any;