Wijmo UI for the Web
stacked Option
wijmo.chart.wijlinechart Namespace > options type : stacked Option

Default value: false

A value that determines whether to show a stacked chart.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijlinechart("option", "stacked");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijlinechart("option", "stacked", newValue);
        
});
var stacked : boolean;
See Also

Reference

options type
wijlinechart jQuery Widget