Wijmo UI for the Web
seriesList Option

Default value: []

An array collection that contains the data to be charted.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  array
    value = $(".selector").wijpiechart("option", "seriesList");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijpiechart("option", "seriesList", newValue);
        
});
Javascript (Specification) 
var seriesList : array;
Remarks
The following is the sample data for seriesList option, [{ label: "Q1", legendEntry: true, data: 12, offset: 0 }, { label: "Q2", legendEntry: true, data: 21, offset: 0 }, { label: "Q3", legendEntry: true, data: 9, offset: 0 }, { label: "Q4", legendEntry: true, data: 29, offset: 10 }]
Browser Compatibility
7
5
5

See Also

Reference

options type
wijpiechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.