OptionalnodesOptionallinkedThe series this one is drawn against, resolved by Highcharts from
options.linkedTo before it renders. An error bar's estimate lives here:
the whip carries only the interval.
Optionaltype?: stringOptionalid?: stringIdentifier another series' linkedTo can name.
OptionallinkedTo?: stringBinds this series to another one, either by its id or as ':previous'.
Highcharts resolves it into HighchartsSeries.linkedParent.
Optionalstacking?: stringOptionalstep?: boolean | "left" | "right" | "center"Where a line series' staircase rises, when it draws one. Highcharts
resolves plotOptions into here, so this is set however the chart
asked for it. Legacy true means 'left'.
OptionaltileShape?: stringThe shape a tilemap draws its tiles with — hexagon (the default),
diamond, circle or square. The first three stagger alternate
columns; a square tilemap is an aligned grid.
OptionalisInternal?: booleanSet by Highcharts on internal series (e.g. the Highstock navigator).
OptionalclassName?: stringUser- or Highcharts-assigned class name (e.g. highcharts-navigator-series).
Optionalcustom?: { maidr?: MaidrTraceDeclaration }Highcharts' reserved subspace — documented as "a reserved subspace to
store options and values for customized functionality". MAIDR reads only
the maidr key of it, and leaves everything else alone.
This is where a chart says what a series means when the drawing cannot:
nothing about a stepped line series says it is a survival curve, and
nothing about a scatter on an inverted category axis says its rows are
studies in a meta-analysis. See MaidrTraceDeclaration.
The nodes of a node-and-link series, resolved by Highcharts from the links. Absent on every other series type.