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

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:  any
    returnsValue = $(".selector").wijchartnavigator("option", "dataSource");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijchartnavigator("option", "dataSource", newValue);
        
});
var dataSource : any;
Remarks
Use the data option, and bind values to your X and Y axes.
See Also

Reference

options type
wijchartnavigator jQuery Widget