$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijsparkline("option", "type"); // Set value var newValue; // Type: string $(".selector").wijsparkline("option", "type", newValue); });
var type : string;
Default value: 'line'
Specifies the type of the sparkline widget.
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijsparkline("option", "type"); // Set value var newValue; // Type: string $(".selector").wijsparkline("option", "type", newValue); });
var type : string;