eachSeries | iterates over Chart series |
getSeries | returns an object with configuration of a specified series |
paint | repaints a chart on a page |
setConfig | sets configuration of a chart |
destructor | removes a calendar instance and releases the occupied resources |
add | adds a new item to the component |
copy | creates a copy of an item at the defined position |
exists | checks whether the specified item exists in the component |
filter | filters items in the component by the specified key |
find | finds an item that corresponds to the specified parameters |
findAll | finds all the items that correspond to the specified parameters |
getId | returns the id of the item by its index |
getIndex | returns the index of the item by its id |
getItem | returns the object of an item by its id |
load | loads data from an external file |
map | iterates through all items of the component |
move | moves an item to the defined position |
parse | loads data from a local data source |
remove | deletes the specified item from the component |
removeAll | deletes all the items from the component |
serialize | serializes data of the component into an array of JSON objects |
sort | sorts data items in a component |
update | updates properties of the item |
resize | fires on changing the size of the chart container |
serieClick | fires on clicking a series |
toggleSeries | fires on toggle on/off a series in a legend |
afterAdd | fires after adding a new item into a data collection |
afterRemove | fires after removing a new item from a data collection |
beforeAdd | fires before adding a new item into a data collection |
beforeRemove | fires before removing an item from a data collection |
change | fires when a data collection is modified |
load | fires when items are loaded in a data collection |
loadError | fires when loading of data fails |
removeAll | fires when all items are removed from a data collection |
css | adds style classes to Chart |
legend | defines the configuration of a chart legend |
maxPoints | displays an average number of values in case a data set is too large to show all the values in the chart |
scales | defines configuration of chart scales |
series | defines configuration of chart series |
type | specifies the type of a chart |