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

The datasource Option is deprecated as of v3.20131.1.

Instead, use the updated data option that supports several types of DataView.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijbarchart("option", "dataSource");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijbarchart("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
wijbarchart Method