Wijmo UI for the Web
dataSource Option
wijmo.chart.wijcompositechart Namespace > options type : dataSource Option

Default value: null

Sets the array to use as a source for data that you can bind to the axes in your seriesList.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijcompositechart("option", "dataSource");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijcompositechart("option", "dataSource", newValue);
        
});
var dataSource : object;
Remarks
Use the data option, and bind values to your X and Y axes. For more information please see the datasource demo: http://wijmo.com/demo/explore/?widget=BarChartsample=Array%20as%20datasource.
See Also

Reference

options type
wijcompositechart jQuery Widget