Skip to content

Note: chartType, data and config are properties of scope. Not the actual values. x defines what goes on x axis, must be a string, y defines what goes on y axis, must be an array of numbers. Values are mapped to series by index. y[0] belongs to series[0], y[1] belongs to series[1] and so on.

Source