HighchartsPlotOptions class
The plotOptions is a wrapper object for config objects for each series type. The config objects for each series can also be overridden for each series item as given in the series array.
Configuration options for the series are given in three levels. Options
for all series in a chart are given in the plotOptions.series object. Then options for all series of a specific
type are given in the plotOptions of that type, for example
plotOptions.line
. Next, options for one single series are given in
the series array.
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsPlotOptions
Constructors
- HighchartsPlotOptions.new({HighchartsABandsSeriesOptions? abands, HighchartsADSeriesOptions? ad, HighchartsAOSeriesOptions? ao, HighchartsAPOSeriesOptions? apo, HighchartsArcDiagramSeriesOptions? arcdiagram, HighchartsAreaSeriesOptions? area, HighchartsAreaRangeSeriesOptions? arearange, HighchartsAreaSplineSeriesOptions? areaspline, HighchartsAreaSplineRangeSeriesOptions? areasplinerange, HighchartsAroonSeriesOptions? aroon, HighchartsAroonOscillatorSeriesOptions? aroonoscillator, HighchartsATRSeriesOptions? atr, HighchartsBarSeriesOptions? bar, HighchartsBBSeriesOptions? bb, HighchartsBellcurveSeriesOptions? bellcurve, HighchartsBoxPlotSeriesOptions? boxplot, HighchartsBubbleSeriesOptions? bubble, HighchartsBulletSeriesOptions? bullet, HighchartsCandlestickSeriesOptions? candlestick, HighchartsCCISeriesOptions? cci, HighchartsChaikinSeriesOptions? chaikin, HighchartsCMFSeriesOptions? cmf, HighchartsCMOSeriesOptions? cmo, HighchartsColumnSeriesOptions? column, HighchartsColumnPyramidSeriesOptions? columnpyramid, HighchartsColumnRangeSeriesOptions? columnrange, HighchartsCylinderSeriesOptions? cylinder, HighchartsDEMASeriesOptions? dema, HighchartsDependencyWheelSeriesOptions? dependencywheel, HighchartsDisparityIndexSeriesOptions? disparityindex, HighchartsDMISeriesOptions? dmi, HighchartsDPOSeriesOptions? dpo, HighchartsDumbbellSeriesOptions? dumbbell, HighchartsEMASeriesOptions? ema, HighchartsErrorBarSeriesOptions? errorbar, HighchartsFlagsSeriesOptions? flags, HighchartsFlowMapSeriesOptions? flowmap, HighchartsFunnelSeriesOptions? funnel, HighchartsFunnel3DSeriesOptions? funnel3d, HighchartsGanttSeriesOptions? gantt, HighchartsGaugeSeriesOptions? gauge, HighchartsGeoHeatmapSeriesOptions? geoheatmap, HighchartsHeatmapSeriesOptions? heatmap, HighchartsHeikinAshiSeriesOptions? heikinashi, HighchartsHistogramSeriesOptions? histogram, HighchartsHLCSeriesOptions? hlc, HighchartsHollowcandlestickSeriesOptions? hollowcandlestick, HighchartsIKHSeriesOptions? ikh, HighchartsItemSeriesOptions? item, HighchartsKeltnerChannelsSeriesOptions? keltnerchannels, HighchartsKlingerSeriesOptions? klinger, HighchartsLineSeriesOptions? line, HighchartsLinearRegressionSeriesOptions? linearregression, HighchartsLinearRegressionAngleSeriesOptions? linearregressionangle, HighchartsLinearRegressionInterceptSeriesOptions? linearregressionintercept, HighchartsLinearregressionslopeSeriesOptions? linearregressionslope, HighchartsLollipopSeriesOptions? lollipop, HighchartsMACDSeriesOptions? macd, HighchartsMapSeriesOptions? map, HighchartsMapBubbleSeriesOptions? mapbubble, HighchartsMapLineSeriesOptions? mapline, HighchartsMapPointSeriesOptions? mappoint, HighchartsMFISeriesOptions? mfi, HighchartsMomentumSeriesOptions? momentum, HighchartsNATRSeriesOptions? natr, HighchartsNetworkgraphSeriesOptions? networkgraph, HighchartsOBVSeriesOptions? obv, HighchartsOHLCSeriesOptions? ohlc, HighchartsOrganizationSeriesOptions? organization, HighchartsPackedBubbleSeriesOptions? packedbubble, HighchartsParetoSeriesOptions? pareto, HighchartsPCSeriesOptions? pc, HighchartsPictorialSeriesOptions? pictorial, HighchartsPieSeriesOptions? pie, HighchartsPivotPointsSeriesOptions? pivotpoints, HighchartsPointandfigureSeriesOptions? pointandfigure, HighchartsPolygonSeriesOptions? polygon, HighchartsPPOSeriesOptions? ppo, HighchartsPriceEnvelopesSeriesOptions? priceenvelopes, HighchartsPSARSeriesOptions? psar, HighchartsPyramidSeriesOptions? pyramid, HighchartsPyramid3DSeriesOptions? pyramid3d, HighchartsRenkoSeriesOptions? renko, HighchartsROCSeriesOptions? roc, HighchartsRSISeriesOptions? rsi, HighchartsSankeySeriesOptions? sankey, HighchartsScatterSeriesOptions? scatter, HighchartsScatter3DSeriesOptions? scatter3d, HighchartsSeriesOptions? series, HighchartsSlowStochasticSeriesOptions? slowstochastic, HighchartsSMASeriesOptions? sma, HighchartsSolidGaugeSeriesOptions? solidgauge, HighchartsSplineSeriesOptions? spline, HighchartsStochasticSeriesOptions? stochastic, HighchartsStreamgraphSeriesOptions? streamgraph, HighchartsSunburstSeriesOptions? sunburst, HighchartsSupertrendSeriesOptions? supertrend, HighchartsTEMASeriesOptions? tema, HighchartsTiledWebMapSeriesOptions? tiledwebmap, HighchartsTilemapSeriesOptions? tilemap, HighchartsTimelineSeriesOptions? timeline, HighchartsTreegraphSeriesOptions? treegraph, HighchartsTreemapSeriesOptions? treemap, HighchartsTrendlineSeriesOptions? trendline, HighchartsTRIXSeriesOptions? trix, HighchartsVariablePieSeriesOptions? variablepie, HighchartsVariwideSeriesOptions? variwide, HighchartsVBPSeriesOptions? vbp, HighchartsVectorSeriesOptions? vector, HighchartsVennSeriesOptions? venn, HighchartsVWAPSeriesOptions? vwap, HighchartsWaterfallSeriesOptions? waterfall, HighchartsWilliamsRSeriesOptions? williamsr, HighchartsWindbarbSeriesOptions? windbarb, HighchartsWMASeriesOptions? wma, HighchartsWordcloudSeriesOptions? wordcloud, HighchartsXRangeSeriesOptions? xrange, HighchartsZigzagSeriesOptions? zigzag})
- The plotOptions is a wrapper object for config objects for each series type. The config objects for each series can also be overridden for each series item as given in the series array.
Properties
- abands ↔ HighchartsABandsSeriesOptions?
-
Acceleration bands (ABANDS). This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
.getter/setter pair - ad ↔ HighchartsADSeriesOptions?
-
Accumulation Distribution (AD). This series requires
linkedTo
option to be set.getter/setter pair - ao ↔ HighchartsAOSeriesOptions?
-
Awesome Oscillator. This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
getter/setter pair - apo ↔ HighchartsAPOSeriesOptions?
-
Absolute Price Oscillator. This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
.getter/setter pair - arcdiagram ↔ HighchartsArcDiagramSeriesOptions?
-
Arc diagram series is a chart drawing style in which
the vertices of the chart are positioned along a line
on the Euclidean plane and the edges are drawn as a semicircle
in one of the two half-planes delimited by the line,
or as smooth curves formed by sequences of semicircles.
getter/setter pair
- area ↔ HighchartsAreaSeriesOptions?
-
The area series type.
getter/setter pair
- arearange ↔ HighchartsAreaRangeSeriesOptions?
-
The area range series is a carteseian series with higher and lower values for
each point along an X axis, where the area between the values is shaded.
getter/setter pair
- areaspline ↔ HighchartsAreaSplineSeriesOptions?
-
The area spline series is an area series where the graph between the
points is smoothed into a spline.
getter/setter pair
- areasplinerange ↔ HighchartsAreaSplineRangeSeriesOptions?
-
The area spline range is a cartesian series type with higher and
lower Y values along an X axis. The area inside the range is colored, and
the graph outlining the area is a smoothed spline.
getter/setter pair
- aroon ↔ HighchartsAroonSeriesOptions?
-
Aroon. This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
.getter/setter pair - aroonoscillator ↔ HighchartsAroonOscillatorSeriesOptions?
-
Aroon Oscillator. This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
andstock/indicators/aroon.js
.getter/setter pair - atr ↔ HighchartsATRSeriesOptions?
-
Average true range indicator (ATR). This series requires
linkedTo
option to be set.getter/setter pair - bar ↔ HighchartsBarSeriesOptions?
-
A bar series is a special type of column series where the columns are
horizontal.
getter/setter pair
- bb ↔ HighchartsBBSeriesOptions?
-
Bollinger bands (BB). This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
file.getter/setter pair - bellcurve ↔ HighchartsBellcurveSeriesOptions?
-
A bell curve is an areaspline series which represents the probability
density function of the normal distribution. It calculates mean and
standard deviation of the base series data and plots the curve according
to the calculated parameters.
getter/setter pair
- boxplot ↔ HighchartsBoxPlotSeriesOptions?
-
A box plot is a convenient way of depicting groups of data through their
five-number summaries: the smallest observation (sample minimum), lower
quartile (Q1), median (Q2), upper quartile (Q3), and largest observation
(sample maximum).
getter/setter pair
- bubble ↔ HighchartsBubbleSeriesOptions?
-
A bubble series is a three dimensional series type where each point
renders an X, Y and Z value. Each points is drawn as a bubble where the
position along the X and Y axes mark the X and Y values, and the size of
the bubble relates to the Z value.
getter/setter pair
- bullet ↔ HighchartsBulletSeriesOptions?
-
A bullet graph is a variation of a bar graph. The bullet graph features
a single measure, compares it to a target, and displays it in the context
of qualitative ranges of performance that could be set using
plotBands on yAxis.
getter/setter pair
- candlestick ↔ HighchartsCandlestickSeriesOptions?
-
A candlestick chart is a style of financial chart used to describe
price movements over time.
getter/setter pair
- cci ↔ HighchartsCCISeriesOptions?
-
Commodity Channel Index (CCI). This series requires
linkedTo
option to be set.getter/setter pair - chaikin ↔ HighchartsChaikinSeriesOptions?
-
Chaikin Oscillator. This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
.getter/setter pair - cmf ↔ HighchartsCMFSeriesOptions?
-
Chaikin Money Flow indicator (cmf).
getter/setter pair
- cmo ↔ HighchartsCMOSeriesOptions?
-
Chande Momentum Oscilator (CMO) technical indicator. This series
requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
file.getter/setter pair - column ↔ HighchartsColumnSeriesOptions?
-
Column series display one column per value along an X axis.
getter/setter pair
- columnpyramid ↔ HighchartsColumnPyramidSeriesOptions?
-
Column pyramid series display one pyramid per value along an X axis.
To display horizontal pyramids, set chart.inverted to
true
.getter/setter pair - columnrange ↔ HighchartsColumnRangeSeriesOptions?
-
The column range is a cartesian series type with higher and lower
Y values along an X axis. To display horizontal bars, set
chart.inverted to
true
.getter/setter pair - cylinder ↔ HighchartsCylinderSeriesOptions?
-
A cylinder graph is a variation of a 3d column graph. The cylinder graph
features cylindrical points.
getter/setter pair
- dema ↔ HighchartsDEMASeriesOptions?
-
Double exponential moving average (DEMA) indicator. This series requires
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
.getter/setter pair - dependencywheel ↔ HighchartsDependencyWheelSeriesOptions?
-
A dependency wheel chart is a type of flow diagram, where all nodes are laid
out in a circle, and the flow between the are drawn as link bands.
getter/setter pair
- disparityindex ↔ HighchartsDisparityIndexSeriesOptions?
-
Disparity Index.
This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
file.getter/setter pair - dmi ↔ HighchartsDMISeriesOptions?
-
Directional Movement Index (DMI).
This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
file.getter/setter pair - dpo ↔ HighchartsDPOSeriesOptions?
-
Detrended Price Oscillator. This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
.getter/setter pair - dumbbell ↔ HighchartsDumbbellSeriesOptions?
-
The dumbbell series is a cartesian series with higher and lower values
for each point along an X axis, connected with a line between the
values.
getter/setter pair
- ema ↔ HighchartsEMASeriesOptions?
-
Exponential moving average indicator (EMA). This series requires the
linkedTo
option to be set.getter/setter pair - errorbar ↔ HighchartsErrorBarSeriesOptions?
-
Error bars are a graphical representation of the variability of data and
are used on graphs to indicate the error, or uncertainty in a reported
measurement.
getter/setter pair
- flags ↔ HighchartsFlagsSeriesOptions?
-
Flags are used to mark events in stock charts. They can be added on the
timeline, or attached to a specific series.
getter/setter pair
- flowmap ↔ HighchartsFlowMapSeriesOptions?
-
A flowmap series is a series laid out on top of a map series allowing to
display route paths (e.g. flight or ship routes) or flows on a map. It
creates a link between two points on a map chart.
getter/setter pair
- funnel ↔ HighchartsFunnelSeriesOptions?
-
Funnel charts are a type of chart often used to visualize stages in a
sales project, where the top are the initial stages with the most
clients. It requires that the modules/funnel.js file is loaded.
getter/setter pair
- funnel3d ↔ HighchartsFunnel3DSeriesOptions?
-
A funnel3d is a 3d version of funnel series type. Funnel charts are
a type of chart often used to visualize stages in a sales project,
where the top are the initial stages with the most clients.
getter/setter pair
- gantt ↔ HighchartsGanttSeriesOptions?
-
A
gantt
series. If the type option is not specified, it is inherited from chart.type.getter/setter pair - gauge ↔ HighchartsGaugeSeriesOptions?
-
Gauges are circular plots displaying one or more values with a dial
pointing to values along the perimeter.
getter/setter pair
- geoheatmap ↔ HighchartsGeoHeatmapSeriesOptions?
-
A
geoheatmap
series is a variety of heatmap series, composed into the map projection, where the units are expressed in the latitude and longitude, and individual values contained in a matrix are represented as colors.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- heatmap ↔ HighchartsHeatmapSeriesOptions?
-
A heatmap is a graphical representation of data where the individual
values contained in a matrix are represented as colors.
getter/setter pair
- heikinashi ↔ HighchartsHeikinAshiSeriesOptions?
-
An HeikinAshi series is a style of financial chart used to describe price
movements over time. It displays open, high, low and close values per
data point.
getter/setter pair
- histogram ↔ HighchartsHistogramSeriesOptions?
-
A histogram is a column series which represents the distribution of the
data set in the base series. Histogram splits data into bins and shows
their frequencies.
getter/setter pair
- hlc ↔ HighchartsHLCSeriesOptions?
-
An HLC chart is a style of financial chart used to describe price
movements over time. It displays high, low and close values per
data point.
getter/setter pair
- hollowcandlestick ↔ HighchartsHollowcandlestickSeriesOptions?
-
A hollow candlestick chart is a style of financial chart used to
describe price movements over time.
getter/setter pair
- ikh ↔ HighchartsIKHSeriesOptions?
-
Ichimoku Kinko Hyo (IKH). This series requires
linkedTo
option to be set.getter/setter pair - item ↔ HighchartsItemSeriesOptions?
-
An item chart is an infographic chart where a number of items are laid
out in either a rectangular or circular pattern. It can be used to
visualize counts within a group, or for the circular pattern, typically
a parliament.
getter/setter pair
- keltnerchannels ↔ HighchartsKeltnerChannelsSeriesOptions?
-
Keltner Channels. This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
,stock/indicators/atr.js
, andstock/ema/.js
.getter/setter pair - klinger ↔ HighchartsKlingerSeriesOptions?
-
Klinger oscillator. This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
file.getter/setter pair - line ↔ HighchartsLineSeriesOptions?
-
A line series displays information as a series of data points connected by
straight line segments.
getter/setter pair
- linearregression ↔ HighchartsLinearRegressionSeriesOptions?
-
Linear regression indicator. This series requires
linkedTo
option to be set.getter/setter pair - linearregressionangle ↔ HighchartsLinearRegressionAngleSeriesOptions?
-
Linear regression angle indicator. This series requires
linkedTo
option to be set.getter/setter pair - linearregressionintercept ↔ HighchartsLinearRegressionInterceptSeriesOptions?
-
Linear regression intercept indicator. This series requires
linkedTo
option to be set.getter/setter pair - linearregressionslope ↔ HighchartsLinearregressionslopeSeriesOptions?
-
Linear regression slope indicator. This series requires
linkedTo
option to be set.getter/setter pair - lollipop ↔ HighchartsLollipopSeriesOptions?
-
The lollipop series is a carteseian series with a line anchored from
the x axis and a dot at the end to mark the value.
Requires
highcharts-more.js
,modules/dumbbell.js
andmodules/lollipop.js
.getter/setter pair - macd ↔ HighchartsMACDSeriesOptions?
-
Moving Average Convergence Divergence (MACD). This series requires
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
.getter/setter pair - map ↔ HighchartsMapSeriesOptions?
-
The map series is used for basic choropleth maps, where each map area has
a color based on its value.
getter/setter pair
- mapbubble ↔ HighchartsMapBubbleSeriesOptions?
-
A map bubble series is a bubble series laid out on top of a map
series, where each bubble is tied to a specific map area.
getter/setter pair
- mapline ↔ HighchartsMapLineSeriesOptions?
-
A mapline series is a special case of the map series where the value
colors are applied to the strokes rather than the fills. It can also be
used for freeform drawing, like dividers, in the map.
getter/setter pair
- mappoint ↔ HighchartsMapPointSeriesOptions?
-
A mappoint series is a special form of scatter series where the points
can be laid out in map coordinates on top of a map.
getter/setter pair
- mfi ↔ HighchartsMFISeriesOptions?
-
Money Flow Index. This series requires
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
file.getter/setter pair - momentum ↔ HighchartsMomentumSeriesOptions?
-
Momentum. This series requires
linkedTo
option to be set.getter/setter pair - natr ↔ HighchartsNATRSeriesOptions?
-
Normalized average true range indicator (NATR). This series requires
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
andstock/indicators/atr.js
.getter/setter pair - networkgraph ↔ HighchartsNetworkgraphSeriesOptions?
-
A networkgraph is a type of relationship chart, where connnections
(links) attracts nodes (points) and other nodes repulse each other.
getter/setter pair
- obv ↔ HighchartsOBVSeriesOptions?
-
On-Balance Volume (OBV) technical indicator. This series
requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
file. Through thevolumeSeriesID
there also should be linked the volume series.getter/setter pair - ohlc ↔ HighchartsOHLCSeriesOptions?
-
An OHLC chart is a style of financial chart used to describe price
movements over time. It displays open, high, low and close values per
data point.
getter/setter pair
- organization ↔ HighchartsOrganizationSeriesOptions?
-
An organization chart is a diagram that shows the structure of an
organization and the relationships and relative ranks of its parts and
positions.
getter/setter pair
- packedbubble ↔ HighchartsPackedBubbleSeriesOptions?
-
A packed bubble series is a two dimensional series type, where each point
renders a value in X, Y position. Each point is drawn as a bubble
where the bubbles don't overlap with each other and the radius
of the bubble relates to the value.
getter/setter pair
- pareto ↔ HighchartsParetoSeriesOptions?
-
A pareto diagram is a type of chart that contains both bars and a line
graph, where individual values are represented in descending order by
bars, and the cumulative total is represented by the line.
getter/setter pair
- pc ↔ HighchartsPCSeriesOptions?
-
Price channel (PC). This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
.getter/setter pair - pictorial ↔ HighchartsPictorialSeriesOptions?
-
A pictorial chart uses vector images to represents the data.
The shape of the data point is taken from the path parameter.
getter/setter pair
- pie ↔ HighchartsPieSeriesOptions?
-
A pie chart is a circular graphic which is divided into slices to
illustrate numerical proportion.
getter/setter pair
- pivotpoints ↔ HighchartsPivotPointsSeriesOptions?
-
Pivot points indicator. This series requires the
linkedTo
option to be set and should be loaded afterstock/indicators/indicators.js
file.getter/setter pair - pointandfigure ↔ HighchartsPointandfigureSeriesOptions?
-
The Point and Figure series represents changes in stock price movements,
without focusing on the time and volume. Each data point is created when the
boxSize
criteria is met. Opposite column of points gets created only when thereversalAmount
threshold is met.getter/setter pair - polygon ↔ HighchartsPolygonSeriesOptions?
-
A polygon series can be used to draw any freeform shape in the cartesian
coordinate system. A fill is applied with the
color
option, and stroke is applied throughlineWidth
andlineColor
options.getter/setter pair - ppo ↔ HighchartsPPOSeriesOptions?
-
Percentage Price Oscillator. This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
.getter/setter pair - priceenvelopes ↔ HighchartsPriceEnvelopesSeriesOptions?
-
Price envelopes indicator based on SMA calculations.
This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
file.getter/setter pair - psar ↔ HighchartsPSARSeriesOptions?
-
Parabolic SAR. This series requires
linkedTo
option to be set and should be loaded afterstock/indicators/indicators.js
file.getter/setter pair - pyramid ↔ HighchartsPyramidSeriesOptions?
-
A pyramid series is a special type of funnel, without neck and reversed
by default.
getter/setter pair
- pyramid3d ↔ HighchartsPyramid3DSeriesOptions?
-
A pyramid3d is a 3d version of pyramid series type. Pyramid charts are
a type of chart often used to visualize stages in a sales project,
where the top are the initial stages with the most clients.
getter/setter pair
- renko ↔ HighchartsRenkoSeriesOptions?
-
A Renko series is a style of financial chart used to describe price
movements over time. It displays open, high, low and close values per
data point.
getter/setter pair
- roc ↔ HighchartsROCSeriesOptions?
-
Rate of change indicator (ROC). The indicator value for each point
is defined as:
getter/setter pair
- rsi ↔ HighchartsRSISeriesOptions?
-
Relative strength index (RSI) technical indicator. This series
requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
file.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sankey ↔ HighchartsSankeySeriesOptions?
-
A sankey diagram is a type of flow diagram, in which the width of the
link between two nodes is shown proportionally to the flow quantity.
getter/setter pair
- scatter ↔ HighchartsScatterSeriesOptions?
-
A scatter plot uses cartesian coordinates to display values for two
variables for a set of data.
getter/setter pair
- scatter3d ↔ HighchartsScatter3DSeriesOptions?
-
A 3D scatter plot uses x, y and z coordinates to display values for three
variables for a set of data.
getter/setter pair
- series ↔ HighchartsSeriesOptions?
-
General options for all series types.
getter/setter pair
- slowstochastic ↔ HighchartsSlowStochasticSeriesOptions?
-
Slow Stochastic oscillator. This series requires the
linkedTo
option to be set and should be loaded afterstock/indicators/indicators.js
andstock/indicators/stochastic.js
files.getter/setter pair - sma ↔ HighchartsSMASeriesOptions?
-
Simple moving average indicator (SMA). This series requires
linkedTo
option to be set.getter/setter pair - solidgauge ↔ HighchartsSolidGaugeSeriesOptions?
-
A solid gauge is a circular gauge where the value is indicated by a filled
arc, and the color of the arc may variate with the value.
getter/setter pair
- spline ↔ HighchartsSplineSeriesOptions?
-
A spline series is a special type of line series, where the segments
between the data points are smoothed.
getter/setter pair
- stochastic ↔ HighchartsStochasticSeriesOptions?
-
Stochastic oscillator. This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
file.getter/setter pair - streamgraph ↔ HighchartsStreamgraphSeriesOptions?
-
A streamgraph is a type of stacked area graph which is displaced around a
central axis, resulting in a flowing, organic shape.
getter/setter pair
- sunburst ↔ HighchartsSunburstSeriesOptions?
-
A Sunburst displays hierarchical data, where a level in the hierarchy is
represented by a circle. The center represents the root node of the tree.
The visualization bears a resemblance to both treemap and pie charts.
getter/setter pair
- supertrend ↔ HighchartsSupertrendSeriesOptions?
-
Supertrend indicator. This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
andstock/indicators/sma.js
.getter/setter pair - tema ↔ HighchartsTEMASeriesOptions?
-
Triple exponential moving average (TEMA) indicator. This series requires
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
.getter/setter pair - tiledwebmap ↔ HighchartsTiledWebMapSeriesOptions?
-
A tiledwebmap series allows user to display dynamically joined individual
images (tiles) and join them together to create a map.
getter/setter pair
- tilemap ↔ HighchartsTilemapSeriesOptions?
-
A tilemap series is a type of heatmap where the tile shapes are
configurable.
getter/setter pair
- timeline ↔ HighchartsTimelineSeriesOptions?
-
The timeline series presents given events along a drawn line.
getter/setter pair
- treegraph ↔ HighchartsTreegraphSeriesOptions?
-
A treegraph series is a diagram, which shows a relation between ancestors
and descendants with a clear parent - child relation.
The best examples of the dataStructures, which best reflect this chart
are e.g. genealogy tree or directory structure.
getter/setter pair
- treemap ↔ HighchartsTreemapSeriesOptions?
-
A treemap displays hierarchical data using nested rectangles. The data
can be laid out in varying ways depending on options.
getter/setter pair
- trendline ↔ HighchartsTrendlineSeriesOptions?
-
Trendline (linear regression) fits a straight line to the selected data
using a method called the Sum Of Least Squares. This series requires the
linkedTo
option to be set.getter/setter pair - trix ↔ HighchartsTRIXSeriesOptions?
-
Triple exponential average (TRIX) oscillator. This series requires
linkedTo
option to be set.getter/setter pair - variablepie ↔ HighchartsVariablePieSeriesOptions?
-
A variable pie series is a two dimensional series type, where each point
renders an Y and Z value. Each point is drawn as a pie slice where the
size (arc) of the slice relates to the Y value and the radius of pie
slice relates to the Z value.
getter/setter pair
- variwide ↔ HighchartsVariwideSeriesOptions?
-
A variwide chart (related to marimekko chart) is a column chart with a
variable width expressing a third dimension.
getter/setter pair
- vbp ↔ HighchartsVBPSeriesOptions?
-
Volume By Price indicator.
getter/setter pair
- vector ↔ HighchartsVectorSeriesOptions?
-
A vector plot is a type of cartesian chart where each point has an X and
Y position, a length and a direction. Vectors are drawn as arrows.
getter/setter pair
- venn ↔ HighchartsVennSeriesOptions?
-
A Venn diagram displays all possible logical relations between a
collection of different sets. The sets are represented by circles, and
the relation between the sets are displayed by the overlap or lack of
overlap between them. The venn diagram is a special case of Euler
diagrams, which can also be displayed by this series type.
getter/setter pair
- vwap ↔ HighchartsVWAPSeriesOptions?
-
Volume Weighted Average Price indicator.
getter/setter pair
- waterfall ↔ HighchartsWaterfallSeriesOptions?
-
A waterfall chart displays sequentially introduced positive or negative
values in cumulative columns.
getter/setter pair
- williamsr ↔ HighchartsWilliamsRSeriesOptions?
-
Williams %R. This series requires the
linkedTo
option to be set and should be loaded after thestock/indicators/indicators.js
.getter/setter pair - windbarb ↔ HighchartsWindbarbSeriesOptions?
-
Wind barbs are a convenient way to represent wind speed and direction in
one graphical form. Wind direction is given by the stem direction, and
wind speed by the number and shape of barbs.
getter/setter pair
- wma ↔ HighchartsWMASeriesOptions?
-
Weighted moving average indicator (WMA). This series requires
linkedTo
option to be set.getter/setter pair - wordcloud ↔ HighchartsWordcloudSeriesOptions?
-
A word cloud is a visualization of a set of words, where the size and
placement of a word is determined by how it is weighted.
getter/setter pair
- xrange ↔ HighchartsXRangeSeriesOptions?
-
The X-range series displays ranges on the X axis, typically time
intervals with a start and end date.
getter/setter pair
- zigzag ↔ HighchartsZigzagSeriesOptions?
-
Zig Zag indicator.
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