HighchartsOrganizationSeriesOptions class
An organization
series. If the type option is
not specified, it is inherited from chart.type.
Configuration options for the series are given in three levels:
- Options for all series in a chart are defined in the plotOptions.series object.
- Options for all
organization
series are defined in plotOptions.organization. - Options for one single series are given in the series instance array.
API Docs: https://api.highcharts.com/highcharts/series.organization
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsOrganizationSeriesOptions
Constructors
-
HighchartsOrganizationSeriesOptions.new({HighchartsSeriesAccessibilityOptions? accessibility, dynamic animation, String? borderColor, double? borderRadius, double? borderWidth, bool? centerInCategory, String? className, bool? clip, String? color, bool? colorByPoint, double? colorIndex, List? colors, String? cursor, Map<
String, dynamic> ? custom, String? dashStyle, HighchartsOrganizationSeriesDataGroupingOptions? dataGrouping, HighchartsOrganizationSeriesDataLabelsOptions? dataLabels, String? description, bool? enableMouseTracking, HighchartsSeriesEventsOptions? events, bool? getExtremesFromAll, double? hangingIndent, String? hangingIndentTranslation, String? hangingSide, String? id, HighchartsOrganizationSeriesInactiveOtherPointsOptions? inactiveOtherPoints, bool? includeInDataExport, double? index, List<String> ? keys, HighchartsSeriesLabelOptions? label, double? legendIndex, String? legendSymbol, List<HighchartsOrganizationSeriesLevelsOptions> ? levels, HighchartsOrganizationSeriesLinkOptions? link, String? linkColor, String? linkColorMode, dynamic linkLineWidth, double? linkOpacity, dynamic linkRadius, String? linkedTo, double? minLinkWidth, double? minNodeLength, String? nodeAlignment, dynamic nodeDistance, double? nodePadding, double? nodeWidth, List<HighchartsOrganizationSeriesNodesOptions> ? nodes, bool? nullInteraction, HighchartsSeriesOnPointOptions? onPoint, double? opacity, HighchartsSeriesPointOptions? point, dynamic pointDescriptionFormat, dynamic pointDescriptionFormatter, bool? relativeXValue, bool? selected, bool? showCheckbox, bool? showInLegend, HighchartsSeriesSonificationOptions? sonification, dynamic stack, HighchartsOrganizationSeriesStatesOptions? states, bool? stickyTracking, HighchartsOrganizationSeriesTooltipOptions? tooltip, double? turboThreshold, bool? visible, dynamic xAxis, dynamic yAxis, double? zIndex}) -
An
organization
series. If the type option is not specified, it is inherited from chart.type.
Properties
- accessibility ↔ HighchartsSeriesAccessibilityOptions?
-
Accessibility options for a series.
getter/setter pair
- animation ↔ dynamic
-
Enable or disable the initial animation when a series is displayed.
The animation can also be set as a configuration object. Please
note that this option only applies to the initial animation of the
series itself. For other animations, see chart.animation and the animation parameter under the API methods.
The following properties are supported:
getter/setter pair
- borderColor ↔ String?
-
The border color of the node cards.
getter/setter pair
- borderRadius ↔ double?
-
The border radius of the node cards.
getter/setter pair
- borderWidth ↔ double?
-
Highcharts Options Widget.
getter/setter pair
- centerInCategory ↔ bool?
-
When
true
, the columns will center in the category, ignoring null or missing points. Whenfalse
, space will be reserved for null or missing points.getter/setter pair - className ↔ String?
-
An additional class name to apply to the series' graphical elements.
This option does not replace default class names of the graphical
element. Changes to the series' color will also be reflected in a
chart's legend and tooltip.
getter/setter pair
- clip ↔ bool?
-
Disable this option to allow series rendering in the whole plotting
area.
getter/setter pair
- color ↔ String?
-
The main color of the series. In line type series it applies to the
line and the point markers unless otherwise specified. In bar type
series it applies to the bars unless a color is specified per point.
The default value is pulled from the
options.colors
array.getter/setter pair - colorByPoint ↔ bool?
-
Highcharts Options Widget.
getter/setter pair
- colorIndex ↔ double?
-
Styled mode only. A specific color index to use for the series, so its
graphic representations are given the class name
highcharts-color-{n}
.getter/setter pair - colors ↔ List?
-
A series specific or series type specific color set to apply instead
of the global colors when colorByPoint is true.
getter/setter pair
- cursor ↔ String?
-
You can set the cursor to "pointer" if you have click events attached
to the series, to signal to the user that the points and lines can
be clicked.
getter/setter pair
-
custom
↔ Map<
String, dynamic> ? -
A reserved subspace to store options and values for customized
functionality. Here you can add additional data for your own event
callbacks and formatter callbacks.
getter/setter pair
- dashStyle ↔ String?
-
Name of the dash style to use for the graph, or for some series types
the outline of each shape.
getter/setter pair
- dataGrouping ↔ HighchartsOrganizationSeriesDataGroupingOptions?
-
Highcharts Options Widget.
getter/setter pair
- dataLabels ↔ HighchartsOrganizationSeriesDataLabelsOptions?
-
Highcharts Options Widget.
getter/setter pair
- description ↔ String?
-
A description of the series to add to the screen reader information
about the series.
getter/setter pair
- enableMouseTracking ↔ bool?
-
Enable or disable the mouse tracking for a specific series. This
includes point tooltips and click events on graphs and points. For
large datasets it improves performance.
getter/setter pair
- events ↔ HighchartsSeriesEventsOptions?
-
General event handlers for the series items. These event hooks can
also be attached to the series at run time using the
Highcharts.addEvent
function.getter/setter pair - getExtremesFromAll ↔ bool?
-
Whether to use the Y extremes of the total chart width or only the
zoomed area when zooming in on parts of the X axis. By default, the
Y axis adjusts to the min and max of the visible data. Cartesian
series only.
getter/setter pair
- hangingIndent ↔ double?
-
The indentation in pixels of hanging nodes, nodes which parent has
layout set to
hanging
.getter/setter pair - hangingIndentTranslation ↔ String?
-
Defines the indentation of a
hanging
layout parent's children. Possible options:getter/setter pair - hangingSide ↔ String?
-
Whether links connecting hanging nodes should be drawn on the left
or right side. Useful for RTL layouts.
Note: Only effects inverted charts (vertical layout).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
An id for the series. This can be used after render time to get a pointer
to the series object through
chart.get()
.getter/setter pair - inactiveOtherPoints ↔ HighchartsOrganizationSeriesInactiveOtherPointsOptions?
-
Highcharts Options Widget.
getter/setter pair
- includeInDataExport ↔ bool?
-
When set to
false
will prevent the series data from being included in any form of data export.getter/setter pair - index ↔ double?
-
The index of the series in the chart, affecting the internal index in the
chart.series
array, the visible Z index as well as the order in the legend.getter/setter pair -
keys
↔ List<
String> ? -
An array specifying which option maps to which key in the data point
array. This makes it convenient to work with unstructured data arrays
from different sources.
getter/setter pair
- label ↔ HighchartsSeriesLabelOptions?
-
Series labels are placed as close to the series as possible in a
natural way, seeking to avoid other series. The goal of this
feature is to make the chart more easily readable, like if a
human designer placed the labels in the optimal position.
getter/setter pair
- legendIndex ↔ double?
-
The sequential index of the series in the legend.
getter/setter pair
- legendSymbol ↔ String?
-
What type of legend symbol to render for this series. Can be one of
areaMarker
,lineMarker
orrectangle
.getter/setter pair -
levels
↔ List<
HighchartsOrganizationSeriesLevelsOptions> ? -
Set options on specific levels. Takes precedence over series options,
but not node and link options.
getter/setter pair
- link ↔ HighchartsOrganizationSeriesLinkOptions?
-
Highcharts Options Widget.
getter/setter pair
- linkColor ↔ String?
-
The color of the links between nodes. This option is moved to
link.color.
getter/setter pair
- linkColorMode ↔ String?
-
Determines color mode for sankey links. Available options:
getter/setter pair
- linkedTo ↔ String?
-
The id of another series to link to. Additionally,
the value can be ":previous" to link to the previous series. When
two series are linked, only the first one appears in the legend.
Toggling the visibility of this also toggles the linked series.
getter/setter pair
- linkLineWidth ↔ dynamic
-
The line width of the links connecting nodes, in pixels. This option
is now deprecated and moved to the
link.radius.
getter/setter pair
- linkOpacity ↔ double?
-
Opacity for the links between nodes in the sankey diagram.
getter/setter pair
- linkRadius ↔ dynamic
-
Radius for the rounded corners of the links between nodes. This
option is now deprecated, and moved to
link.radius.
getter/setter pair
- minLinkWidth ↔ double?
-
The minimal width for a line of a sankey. By default,
0 values are not shown.
getter/setter pair
- minNodeLength ↔ double?
-
In a horizontal chart, the minimum width of the hanging nodes
only, in pixels. In a vertical chart, the minimum height of the
haning nodes only, in pixels too.
getter/setter pair
- nodeAlignment ↔ String?
-
Determines which side of the chart the nodes are to be aligned to. When
the chart is inverted,
top
aligns to the left andbottom
to the right.getter/setter pair - nodeDistance ↔ dynamic
-
The distance between nodes in a sankey diagram in the longitudinal
direction. The longitudinal direction means the direction that the chart
flows - in a horizontal chart the distance is horizontal, in an inverted
chart (vertical), the distance is vertical.
getter/setter pair
- nodePadding ↔ double?
-
The padding between nodes in a sankey diagram or dependency wheel, in
pixels. For sankey charts, this applies to the nodes of the same column,
so vertical distance by default, or horizontal distance in an inverted
(vertical) sankey.
getter/setter pair
-
nodes
↔ List<
HighchartsOrganizationSeriesNodesOptions> ? -
A collection of options for the individual nodes. The nodes in an org chart
are auto-generated instances of
Highcharts.Point
, but options can be applied here and linked by theid
.getter/setter pair - nodeWidth ↔ double?
-
In a horizontal chart, the width of the nodes in pixels. Note that
most organization charts are inverted (vertical), so the name of this
option is counterintuitive.
getter/setter pair
- nullInteraction ↔ bool?
-
Whether or not data-points with the value of
null
should be interactive. When this is set totrue
, tooltips may highlight these points, and this option also enables keyboard navigation for such points. Format options for such points includenullFormat
andnullFormater
. Works for these series:line
,spline
,area
,area-spline
,column
,bar
, and*timeline
.getter/setter pair - onPoint ↔ HighchartsSeriesOnPointOptions?
-
Options for the Series on point feature. Only
pie
andsunburst
series are supported at this moment.getter/setter pair - opacity ↔ double?
-
Opacity for the nodes in the sankey diagram.
getter/setter pair
- point ↔ HighchartsSeriesPointOptions?
-
Properties for each single point.
getter/setter pair
- pointDescriptionFormat ↔ dynamic
-
Same as
accessibility.point.descriptionFormat,
but for an individual series. Overrides the chart wide configuration.
getter/setter pair
- pointDescriptionFormatter ↔ dynamic
-
Same as
accessibility.series.descriptionFormatter,
but for an individual series. Overrides the chart wide configuration.
getter/setter pair
- relativeXValue ↔ bool?
-
When true, X values in the data set are relative to the current
pointStart
,pointInterval
andpointIntervalUnit
settings. This allows compression of the data for datasets with irregular X values.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selected ↔ bool?
-
Whether to select the series initially. If
showCheckbox
is true, the checkbox next to the series name in the legend will be checked for a selected series.getter/setter pair - showCheckbox ↔ bool?
-
If true, a checkbox is displayed next to the legend item to allow
selecting the series. The state of the checkbox is determined by
the
selected
option.getter/setter pair - showInLegend ↔ bool?
-
Highcharts Options Widget.
getter/setter pair
-
If set to
true
, the accessibility module will skip past the points in this series for keyboard navigation.getter/setter pair - sonification ↔ HighchartsSeriesSonificationOptions?
-
Sonification/audio chart options for a series.
getter/setter pair
- stack ↔ dynamic
-
This option allows grouping series in a stacked chart. The stack option
can be a string or anything else, as long as the grouped series' stack
options match each other after conversion into a string.
getter/setter pair
- states ↔ HighchartsOrganizationSeriesStatesOptions?
-
Highcharts Options Widget.
getter/setter pair
- stickyTracking ↔ bool?
-
Highcharts Options Widget.
getter/setter pair
- tooltip ↔ HighchartsOrganizationSeriesTooltipOptions?
-
Highcharts Options Widget.
getter/setter pair
- turboThreshold ↔ double?
-
When a series contains a
data
array that is longer than this, the Series class looks for data configurations of plain numbers or arrays of numbers. The first and last valid points are checked. If found, the rest of the data is assumed to be the same. This saves expensive data checking and indexing in long series, and makes data-heavy charts render faster.getter/setter pair - visible ↔ bool?
-
Set the initial visibility of the series.
getter/setter pair
- xAxis ↔ dynamic
-
When using dual or multiple x axes, this number defines which xAxis the
particular series is connected to. It refers to either the
axis id
or the index of the axis in the xAxis array, with 0 being the first.
getter/setter pair
- yAxis ↔ dynamic
-
When using dual or multiple y axes, this number defines which yAxis the
particular series is connected to. It refers to either the
axis id
or the index of the axis in the yAxis array, with 0 being the first.
getter/setter pair
- zIndex ↔ double?
-
Define the visual z index of the series.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → String -
Serializes the settings to a JSON string.
inherited
-
toOptionsJSON(
StringBuffer buffer) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited