Default value: 600
Sets the width of the gauge area in pixels.
Syntax
$(function () {
// Get value
var returnsValue; // Type: number
returnsValue = $(".selector").wijgauge("option", "width");
// Set value
var newValue; // Type: number
$(".selector").wijgauge("option", "width", newValue);
});
See Also