Wijmo UI for the Web
width Option
wijmo.sparkline.wijsparkline Namespace > options type : width Option

Default value: null

Sets the width of the sparkline widget in pixels.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijsparkline("option", "width");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijsparkline("option", "width", newValue);
        
});
var width : any;
Remarks
Note that this value overrides any value you may set in the <div> element that you use in the body of the HTML page If you specify a width in the <div> element that is different from this value, the chart and its border go out of synch.
See Also

Reference

options type
wijsparkline jQuery Widget