Wijmo UI for the Web
width Field
wijmo.sparkline Namespace > WijSparklineOptions Interface : width Field

Sets the width of the sparkline widget in pixels.

Syntax
var instance; // Type: wijmo.sparkline.WijSparklineOptions;
var value; // Type: any
value = instance.width;
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

WijSparklineOptions Interface