$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijsparkline("option", "height"); // Set value var newValue; // Type: any $(".selector").wijsparkline("option", "height", newValue); });
var height : any;
Default value: null
Sets the height of the sparkline widget in pixels.
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijsparkline("option", "height"); // Set value var newValue; // Type: any $(".selector").wijsparkline("option", "height", newValue); });
var height : any;