Scatter

Scatter, Area, Line and Step serve a similar purpose. They display continuous data along a categorical or continuous axis.

Scatter supports n-number of numeric values per data row. A series is created for each column as needed.

pointShape can be used to specify the shape of each data point (see the property list below for potential values).

pointSize can be used to set the size of each data point's shape.

showValue specifies whether or not to display the value above each data point.

yAxisDomainPadding can be used to reserve a percentage of the top and bottom edges for white space.

interpolate can be used to specify which line interpolation mode is used to draw the connecting line between data points (see the property list below for potential values).

pointDarken can be set to 'false' to disable the slight darkening effect applied to each data point.

showValue along with valueBaseline("central") places the values at the center of each data point.

xAxisDomainPadding can be used to reserve a percentage of the left and right edges for white space.

For documentation on axis-specific properties, like those used in the below example, take a look at the Axis Documentation.

API

Published Properties