Adds a series point to the series list.
Parameters:
seriesIndex
The index of the series where the point will be inserted. \
Type: Number
point
The point that will be inserted.
Type: Object
shift
A value that indicates whether to shift the first point.
Type: Boolean
Code Example:
$("linechart").wijlinechart("addSeriesPoint", 0, {x: 5, y: 10}, true);