series Item

Attributes of the series element enable the user to manage chart data series. See detailed description of the series element attributes in the developer site.

Added Attributes

Attribute name Brief description
gapsAsNulls The gapsAsNulls attribute enables or disables connecting only neighbor points with a continuous line.
Available values:
  • true. A line between two points, that have a missing value between them, is not drawn.

  • false. A line between two points that have a missing value, is drawn.

The example of using the gapsAsNulls attribute is given in the Connecting Neighbor Points page.

The series item includes nested items that contain data series attributes.

Added Attributes of the Nested Item

Attribute name Brief description
startAngle The startAngle attribute sets rotation angle for one of the pie chart sectors. By default rotation angle of the chart first sector is set to zero.
This attribute is relevant if the type attribute of the chart item is set to pie.
It can be set only for a pie chart sector.
The example of using the startAngle attribute is given on the page Changing Pie Chart Rotation Angle.
step The step attribute sets step position relative to series point. It is relevant if the type attribute of the chart item is set to stepline.
Available values:
  • left. The step is located on the left of the series point.

  • center. Series point is in the center of the step.

  • right. The step is located on the right of the series point.

The example of using the step attribute is given on the Creating a Stepped Line page.

See also:

The HighCharts Chart Allocation on HTML Page | Creating the HighChart Chart