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

Default value: null

Bind a field to each series's data x array

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

Reference

options type
wijlinechart jQuery Widget