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.
Attribute name | Brief description |
gapsAsNulls | The gapsAsNulls attribute enables or disables connecting only neighbor points with a continuous line. Available values:
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.
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:
|
See also:
The HighCharts Chart Allocation on HTML Page | Creating the HighChart Chart