HCSeriesBubbleOptions class
(Highcharts, Highstock) A bubble series. If the type option is not specified, it is inherited from chart.type.
- Implemented types
Constructors
-
HCSeriesBubbleOptions({HCSeriesAccessibilityOptionsObject? accessibility, bool? allowPointSelect, dynamic animation, num? animationLimit, String? boostBlending, num? boostThreshold, String? className, bool? clip, dynamic color, dynamic colorAxis, num? colorIndex, String? colorKey, String? compare, dynamic compareBase, bool? compareStart, bool? connectEnds, bool? connectNulls, bool? crisp, bool? cumulative, bool? cumulativeStart, String? cursor, HCDictionary? custom, String? dashStyle, HCDataGroupingOptionsObject? dataGrouping, dynamic dataLabels, HCDataMappingOptionsObject? dataMapping, HCPlotBubbleDataSortingOptions? dataSorting, String? description, bool? displayNegative, HCSeriesDragDropOptionsObject? dragDrop, bool? enableMouseTracking, HCSeriesEventsOptionsObject? events, String? findNearestPointBy, num? gapSize, String? gapUnit, bool? getExtremesFromAll, bool? inactiveOtherPoints, bool? includeInDataExport, HCPlotBubbleJitterOptions? jitter, List<
String> ? keys, HCSeriesLabelOptionsObject? label, HCSeriesLastPriceOptionsObject? lastPrice, HCSeriesLastVisiblePriceOptionsObject? lastVisiblePrice, String? legendSymbol, String? linecap, num? lineWidth, String? linkedTo, HCPointMarkerOptionsObject? marker, dynamic maxSize, dynamic minSize, dynamic negativeColor, bool? nullInteraction, dynamic onPoint, num? opacity, HCPlotSeriesPointOptions? point, dynamic pointDescriptionFormat, dynamic pointDescriptionFormatter, num? pointInterval, String? pointIntervalUnit, num? pointRange, dynamic pointStart, bool? relativeXValue, bool? selected, bool? showCheckbox, bool? showInLegend, String? sizeBy, bool? sizeByAbsoluteValue, bool? softThreshold, HCSeriesSonificationOptions? sonification, String? stacking, HCSeriesStatesOptionsObject? states, String? step, bool? stickyTracking, num? threshold, HCSeriesTooltipOptionsObject? tooltip, num? turboThreshold, bool? visible, num? zMax, num? zMin, String? zoneAxis, List<HCSeriesZonesOptionsObject> ? zones, bool? zoomEnabled, num? zThreshold, String? id, num? index, num? legendIndex, dynamic mapData, String? name, dynamic stack, String? type, dynamic xAxis, dynamic yAxis, num? zIndex, List? data, dynamic dataParser, dynamic dataURL}) -
const
Properties
- accessibility → HCSeriesAccessibilityOptionsObject?
-
(Highcharts, Highstock) Accessibility options for a series.
final
- allowPointSelect → bool?
-
(Highcharts, Highstock) Allow this series' points to be selected by clicking on the graphic (columns, point markers, pie slices, map areas etc).
final
- animation → dynamic
-
(Highcharts, Highstock) 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 pa
final
- animationLimit → num?
-
(Highcharts, Highstock) If there are more points in the series than the
animationLimit, the animation won't run. Animation affects overall performance and doesn't work well with heavy data series.final - boostBlending → String?
-
(Highcharts, Highstock) Sets the color blending in the boost module.
final
- boostThreshold → num?
-
(Highcharts, Highstock) Set the point threshold for when a series should enter boost mode.
final
- className → String?
-
(Highcharts, Highstock) 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.
final
- clip → bool?
-
(Highcharts, Highstock) Disable this option to allow series rendering in the whole plotting area.
final
- color → dynamic
-
(Highcharts, Highstock) 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.colorsarray.final - colorAxis → dynamic
-
(Highcharts, Highstock, Highmaps) When using dual or multiple color axes, this number defines which colorAxis the particular series is connected to. It refers to either the axis id or the index of the axis in the colorAxis array, with 0 being the first. Set this option to false to prevent a series f
final
- colorIndex → num?
-
(Highcharts, Highstock) Styled mode only. A specific color index to use for the series, so its graphic representations are given the class name
highcharts-color-{n}.final - colorKey → String?
-
(Highcharts, Highstock, Highmaps) Determines what data value should be used to calculate point color if
colorAxisis used. Requires to setminandmaxif some custom point property is used or if approximation for data grouping is set to'sum'.final - compare → String?
-
(Highstock) Compare the values of the series against the first non-null, non- zero value in the visible range. The y axis will show percentage or absolute change depending on whether
compareis set to"percent"or"value". When this is applied to multiple series, it allows comparing the develofinal - compareBase → dynamic
-
(Highstock) When compare is
percent, this option dictates whether to use 0 or 100 as the base of comparison.final - compareStart → bool?
-
(Highstock) Defines if comparison should start from the first point within the visible range or should start from the last point before the range.
final
- connectEnds → bool?
-
(Highcharts) Polar charts only. Whether to connect the ends of a line series plot across the extremes.
final
- connectNulls → bool?
-
(Highcharts, Highstock) Whether to connect a graph line across null points, or render a gap between the two points on either side of the null.
final
- crisp → bool?
-
(Highcharts, Highstock, Gantt) When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen. In some cases, when there are a lot of densely packed columns, this leads to visible difference in column widths or distance between columns. In these cases, settin
final
- cumulative → bool?
-
(Highstock) Cumulative Sum feature replaces points' values with the following formula:
sum of all previous points' values + current point's value. Works only for points in a visible range. Adds thecumulativeSumfield to each point object that can be accessed e.g. in the tooltip.pointFormat.final - cumulativeStart → bool?
-
(Highstock) Defines if cumulation should start from the first point within the visible range or should start from the last point before the range.
final
- cursor → String?
-
(Highcharts, Highstock) 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.
final
- custom → HCDictionary?
-
(Highcharts, Highstock) 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.
final
- dashStyle → String?
-
(Highcharts, Highstock) Name of the dash style to use for the graph, or for some series types the outline of each shape.
final
- data → List?
-
(Highcharts) An array of data points for the series. For the
bubbleseries type, points can be given in the following ways:final - dataGrouping → HCDataGroupingOptionsObject?
-
(Highstock) Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts. Highcharts Stock by default applies data grouping when the points become closer than a certain pixel value, determined by the `group
final
- dataLabels → dynamic
-
(Highcharts, Highstock, Highmaps, Gantt) Options for the series data labels, appearing next to each data point.
final
- dataMapping → HCDataMappingOptionsObject?
-
(Highcharts, Highstock) The mapping between the data table and the series data points. This is used in conjunction with the
dataTableoption (on chart or series level) to map columns from the data table to the properties of the data points. The keys of thedataMappingobject correspond to the prfinal - dataParser → dynamic
-
Not available
final
- dataSorting → HCPlotBubbleDataSortingOptions?
-
(Highcharts, Highstock) Options for series data sorting.
final
- dataURL → dynamic
-
Not available
final
- description → String?
-
(Highcharts, Highstock) Deprecated. Use plotOptions.series.accessibility.description instead.
final
- displayNegative → bool?
-
(Highcharts, Highstock) Whether to display negative sized bubbles. The threshold is given by the zThreshold option, and negative bubbles can be visualized by setting negativeColor.
final
- dragDrop → HCSeriesDragDropOptionsObject?
-
(Highcharts, Highstock) The draggable-points module allows points to be moved around or modified in the chart. In addition to the options mentioned under the
dragDropAPI structure, the module fires three events, point.dragStart, point.drag and point.drop.final - enableMouseTracking → bool?
-
(Highcharts, Highstock) 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.
final
- events → HCSeriesEventsOptionsObject?
-
(Highcharts, Highstock) General event handlers for the series items. These event hooks can also be attached to the series at run time using the
Highcharts.addEventfunction.final - findNearestPointBy → String?
-
(Highcharts, Highstock) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series. Defaults to
'xy'for scatter series and'x'for most other series. If the data has duplicate x-values, it is recommended to set this to `'xfinal - gapSize → num?
-
(Highcharts, Highstock) Defines when to display a gap in the graph, together with the gapUnit option.
final
- gapUnit → String?
-
(Highcharts, Highstock) Together with gapSize, this option defines where to draw gaps in the graph.
final
- getExtremesFromAll → bool?
-
(Highcharts, Highstock, Gantt) 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.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
(Highcharts, Highstock, Highmaps, Gantt) An id for the series. This can be used after render time to get a pointer to the series object through
chart.get().final - inactiveOtherPoints → bool?
-
(Highcharts, Highstock) Highlight only the hovered point and fade the remaining points.
final
- includeInDataExport → bool?
-
(Highcharts, Highstock) When set to
falsewill prevent the series data from being included in any form of data export.final - index → num?
-
(Highcharts, Highstock, Highmaps, Gantt) The index of the series in the chart, affecting the internal index in the
chart.seriesarray, the visible Z index as well as the order in the legend.final - jitter → HCPlotBubbleJitterOptions?
-
(Highcharts, Highstock) Apply a jitter effect for the rendered markers. When plotting discrete values, a little random noise may help telling the points apart. The jitter setting applies a random displacement of up to
naxis units in either direction. So for example on a horizontal X axis, settingfinal -
keys
→ List<
String> ? -
(Highcharts, Highstock) 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.
final
- label → HCSeriesLabelOptionsObject?
-
(Highcharts, Highstock, Gantt) 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.
final
- lastPrice → HCSeriesLastPriceOptionsObject?
-
(Highstock) The line marks the last price from all points.
final
- lastVisiblePrice → HCSeriesLastVisiblePriceOptionsObject?
-
(Highstock) The line marks the last price from visible range of points.
final
- legendIndex → num?
-
(Highcharts, Highstock, Highmaps, Gantt) The sequential index of the series in the legend.
final
- legendSymbol → String?
-
(Highcharts, Highstock) What type of legend symbol to render for this series. Can be one of
areaMarker,lineMarkerorrectangle.final - linecap → String?
-
(Highcharts, Highstock) The line cap used for line ends and line joins on the graph.
final
- lineWidth → num?
-
(Highcharts, Highstock) The width of the line connecting the data points.
final
- linkedTo → String?
-
(Highcharts, Highstock, Gantt) 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.
final
- mapData → dynamic
-
(Highmaps) An array of objects containing a
geometryorpathdefinition and optionally additional properties to join in thedataas per thejoinByoption. GeoJSON and TopoJSON structures can also be passed directly intomapData.final - marker → HCPointMarkerOptionsObject?
-
(Highcharts, Highstock) Options for the point markers of line and scatter-like series. Properties like
fillColor,lineColorandlineWidthdefine the visual appearance of the markers. Thesymboloption defines the shape. Other series types, like column series, don't have markers, but have visfinal - maxSize → dynamic
-
(Highcharts, Highstock) Maximum bubble size. Bubbles will automatically size between the
minSizeandmaxSizeto reflect thezvalue of each bubble. Can be either pixels (when no unit is given), or a percentage of the smallest one of the plot width and height.final - minSize → dynamic
-
(Highcharts, Highstock) Minimum bubble size. Bubbles will automatically size between the
minSizeandmaxSizeto reflect thezvalue of each bubble. Can be either pixels (when no unit is given), or a percentage of the smallest one of the plot width and height.final - name → String?
-
(Highcharts, Highstock, Highmaps, Gantt) The name of the series as shown in the legend, tooltip etc. If a
dataTableanddataMappingare used, the name defaults to the id of the primary data table column. Otherwise, it defaults to "Series {n}", where n is the index of the series, starting at 1.final -
(Highstock) Options for the corresponding navigator series if
showInNavigatoristruefor this series. Available options are the same as any series, documented at plotOptions and series.final - negativeColor → dynamic
-
(Highcharts) When a point's Z value is below the zThreshold setting, this color is used.
final
- nullInteraction → bool?
-
(Highcharts, Highstock) Whether or not data-points with the value of
nullshould 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 includenullFormatand `nullFormatterfinal - onPoint → dynamic
-
(Highcharts, Highstock) Options for the Series on point feature. Only
pieandsunburstseries are supported at this moment.final - opacity → num?
-
(Highcharts, Highstock) Opacity of a series parts: line, fill (e.g. area) and dataLabels.
final
- point → HCPlotSeriesPointOptions?
-
(Highcharts, Highstock) Properties for each single point.
final
- pointDescriptionFormat → dynamic
-
(Highcharts, Highstock) Deprecated. Use series.accessibility.point.descriptionFormat instead.
final
- pointDescriptionFormatter → dynamic
-
(Highcharts, Highstock) Deprecated. Use series.accessibility.point.descriptionFormatter instead.
final
- pointInterval → num?
-
(Highcharts, Highstock, Gantt) If no x values are given for the points in a series,
pointIntervaldefines the interval of the x values. For example, if a series contains one value every decade starting from year 0, setpointIntervalto10. In truedatetimeaxes, thepointIntervalis set infinal - pointIntervalUnit → String?
-
(Highcharts, Highstock, Gantt) On datetime series, this allows for setting the pointInterval to irregular time units,
day,monthandyear. A day is usually the same as 24 hours, butpointIntervalUnitalso takes the DST crossover into consideration when dealing with local time. Combine this ofinal - pointRange → num?
-
(Highstock) The width of each point on the x axis. For example in a column chart with one value each day, the pointRange would be 1 day (= 24 * 3600
final
- pointStart → dynamic
-
(Highcharts, Highstock, Gantt) If no x values are given for the points in a series,
pointStartdefines on what value to start. For example, if a series contains one yearly value starting from 1945, setpointStartto 1945.final - relativeXValue → bool?
-
(Highcharts, Highstock) When true, X values in the data set are relative to the current
pointStart,pointIntervalandpointIntervalUnitsettings. This allows compression of the data for datasets with irregular X values.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selected → bool?
-
(Highcharts, Highstock) Whether to select the series initially. If
showCheckboxis true, the checkbox next to the series name in the legend will be checked for a selected series.final - showCheckbox → bool?
-
(Highcharts, Highstock) 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
selectedoption.final - showInLegend → bool?
-
(Highcharts, Highstock) Whether to display this particular series or series type in the legend. Standalone series are shown in legend by default, and linked series are not. Since v7.2.0 it is possible to show series that use colorAxis by setting this option to
true.final -
(Highstock) Whether or not to show the series in the navigator. Takes precedence over navigator.baseSeries if defined.
final
- sizeBy → String?
-
(Highcharts, Highstock) Whether the bubble's value should be represented by the area or the width of the bubble. The default,
area, corresponds best to the human perception of the size of each bubble.final - sizeByAbsoluteValue → bool?
-
(Highcharts) When this is true, the absolute value of z determines the size of the bubble. This means that with the default
zThresholdof 0, a bubble of value -1 will have the same size as a bubble of value 1, while a bubble of value 0 will have a smaller size according tominSize.final -
(Highcharts, Highstock) Deprecated. Use series.accessibility.keyboardNavigation instead.
final
- softThreshold → bool?
-
(Highcharts) When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
final
- sonification → HCSeriesSonificationOptions?
-
(Highcharts, Highstock) Sonification/audio chart options for a series.
final
- stack → dynamic
-
Not available
final
- stacking → String?
-
(Highcharts, Highstock) Whether to stack the values of each series on top of each other. Possible values are null to disable,
"normal"to stack by value or"percent".final - states → HCSeriesStatesOptionsObject?
-
(Highcharts, Highstock) A collection of options for different series states.
final
- step → String?
-
(Highcharts, Highstock) Whether to apply steps to the line. Possible values are
left,centerandright.final - stickyTracking → bool?
-
(Highcharts, Highstock, Highmaps) Sticky tracking of mouse events. When true, the
mouseOutevent on a series isn't triggered until the mouse moves over another series, or out of the plot area. When false, themouseOutevent on a series is triggered when the mouse leaves the area around the seriefinal - threshold → num?
-
(Highcharts, Highstock) The threshold, also called zero level or base level. For line type series this is only used in conjunction with negativeColor.
final
- tooltip → HCSeriesTooltipOptionsObject?
-
(Highcharts, Highstock, Highmaps) A configuration object for the tooltip rendering of each single series. Properties are inherited from tooltip. Overridable properties are
headerFormat,pointFormat,yDecimals,xDateFormat,yPrefixandySuffix. Unlike other series, in a scatter plot the sfinal - turboThreshold → num?
-
(Highcharts, Highstock, Gantt) When a series contains a
dataarray 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 expenfinal - type → String?
-
(Highcharts, Highstock, Highmaps, Gantt) This property is only in TypeScript non-optional and might be
undefinedin series objects from unknown sources.final - visible → bool?
-
(Highcharts, Highstock) Set the initial visibility of the series.
final
- xAxis → dynamic
-
(Highcharts, Highstock) 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.
final
- yAxis → dynamic
-
(Highcharts, Highstock) 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.
final
- zIndex → num?
-
(Highcharts, Highstock) Define the visual z index of the series.
final
- zMax → num?
-
(Highcharts) The minimum for the Z value range. Defaults to the highest Z value in the data.
final
- zMin → num?
-
(Highcharts) The minimum for the Z value range. Defaults to the lowest Z value in the data.
final
- zoneAxis → String?
-
(Highcharts, Highstock) Defines the Axis on which the zones are applied.
final
-
zones
→ List<
HCSeriesZonesOptionsObject> ? -
(Highcharts, Highstock) An array defining zones within a series. Zones can be applied to the X axis, Y axis or Z axis for bubbles, according to the
zoneAxisoption. The zone definitions have to be in ascending order regarding to the value.final - zoomEnabled → bool?
-
(Highcharts, Highstock) Whether to zoom non-cartesian series. If
chart.zoomingis set, the option allows to disable zooming on an individual non-cartesian series. By default zooming is enabled for all series.final - zThreshold → num?
-
(Highcharts) When displayNegative is
false, bubbles with lower Z values are skipped. WhendisplayNegativeistrueand a negativeColor is given, points with lower Z is colored.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited