highcharts 11.0.0 → 11.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bower.json +1 -1
- package/css/highcharts.css +6 -1
- package/es-modules/Accessibility/Options/LangDefaults.js +41 -0
- package/es-modules/Core/Axis/Axis.js +13 -4
- package/es-modules/Core/Axis/AxisDefaults.js +13 -0
- package/es-modules/Core/Axis/Color/ColorAxis.js +1 -1
- package/es-modules/Core/Axis/ScrollbarAxis.js +4 -2
- package/es-modules/Core/Chart/Chart.js +1 -1
- package/es-modules/Core/Globals.js +1 -1
- package/es-modules/Core/Legend/LegendSymbol.js +6 -6
- package/es-modules/Core/Renderer/HTML/HTMLRenderer.js +19 -4
- package/es-modules/Core/Renderer/SVG/SVGRenderer.js +2 -2
- package/es-modules/Core/Series/Series.js +9 -1
- package/es-modules/Core/Series/SeriesDefaults.js +11 -0
- package/es-modules/Core/Tooltip.js +11 -1
- package/es-modules/Core/Utilities.js +4 -5
- package/es-modules/Extensions/Annotations/NavigationBindingsDefaults.js +1 -1
- package/es-modules/Extensions/Annotations/Popup/PopupComposition.js +1 -1
- package/es-modules/Extensions/Annotations/Types/FibonacciTimeZones.js +21 -26
- package/es-modules/Extensions/Annotations/Types/TimeCycles.js +18 -22
- package/es-modules/Extensions/Boost/Boost.js +8 -2
- package/es-modules/Extensions/Boost/BoostChart.js +3 -6
- package/es-modules/Extensions/Boost/BoostSeries.js +26 -14
- package/es-modules/Extensions/BoostCanvas.js +1 -1
- package/es-modules/Extensions/DraggablePoints.js +1 -1
- package/es-modules/Extensions/Drilldown.js +20 -11
- package/es-modules/Extensions/OfflineExporting/OfflineExportingDefaults.js +1 -1
- package/es-modules/Extensions/SeriesLabel/SeriesLabel.js +7 -2
- package/es-modules/Extensions/Sonification/SonificationTimeline.js +4 -2
- package/es-modules/Extensions/Sonification/SynthPatch.js +1 -0
- package/es-modules/Extensions/Themes/HighContrastLight.js +5 -0
- package/es-modules/Series/Area/AreaSeries.js +3 -4
- package/es-modules/Series/AreaSpline/AreaSplineSeries.js +1 -3
- package/es-modules/Series/Column/ColumnSeries.js +0 -14
- package/es-modules/Series/HLC/HLCSeriesDefaults.js +1 -0
- package/es-modules/Series/Heatmap/HeatmapSeries.js +2 -6
- package/es-modules/Series/Line/LineSeries.js +1 -1
- package/es-modules/Series/Map/MapPoint.js +3 -8
- package/es-modules/Series/Map/MapSeries.js +2 -3
- package/es-modules/Series/MapLine/MapLineSeries.js +2 -2
- package/es-modules/Series/MapPoint/MapPointSeries.js +2 -1
- package/es-modules/Series/OHLC/OHLCSeriesDefaults.js +1 -0
- package/es-modules/Series/Pie/PieSeries.js +0 -2
- package/es-modules/Series/Polygon/PolygonSeries.js +2 -3
- package/es-modules/Series/SolidGauge/SolidGaugeSeries.js +0 -4
- package/es-modules/Series/Sunburst/SunburstPoint.js +7 -2
- package/es-modules/Series/Timeline/TimelineSeries.js +0 -3
- package/es-modules/Series/Timeline/TimelineSeriesDefaults.js +2 -1
- package/es-modules/Series/Treemap/TreemapSeries.js +2 -3
- package/es-modules/Series/Venn/VennSeries.js +2 -3
- package/es-modules/Stock/Scrollbar/ScrollbarDefaults.js +1 -1
- package/es-modules/Stock/StockTools/StockToolbar.js +1 -1
- package/es-modules/masters/highcharts-3d.src.d.ts +1 -3
- package/es-modules/masters/highcharts-3d.src.js +1 -1
- package/es-modules/masters/highcharts-gantt.src.js +1 -1
- package/es-modules/masters/highcharts-more.src.d.ts +1 -3
- package/es-modules/masters/highcharts-more.src.js +1 -1
- package/es-modules/masters/highcharts.src.js +1 -1
- package/es-modules/masters/highmaps.src.js +1 -1
- package/es-modules/masters/highstock.src.js +1 -1
- package/es-modules/masters/indicators/acceleration-bands.src.d.ts +1 -3
- package/es-modules/masters/indicators/acceleration-bands.src.js +1 -1
- package/es-modules/masters/indicators/accumulation-distribution.src.d.ts +1 -3
- package/es-modules/masters/indicators/accumulation-distribution.src.js +1 -1
- package/es-modules/masters/indicators/ao.src.d.ts +1 -3
- package/es-modules/masters/indicators/ao.src.js +1 -1
- package/es-modules/masters/indicators/apo.src.d.ts +1 -3
- package/es-modules/masters/indicators/apo.src.js +1 -1
- package/es-modules/masters/indicators/aroon-oscillator.src.d.ts +1 -3
- package/es-modules/masters/indicators/aroon-oscillator.src.js +1 -1
- package/es-modules/masters/indicators/aroon.src.d.ts +1 -3
- package/es-modules/masters/indicators/aroon.src.js +1 -1
- package/es-modules/masters/indicators/atr.src.d.ts +1 -3
- package/es-modules/masters/indicators/atr.src.js +1 -1
- package/es-modules/masters/indicators/bollinger-bands.src.d.ts +1 -3
- package/es-modules/masters/indicators/bollinger-bands.src.js +1 -1
- package/es-modules/masters/indicators/cci.src.d.ts +1 -3
- package/es-modules/masters/indicators/cci.src.js +1 -1
- package/es-modules/masters/indicators/chaikin.src.d.ts +1 -3
- package/es-modules/masters/indicators/chaikin.src.js +1 -1
- package/es-modules/masters/indicators/cmf.src.d.ts +1 -3
- package/es-modules/masters/indicators/cmf.src.js +1 -1
- package/es-modules/masters/indicators/cmo.src.d.ts +1 -3
- package/es-modules/masters/indicators/cmo.src.js +1 -1
- package/es-modules/masters/indicators/dema.src.d.ts +1 -3
- package/es-modules/masters/indicators/dema.src.js +1 -1
- package/es-modules/masters/indicators/disparity-index.src.d.ts +1 -3
- package/es-modules/masters/indicators/disparity-index.src.js +1 -1
- package/es-modules/masters/indicators/dmi.src.d.ts +1 -3
- package/es-modules/masters/indicators/dmi.src.js +1 -1
- package/es-modules/masters/indicators/dpo.src.d.ts +1 -3
- package/es-modules/masters/indicators/dpo.src.js +1 -1
- package/es-modules/masters/indicators/ema.src.d.ts +1 -3
- package/es-modules/masters/indicators/ichimoku-kinko-hyo.src.d.ts +1 -3
- package/es-modules/masters/indicators/ichimoku-kinko-hyo.src.js +1 -1
- package/es-modules/masters/indicators/indicators-all.src.d.ts +1 -3
- package/es-modules/masters/indicators/indicators-all.src.js +1 -1
- package/es-modules/masters/indicators/indicators.src.d.ts +1 -3
- package/es-modules/masters/indicators/indicators.src.js +1 -1
- package/es-modules/masters/indicators/keltner-channels.src.d.ts +1 -3
- package/es-modules/masters/indicators/keltner-channels.src.js +1 -1
- package/es-modules/masters/indicators/klinger.src.d.ts +1 -3
- package/es-modules/masters/indicators/klinger.src.js +1 -1
- package/es-modules/masters/indicators/macd.src.d.ts +1 -3
- package/es-modules/masters/indicators/macd.src.js +1 -1
- package/es-modules/masters/indicators/mfi.src.d.ts +1 -3
- package/es-modules/masters/indicators/mfi.src.js +1 -1
- package/es-modules/masters/indicators/momentum.src.d.ts +1 -3
- package/es-modules/masters/indicators/momentum.src.js +1 -1
- package/es-modules/masters/indicators/natr.src.d.ts +1 -3
- package/es-modules/masters/indicators/natr.src.js +1 -1
- package/es-modules/masters/indicators/obv.src.d.ts +1 -3
- package/es-modules/masters/indicators/obv.src.js +1 -1
- package/es-modules/masters/indicators/pivot-points.src.d.ts +1 -3
- package/es-modules/masters/indicators/pivot-points.src.js +1 -1
- package/es-modules/masters/indicators/ppo.src.d.ts +1 -3
- package/es-modules/masters/indicators/ppo.src.js +1 -1
- package/es-modules/masters/indicators/price-channel.src.d.ts +1 -3
- package/es-modules/masters/indicators/price-channel.src.js +1 -1
- package/es-modules/masters/indicators/price-envelopes.src.d.ts +1 -3
- package/es-modules/masters/indicators/price-envelopes.src.js +1 -1
- package/es-modules/masters/indicators/psar.src.d.ts +1 -3
- package/es-modules/masters/indicators/psar.src.js +1 -1
- package/es-modules/masters/indicators/regressions.src.d.ts +1 -3
- package/es-modules/masters/indicators/regressions.src.js +1 -1
- package/es-modules/masters/indicators/roc.src.d.ts +1 -3
- package/es-modules/masters/indicators/roc.src.js +1 -1
- package/es-modules/masters/indicators/rsi.src.d.ts +1 -3
- package/es-modules/masters/indicators/rsi.src.js +1 -1
- package/es-modules/masters/indicators/slow-stochastic.src.d.ts +1 -3
- package/es-modules/masters/indicators/slow-stochastic.src.js +1 -1
- package/es-modules/masters/indicators/stochastic.src.d.ts +1 -3
- package/es-modules/masters/indicators/stochastic.src.js +1 -1
- package/es-modules/masters/indicators/supertrend.src.d.ts +1 -3
- package/es-modules/masters/indicators/supertrend.src.js +1 -1
- package/es-modules/masters/indicators/tema.src.d.ts +1 -3
- package/es-modules/masters/indicators/tema.src.js +1 -1
- package/es-modules/masters/indicators/trendline.src.d.ts +1 -3
- package/es-modules/masters/indicators/trendline.src.js +1 -1
- package/es-modules/masters/indicators/trix.src.d.ts +1 -3
- package/es-modules/masters/indicators/trix.src.js +1 -1
- package/es-modules/masters/indicators/volume-by-price.src.d.ts +1 -3
- package/es-modules/masters/indicators/volume-by-price.src.js +1 -1
- package/es-modules/masters/indicators/vwap.src.d.ts +1 -3
- package/es-modules/masters/indicators/vwap.src.js +1 -1
- package/es-modules/masters/indicators/williams-r.src.d.ts +1 -3
- package/es-modules/masters/indicators/williams-r.src.js +1 -1
- package/es-modules/masters/indicators/wma.src.d.ts +1 -3
- package/es-modules/masters/indicators/wma.src.js +1 -1
- package/es-modules/masters/indicators/zigzag.src.d.ts +1 -3
- package/es-modules/masters/indicators/zigzag.src.js +1 -1
- package/es-modules/masters/modules/accessibility.src.d.ts +1 -3
- package/es-modules/masters/modules/accessibility.src.js +1 -1
- package/es-modules/masters/modules/annotations-advanced.src.d.ts +1 -3
- package/es-modules/masters/modules/annotations-advanced.src.js +1 -1
- package/es-modules/masters/modules/annotations.src.d.ts +1 -3
- package/es-modules/masters/modules/annotations.src.js +1 -1
- package/es-modules/masters/modules/arc-diagram.src.d.ts +1 -3
- package/es-modules/masters/modules/arc-diagram.src.js +1 -1
- package/es-modules/masters/modules/arrow-symbols.src.d.ts +1 -3
- package/es-modules/masters/modules/arrow-symbols.src.js +1 -1
- package/es-modules/masters/modules/boost-canvas.src.d.ts +1 -3
- package/es-modules/masters/modules/boost-canvas.src.js +1 -1
- package/es-modules/masters/modules/boost.src.d.ts +1 -3
- package/es-modules/masters/modules/boost.src.js +1 -1
- package/es-modules/masters/modules/broken-axis.src.d.ts +1 -3
- package/es-modules/masters/modules/broken-axis.src.js +1 -1
- package/es-modules/masters/modules/bullet.src.d.ts +1 -3
- package/es-modules/masters/modules/bullet.src.js +1 -1
- package/es-modules/masters/modules/coloraxis.src.d.ts +1 -3
- package/es-modules/masters/modules/coloraxis.src.js +1 -1
- package/es-modules/masters/modules/current-date-indicator.src.d.ts +1 -3
- package/es-modules/masters/modules/current-date-indicator.src.js +1 -1
- package/es-modules/masters/modules/cylinder.src.d.ts +1 -3
- package/es-modules/masters/modules/cylinder.src.js +1 -1
- package/es-modules/masters/modules/data-tools.src.js +1 -1
- package/es-modules/masters/modules/data.src.d.ts +1 -3
- package/es-modules/masters/modules/data.src.js +1 -1
- package/es-modules/masters/modules/datagrouping.src.d.ts +1 -3
- package/es-modules/masters/modules/datagrouping.src.js +1 -1
- package/es-modules/masters/modules/debugger.src.d.ts +1 -3
- package/es-modules/masters/modules/debugger.src.js +1 -1
- package/es-modules/masters/modules/dependency-wheel.src.d.ts +1 -3
- package/es-modules/masters/modules/dependency-wheel.src.js +1 -1
- package/es-modules/masters/modules/dotplot.src.d.ts +1 -3
- package/es-modules/masters/modules/dotplot.src.js +1 -1
- package/es-modules/masters/modules/drag-panes.src.d.ts +1 -3
- package/es-modules/masters/modules/drag-panes.src.js +1 -1
- package/es-modules/masters/modules/draggable-points.src.d.ts +1 -3
- package/es-modules/masters/modules/draggable-points.src.js +1 -1
- package/es-modules/masters/modules/drilldown.src.d.ts +1 -3
- package/es-modules/masters/modules/drilldown.src.js +1 -1
- package/es-modules/masters/modules/dumbbell.src.d.ts +1 -3
- package/es-modules/masters/modules/dumbbell.src.js +1 -1
- package/es-modules/masters/modules/export-data.src.d.ts +1 -3
- package/es-modules/masters/modules/export-data.src.js +1 -1
- package/es-modules/masters/modules/exporting.src.d.ts +1 -3
- package/es-modules/masters/modules/exporting.src.js +1 -1
- package/es-modules/masters/modules/flowmap.src.js +1 -1
- package/es-modules/masters/modules/full-screen.src.d.ts +1 -3
- package/es-modules/masters/modules/full-screen.src.js +1 -1
- package/es-modules/masters/modules/funnel.src.d.ts +1 -3
- package/es-modules/masters/modules/funnel.src.js +1 -1
- package/es-modules/masters/modules/funnel3d.src.d.ts +1 -3
- package/es-modules/masters/modules/funnel3d.src.js +1 -1
- package/es-modules/masters/modules/gantt.src.d.ts +1 -3
- package/es-modules/masters/modules/gantt.src.js +1 -1
- package/es-modules/masters/modules/geoheatmap.src.js +1 -1
- package/es-modules/masters/modules/grid-axis.src.d.ts +1 -3
- package/es-modules/masters/modules/grid-axis.src.js +1 -1
- package/es-modules/masters/modules/heatmap.src.d.ts +1 -3
- package/es-modules/masters/modules/heatmap.src.js +1 -1
- package/es-modules/masters/modules/heikinashi.src.d.ts +1 -3
- package/es-modules/masters/modules/heikinashi.src.js +1 -1
- package/es-modules/masters/modules/histogram-bellcurve.src.d.ts +1 -3
- package/es-modules/masters/modules/histogram-bellcurve.src.js +1 -1
- package/es-modules/masters/modules/hollowcandlestick.src.d.ts +1 -3
- package/es-modules/masters/modules/hollowcandlestick.src.js +1 -1
- package/es-modules/masters/modules/item-series.src.d.ts +1 -3
- package/es-modules/masters/modules/item-series.src.js +1 -1
- package/es-modules/masters/modules/lollipop.src.d.ts +1 -3
- package/es-modules/masters/modules/lollipop.src.js +1 -1
- package/es-modules/masters/modules/map.src.d.ts +1 -3
- package/es-modules/masters/modules/map.src.js +1 -1
- package/es-modules/masters/modules/marker-clusters.src.d.ts +1 -3
- package/es-modules/masters/modules/marker-clusters.src.js +1 -1
- package/es-modules/masters/modules/networkgraph.src.d.ts +1 -3
- package/es-modules/masters/modules/networkgraph.src.js +1 -1
- package/es-modules/masters/modules/no-data-to-display.src.d.ts +1 -3
- package/es-modules/masters/modules/no-data-to-display.src.js +1 -1
- package/es-modules/masters/modules/offline-exporting.src.d.ts +1 -3
- package/es-modules/masters/modules/offline-exporting.src.js +1 -1
- package/es-modules/masters/modules/organization.src.d.ts +1 -3
- package/es-modules/masters/modules/organization.src.js +1 -1
- package/es-modules/masters/modules/overlapping-datalabels.src.d.ts +1 -3
- package/es-modules/masters/modules/overlapping-datalabels.src.js +1 -1
- package/es-modules/masters/modules/parallel-coordinates.src.d.ts +1 -3
- package/es-modules/masters/modules/parallel-coordinates.src.js +1 -1
- package/es-modules/masters/modules/pareto.src.d.ts +1 -3
- package/es-modules/masters/modules/pareto.src.js +1 -1
- package/es-modules/masters/modules/pathfinder.src.d.ts +1 -3
- package/es-modules/masters/modules/pathfinder.src.js +1 -1
- package/es-modules/masters/modules/pattern-fill.src.d.ts +1 -3
- package/es-modules/masters/modules/pattern-fill.src.js +1 -1
- package/es-modules/masters/modules/pictorial.src.js +1 -1
- package/es-modules/masters/modules/price-indicator.src.d.ts +1 -3
- package/es-modules/masters/modules/price-indicator.src.js +1 -1
- package/es-modules/masters/modules/pyramid3d.src.d.ts +1 -3
- package/es-modules/masters/modules/pyramid3d.src.js +1 -1
- package/es-modules/masters/modules/sankey.src.d.ts +1 -3
- package/es-modules/masters/modules/sankey.src.js +1 -1
- package/es-modules/masters/modules/series-label.src.d.ts +1 -3
- package/es-modules/masters/modules/series-label.src.js +1 -1
- package/es-modules/masters/modules/series-on-point.src.d.ts +1 -3
- package/es-modules/masters/modules/series-on-point.src.js +1 -1
- package/es-modules/masters/modules/solid-gauge.src.d.ts +1 -3
- package/es-modules/masters/modules/solid-gauge.src.js +1 -1
- package/es-modules/masters/modules/sonification.src.d.ts +1 -3
- package/es-modules/masters/modules/sonification.src.js +1 -1
- package/es-modules/masters/modules/static-scale.src.d.ts +1 -3
- package/es-modules/masters/modules/static-scale.src.js +1 -1
- package/es-modules/masters/modules/stock-tools.src.d.ts +1 -3
- package/es-modules/masters/modules/stock-tools.src.js +1 -1
- package/es-modules/masters/modules/stock.src.d.ts +1 -3
- package/es-modules/masters/modules/stock.src.js +1 -1
- package/es-modules/masters/modules/streamgraph.src.d.ts +1 -3
- package/es-modules/masters/modules/streamgraph.src.js +1 -1
- package/es-modules/masters/modules/sunburst.src.d.ts +1 -3
- package/es-modules/masters/modules/sunburst.src.js +1 -1
- package/es-modules/masters/modules/tilemap.src.d.ts +1 -3
- package/es-modules/masters/modules/tilemap.src.js +1 -1
- package/es-modules/masters/modules/timeline.src.d.ts +1 -3
- package/es-modules/masters/modules/timeline.src.js +1 -1
- package/es-modules/masters/modules/treegraph.src.d.ts +1 -3
- package/es-modules/masters/modules/treegraph.src.js +1 -1
- package/es-modules/masters/modules/treegrid.src.d.ts +1 -3
- package/es-modules/masters/modules/treegrid.src.js +1 -1
- package/es-modules/masters/modules/treemap.src.d.ts +1 -3
- package/es-modules/masters/modules/treemap.src.js +1 -1
- package/es-modules/masters/modules/variable-pie.src.d.ts +1 -3
- package/es-modules/masters/modules/variable-pie.src.js +1 -1
- package/es-modules/masters/modules/variwide.src.d.ts +1 -3
- package/es-modules/masters/modules/variwide.src.js +1 -1
- package/es-modules/masters/modules/vector.src.d.ts +1 -3
- package/es-modules/masters/modules/vector.src.js +1 -1
- package/es-modules/masters/modules/venn.src.d.ts +1 -3
- package/es-modules/masters/modules/venn.src.js +1 -1
- package/es-modules/masters/modules/windbarb.src.d.ts +1 -3
- package/es-modules/masters/modules/windbarb.src.js +1 -1
- package/es-modules/masters/modules/wordcloud.src.d.ts +1 -3
- package/es-modules/masters/modules/wordcloud.src.js +1 -1
- package/es-modules/masters/modules/xrange.src.d.ts +1 -3
- package/es-modules/masters/modules/xrange.src.js +1 -1
- package/es-modules/masters/themes/avocado.src.d.ts +1 -3
- package/es-modules/masters/themes/avocado.src.js +1 -1
- package/es-modules/masters/themes/brand-dark.src.d.ts +1 -3
- package/es-modules/masters/themes/brand-dark.src.js +1 -1
- package/es-modules/masters/themes/brand-light.src.d.ts +1 -3
- package/es-modules/masters/themes/brand-light.src.js +1 -1
- package/es-modules/masters/themes/dark-blue.src.d.ts +1 -3
- package/es-modules/masters/themes/dark-blue.src.js +1 -1
- package/es-modules/masters/themes/dark-green.src.d.ts +1 -3
- package/es-modules/masters/themes/dark-green.src.js +1 -1
- package/es-modules/masters/themes/dark-unica.src.d.ts +1 -3
- package/es-modules/masters/themes/dark-unica.src.js +1 -1
- package/es-modules/masters/themes/gray.src.d.ts +1 -3
- package/es-modules/masters/themes/gray.src.js +1 -1
- package/es-modules/masters/themes/grid-light.src.d.ts +1 -3
- package/es-modules/masters/themes/grid-light.src.js +1 -1
- package/es-modules/masters/themes/grid.src.d.ts +1 -3
- package/es-modules/masters/themes/grid.src.js +1 -1
- package/es-modules/masters/themes/high-contrast-dark.src.d.ts +1 -3
- package/es-modules/masters/themes/high-contrast-dark.src.js +1 -1
- package/es-modules/masters/themes/high-contrast-light.src.d.ts +1 -3
- package/es-modules/masters/themes/high-contrast-light.src.js +1 -1
- package/es-modules/masters/themes/sand-signika.src.d.ts +1 -3
- package/es-modules/masters/themes/sand-signika.src.js +1 -1
- package/es-modules/masters/themes/skies.src.d.ts +1 -3
- package/es-modules/masters/themes/skies.src.js +1 -1
- package/es-modules/masters/themes/sunset.src.d.ts +1 -3
- package/es-modules/masters/themes/sunset.src.js +1 -1
- package/es5/highcharts-3d.js +1 -1
- package/es5/highcharts-3d.src.js +1 -1
- package/es5/highcharts-gantt.js +818 -818
- package/es5/highcharts-gantt.js.map +1 -1
- package/es5/highcharts-gantt.src.js +110 -57
- package/es5/highcharts-more.js +210 -210
- package/es5/highcharts-more.js.map +1 -1
- package/es5/highcharts-more.src.js +4 -4
- package/es5/highcharts.js +598 -597
- package/es5/highcharts.js.map +1 -1
- package/es5/highcharts.src.js +102 -48
- package/es5/highmaps.js +771 -770
- package/es5/highmaps.js.map +1 -1
- package/es5/highmaps.src.js +117 -69
- package/es5/highstock.js +799 -798
- package/es5/highstock.js.map +1 -1
- package/es5/highstock.src.js +112 -57
- package/es5/indicators/acceleration-bands.js +1 -1
- package/es5/indicators/acceleration-bands.src.js +1 -1
- package/es5/indicators/accumulation-distribution.js +1 -1
- package/es5/indicators/accumulation-distribution.src.js +1 -1
- package/es5/indicators/ao.js +1 -1
- package/es5/indicators/ao.src.js +1 -1
- package/es5/indicators/apo.js +1 -1
- package/es5/indicators/apo.src.js +1 -1
- package/es5/indicators/aroon-oscillator.js +1 -1
- package/es5/indicators/aroon-oscillator.src.js +1 -1
- package/es5/indicators/aroon.js +1 -1
- package/es5/indicators/aroon.src.js +1 -1
- package/es5/indicators/atr.js +1 -1
- package/es5/indicators/atr.src.js +1 -1
- package/es5/indicators/bollinger-bands.js +1 -1
- package/es5/indicators/bollinger-bands.src.js +1 -1
- package/es5/indicators/cci.js +1 -1
- package/es5/indicators/cci.src.js +1 -1
- package/es5/indicators/chaikin.js +1 -1
- package/es5/indicators/chaikin.src.js +1 -1
- package/es5/indicators/cmf.js +1 -1
- package/es5/indicators/cmf.src.js +1 -1
- package/es5/indicators/cmo.js +1 -1
- package/es5/indicators/cmo.src.js +1 -1
- package/es5/indicators/dema.js +1 -1
- package/es5/indicators/dema.src.js +1 -1
- package/es5/indicators/disparity-index.js +1 -1
- package/es5/indicators/disparity-index.src.js +1 -1
- package/es5/indicators/dmi.js +1 -1
- package/es5/indicators/dmi.src.js +1 -1
- package/es5/indicators/dpo.js +1 -1
- package/es5/indicators/dpo.src.js +1 -1
- package/es5/indicators/ichimoku-kinko-hyo.js +1 -1
- package/es5/indicators/ichimoku-kinko-hyo.src.js +1 -1
- package/es5/indicators/indicators-all.js +1 -1
- package/es5/indicators/indicators-all.src.js +1 -1
- package/es5/indicators/indicators.js +1 -1
- package/es5/indicators/indicators.src.js +1 -1
- package/es5/indicators/keltner-channels.js +1 -1
- package/es5/indicators/keltner-channels.src.js +1 -1
- package/es5/indicators/klinger.js +1 -1
- package/es5/indicators/klinger.src.js +1 -1
- package/es5/indicators/macd.js +1 -1
- package/es5/indicators/macd.src.js +1 -1
- package/es5/indicators/mfi.js +1 -1
- package/es5/indicators/mfi.src.js +1 -1
- package/es5/indicators/momentum.js +1 -1
- package/es5/indicators/momentum.src.js +1 -1
- package/es5/indicators/natr.js +1 -1
- package/es5/indicators/natr.src.js +1 -1
- package/es5/indicators/obv.js +1 -1
- package/es5/indicators/obv.src.js +1 -1
- package/es5/indicators/pivot-points.js +1 -1
- package/es5/indicators/pivot-points.src.js +1 -1
- package/es5/indicators/ppo.js +1 -1
- package/es5/indicators/ppo.src.js +1 -1
- package/es5/indicators/price-channel.js +1 -1
- package/es5/indicators/price-channel.src.js +1 -1
- package/es5/indicators/price-envelopes.js +1 -1
- package/es5/indicators/price-envelopes.src.js +1 -1
- package/es5/indicators/psar.js +1 -1
- package/es5/indicators/psar.src.js +1 -1
- package/es5/indicators/regressions.js +1 -1
- package/es5/indicators/regressions.src.js +1 -1
- package/es5/indicators/roc.js +1 -1
- package/es5/indicators/roc.src.js +1 -1
- package/es5/indicators/rsi.js +1 -1
- package/es5/indicators/rsi.src.js +1 -1
- package/es5/indicators/slow-stochastic.js +1 -1
- package/es5/indicators/slow-stochastic.src.js +1 -1
- package/es5/indicators/stochastic.js +1 -1
- package/es5/indicators/stochastic.src.js +1 -1
- package/es5/indicators/supertrend.js +1 -1
- package/es5/indicators/supertrend.src.js +1 -1
- package/es5/indicators/tema.js +1 -1
- package/es5/indicators/tema.src.js +1 -1
- package/es5/indicators/trendline.js +1 -1
- package/es5/indicators/trendline.src.js +1 -1
- package/es5/indicators/trix.js +1 -1
- package/es5/indicators/trix.src.js +1 -1
- package/es5/indicators/volume-by-price.js +1 -1
- package/es5/indicators/volume-by-price.src.js +1 -1
- package/es5/indicators/vwap.js +1 -1
- package/es5/indicators/vwap.src.js +1 -1
- package/es5/indicators/williams-r.js +1 -1
- package/es5/indicators/williams-r.src.js +1 -1
- package/es5/indicators/wma.js +1 -1
- package/es5/indicators/wma.src.js +1 -1
- package/es5/indicators/zigzag.js +1 -1
- package/es5/indicators/zigzag.src.js +1 -1
- package/es5/modules/accessibility.js +1 -1
- package/es5/modules/accessibility.js.map +1 -1
- package/es5/modules/accessibility.src.js +42 -1
- package/es5/modules/annotations-advanced.js +4 -4
- package/es5/modules/annotations-advanced.js.map +1 -1
- package/es5/modules/annotations-advanced.src.js +42 -51
- package/es5/modules/annotations.js +2 -2
- package/es5/modules/annotations.src.js +3 -3
- package/es5/modules/arc-diagram.js +1 -1
- package/es5/modules/arc-diagram.src.js +1 -1
- package/es5/modules/arrow-symbols.js +1 -1
- package/es5/modules/arrow-symbols.src.js +1 -1
- package/es5/modules/boost-canvas.js +76 -76
- package/es5/modules/boost-canvas.js.map +1 -1
- package/es5/modules/boost-canvas.src.js +34 -24
- package/es5/modules/boost.js +85 -85
- package/es5/modules/boost.js.map +1 -1
- package/es5/modules/boost.src.js +42 -26
- package/es5/modules/broken-axis.js +1 -1
- package/es5/modules/broken-axis.src.js +1 -1
- package/es5/modules/bullet.js +1 -1
- package/es5/modules/bullet.src.js +1 -1
- package/es5/modules/coloraxis.js +3 -3
- package/es5/modules/coloraxis.js.map +1 -1
- package/es5/modules/coloraxis.src.js +2 -2
- package/es5/modules/current-date-indicator.js +1 -1
- package/es5/modules/current-date-indicator.src.js +1 -1
- package/es5/modules/cylinder.js +1 -1
- package/es5/modules/cylinder.src.js +1 -1
- package/es5/modules/data-tools.js +1 -1
- package/es5/modules/data-tools.src.js +1 -1
- package/es5/modules/data.js +1 -1
- package/es5/modules/data.src.js +1 -1
- package/es5/modules/datagrouping.js +1 -1
- package/es5/modules/datagrouping.src.js +1 -1
- package/es5/modules/debugger.js +1 -1
- package/es5/modules/debugger.src.js +1 -1
- package/es5/modules/dependency-wheel.js +1 -1
- package/es5/modules/dependency-wheel.src.js +1 -1
- package/es5/modules/dotplot.js +1 -1
- package/es5/modules/dotplot.src.js +1 -1
- package/es5/modules/drag-panes.js +1 -1
- package/es5/modules/drag-panes.src.js +1 -1
- package/es5/modules/draggable-points.js +16 -16
- package/es5/modules/draggable-points.js.map +1 -1
- package/es5/modules/draggable-points.src.js +2 -2
- package/es5/modules/drilldown.js +44 -44
- package/es5/modules/drilldown.js.map +1 -1
- package/es5/modules/drilldown.src.js +23 -11
- package/es5/modules/dumbbell.js +1 -1
- package/es5/modules/dumbbell.src.js +1 -1
- package/es5/modules/export-data.js +1 -1
- package/es5/modules/export-data.src.js +1 -1
- package/es5/modules/exporting.js +1 -1
- package/es5/modules/exporting.src.js +1 -1
- package/es5/modules/flowmap.js +101 -101
- package/es5/modules/flowmap.js.map +1 -1
- package/es5/modules/flowmap.src.js +8 -12
- package/es5/modules/full-screen.js +1 -1
- package/es5/modules/full-screen.src.js +1 -1
- package/es5/modules/funnel.js +1 -1
- package/es5/modules/funnel.src.js +1 -1
- package/es5/modules/funnel3d.js +1 -1
- package/es5/modules/funnel3d.src.js +1 -1
- package/es5/modules/gantt.js +114 -114
- package/es5/modules/gantt.js.map +1 -1
- package/es5/modules/gantt.src.js +9 -10
- package/es5/modules/geoheatmap.js +1 -1
- package/es5/modules/geoheatmap.src.js +1 -1
- package/es5/modules/grid-axis.js +1 -1
- package/es5/modules/grid-axis.src.js +1 -1
- package/es5/modules/heatmap.js +40 -40
- package/es5/modules/heatmap.js.map +1 -1
- package/es5/modules/heatmap.src.js +5 -8
- package/es5/modules/heikinashi.js +1 -1
- package/es5/modules/heikinashi.src.js +1 -1
- package/es5/modules/histogram-bellcurve.js +1 -1
- package/es5/modules/histogram-bellcurve.src.js +1 -1
- package/es5/modules/hollowcandlestick.js +1 -1
- package/es5/modules/hollowcandlestick.src.js +1 -1
- package/es5/modules/item-series.js +1 -1
- package/es5/modules/item-series.src.js +1 -1
- package/es5/modules/lollipop.js +1 -1
- package/es5/modules/lollipop.src.js +1 -1
- package/es5/modules/map.js +180 -180
- package/es5/modules/map.js.map +1 -1
- package/es5/modules/map.src.js +16 -22
- package/es5/modules/marker-clusters.js +1 -1
- package/es5/modules/marker-clusters.src.js +1 -1
- package/es5/modules/networkgraph.js +1 -1
- package/es5/modules/networkgraph.src.js +1 -1
- package/es5/modules/no-data-to-display.js +1 -1
- package/es5/modules/no-data-to-display.src.js +1 -1
- package/es5/modules/offline-exporting.js +2 -2
- package/es5/modules/offline-exporting.src.js +2 -2
- package/es5/modules/organization.js +1 -1
- package/es5/modules/organization.src.js +1 -1
- package/es5/modules/overlapping-datalabels.js +1 -1
- package/es5/modules/overlapping-datalabels.src.js +1 -1
- package/es5/modules/parallel-coordinates.js +1 -1
- package/es5/modules/parallel-coordinates.src.js +1 -1
- package/es5/modules/pareto.js +1 -1
- package/es5/modules/pareto.src.js +1 -1
- package/es5/modules/pathfinder.js +1 -1
- package/es5/modules/pathfinder.src.js +1 -1
- package/es5/modules/pattern-fill.js +1 -1
- package/es5/modules/pattern-fill.src.js +1 -1
- package/es5/modules/pictorial.js +1 -1
- package/es5/modules/pictorial.src.js +1 -1
- package/es5/modules/price-indicator.js +1 -1
- package/es5/modules/price-indicator.src.js +1 -1
- package/es5/modules/pyramid3d.js +1 -1
- package/es5/modules/pyramid3d.src.js +1 -1
- package/es5/modules/sankey.js +1 -1
- package/es5/modules/sankey.src.js +1 -1
- package/es5/modules/series-label.js +20 -20
- package/es5/modules/series-label.js.map +1 -1
- package/es5/modules/series-label.src.js +9 -3
- package/es5/modules/series-on-point.js +1 -1
- package/es5/modules/series-on-point.src.js +1 -1
- package/es5/modules/solid-gauge.js +11 -11
- package/es5/modules/solid-gauge.js.map +1 -1
- package/es5/modules/solid-gauge.src.js +2 -5
- package/es5/modules/sonification.js +30 -30
- package/es5/modules/sonification.js.map +1 -1
- package/es5/modules/sonification.src.js +6 -3
- package/es5/modules/static-scale.js +1 -1
- package/es5/modules/static-scale.src.js +1 -1
- package/es5/modules/stock-tools.js +2 -2
- package/es5/modules/stock-tools.src.js +3 -3
- package/es5/modules/stock.js +38 -38
- package/es5/modules/stock.js.map +1 -1
- package/es5/modules/stock.src.js +11 -10
- package/es5/modules/streamgraph.js +1 -1
- package/es5/modules/streamgraph.src.js +1 -1
- package/es5/modules/sunburst.js +83 -83
- package/es5/modules/sunburst.js.map +1 -1
- package/es5/modules/sunburst.src.js +11 -6
- package/es5/modules/tilemap.js +1 -1
- package/es5/modules/tilemap.src.js +1 -1
- package/es5/modules/timeline.js +19 -19
- package/es5/modules/timeline.js.map +1 -1
- package/es5/modules/timeline.src.js +4 -5
- package/es5/modules/treegraph.js +1 -1
- package/es5/modules/treegraph.src.js +1 -1
- package/es5/modules/treegrid.js +1 -1
- package/es5/modules/treegrid.src.js +1 -1
- package/es5/modules/treemap.js +50 -50
- package/es5/modules/treemap.js.map +1 -1
- package/es5/modules/treemap.src.js +4 -4
- package/es5/modules/variable-pie.js +1 -1
- package/es5/modules/variable-pie.src.js +1 -1
- package/es5/modules/variwide.js +1 -1
- package/es5/modules/variwide.src.js +1 -1
- package/es5/modules/vector.js +1 -1
- package/es5/modules/vector.src.js +1 -1
- package/es5/modules/venn.js +33 -33
- package/es5/modules/venn.js.map +1 -1
- package/es5/modules/venn.src.js +4 -4
- package/es5/modules/windbarb.js +1 -1
- package/es5/modules/windbarb.src.js +1 -1
- package/es5/modules/wordcloud.js +1 -1
- package/es5/modules/wordcloud.src.js +1 -1
- package/es5/modules/xrange.js +1 -1
- package/es5/modules/xrange.src.js +1 -1
- package/es5/themes/avocado.js +1 -1
- package/es5/themes/avocado.src.js +1 -1
- package/es5/themes/brand-dark.js +1 -1
- package/es5/themes/brand-dark.src.js +1 -1
- package/es5/themes/brand-light.js +1 -1
- package/es5/themes/brand-light.src.js +1 -1
- package/es5/themes/dark-blue.js +1 -1
- package/es5/themes/dark-blue.src.js +1 -1
- package/es5/themes/dark-green.js +1 -1
- package/es5/themes/dark-green.src.js +1 -1
- package/es5/themes/dark-unica.js +1 -1
- package/es5/themes/dark-unica.src.js +1 -1
- package/es5/themes/gray.js +1 -1
- package/es5/themes/gray.src.js +1 -1
- package/es5/themes/grid-light.js +1 -1
- package/es5/themes/grid-light.src.js +1 -1
- package/es5/themes/grid.js +1 -1
- package/es5/themes/grid.src.js +1 -1
- package/es5/themes/high-contrast-dark.js +1 -1
- package/es5/themes/high-contrast-dark.src.js +1 -1
- package/es5/themes/high-contrast-light.js +3 -3
- package/es5/themes/high-contrast-light.js.map +1 -1
- package/es5/themes/high-contrast-light.src.js +6 -1
- package/es5/themes/sand-signika.js +1 -1
- package/es5/themes/sand-signika.src.js +1 -1
- package/es5/themes/skies.js +1 -1
- package/es5/themes/skies.src.js +1 -1
- package/es5/themes/sunset.js +1 -1
- package/es5/themes/sunset.src.js +1 -1
- package/highcharts-3d.js +1 -1
- package/highcharts-3d.src.js +1 -1
- package/highcharts-gantt.js +767 -767
- package/highcharts-gantt.js.map +1 -1
- package/highcharts-gantt.src.js +105 -53
- package/highcharts-more.js +155 -155
- package/highcharts-more.js.map +1 -1
- package/highcharts-more.src.js +4 -4
- package/highcharts.d.ts +452 -5
- package/highcharts.js +558 -558
- package/highcharts.js.map +1 -1
- package/highcharts.src.d.ts +452 -5
- package/highcharts.src.js +100 -50
- package/highmaps.js +710 -709
- package/highmaps.js.map +1 -1
- package/highmaps.src.js +114 -71
- package/highstock.js +752 -751
- package/highstock.js.map +1 -1
- package/highstock.src.js +107 -53
- package/indicators/acceleration-bands.js +1 -1
- package/indicators/acceleration-bands.src.js +1 -1
- package/indicators/accumulation-distribution.js +1 -1
- package/indicators/accumulation-distribution.src.js +1 -1
- package/indicators/ao.js +1 -1
- package/indicators/ao.src.js +1 -1
- package/indicators/apo.js +1 -1
- package/indicators/apo.src.js +1 -1
- package/indicators/aroon-oscillator.js +1 -1
- package/indicators/aroon-oscillator.src.js +1 -1
- package/indicators/aroon.js +1 -1
- package/indicators/aroon.src.js +1 -1
- package/indicators/atr.js +1 -1
- package/indicators/atr.src.js +1 -1
- package/indicators/bollinger-bands.js +1 -1
- package/indicators/bollinger-bands.src.js +1 -1
- package/indicators/cci.js +1 -1
- package/indicators/cci.src.js +1 -1
- package/indicators/chaikin.js +1 -1
- package/indicators/chaikin.src.js +1 -1
- package/indicators/cmf.js +1 -1
- package/indicators/cmf.src.js +1 -1
- package/indicators/cmo.js +1 -1
- package/indicators/cmo.src.js +1 -1
- package/indicators/dema.js +1 -1
- package/indicators/dema.src.js +1 -1
- package/indicators/disparity-index.js +1 -1
- package/indicators/disparity-index.src.js +1 -1
- package/indicators/dmi.js +1 -1
- package/indicators/dmi.src.js +1 -1
- package/indicators/dpo.js +1 -1
- package/indicators/dpo.src.js +1 -1
- package/indicators/ichimoku-kinko-hyo.js +1 -1
- package/indicators/ichimoku-kinko-hyo.src.js +1 -1
- package/indicators/indicators-all.js +1 -1
- package/indicators/indicators-all.src.js +1 -1
- package/indicators/indicators.js +1 -1
- package/indicators/indicators.src.js +1 -1
- package/indicators/keltner-channels.js +1 -1
- package/indicators/keltner-channels.src.js +1 -1
- package/indicators/klinger.js +1 -1
- package/indicators/klinger.src.js +1 -1
- package/indicators/macd.js +1 -1
- package/indicators/macd.src.js +1 -1
- package/indicators/mfi.js +1 -1
- package/indicators/mfi.src.js +1 -1
- package/indicators/momentum.js +1 -1
- package/indicators/momentum.src.js +1 -1
- package/indicators/natr.js +1 -1
- package/indicators/natr.src.js +1 -1
- package/indicators/obv.js +1 -1
- package/indicators/obv.src.js +1 -1
- package/indicators/pivot-points.js +1 -1
- package/indicators/pivot-points.src.js +1 -1
- package/indicators/ppo.js +1 -1
- package/indicators/ppo.src.js +1 -1
- package/indicators/price-channel.js +1 -1
- package/indicators/price-channel.src.js +1 -1
- package/indicators/price-envelopes.js +1 -1
- package/indicators/price-envelopes.src.js +1 -1
- package/indicators/psar.js +1 -1
- package/indicators/psar.src.js +1 -1
- package/indicators/regressions.js +1 -1
- package/indicators/regressions.src.js +1 -1
- package/indicators/roc.js +1 -1
- package/indicators/roc.src.js +1 -1
- package/indicators/rsi.js +1 -1
- package/indicators/rsi.src.js +1 -1
- package/indicators/slow-stochastic.js +1 -1
- package/indicators/slow-stochastic.src.js +1 -1
- package/indicators/stochastic.js +1 -1
- package/indicators/stochastic.src.js +1 -1
- package/indicators/supertrend.js +1 -1
- package/indicators/supertrend.src.js +1 -1
- package/indicators/tema.js +1 -1
- package/indicators/tema.src.js +1 -1
- package/indicators/trendline.js +1 -1
- package/indicators/trendline.src.js +1 -1
- package/indicators/trix.js +1 -1
- package/indicators/trix.src.js +1 -1
- package/indicators/volume-by-price.js +1 -1
- package/indicators/volume-by-price.src.js +1 -1
- package/indicators/vwap.js +1 -1
- package/indicators/vwap.src.js +1 -1
- package/indicators/williams-r.js +1 -1
- package/indicators/williams-r.src.js +1 -1
- package/indicators/wma.js +1 -1
- package/indicators/wma.src.js +1 -1
- package/indicators/zigzag.js +1 -1
- package/indicators/zigzag.src.js +1 -1
- package/modules/accessibility.js +1 -1
- package/modules/accessibility.js.map +1 -1
- package/modules/accessibility.src.js +42 -1
- package/modules/annotations-advanced.js +4 -4
- package/modules/annotations-advanced.js.map +1 -1
- package/modules/annotations-advanced.src.js +42 -51
- package/modules/annotations.js +2 -2
- package/modules/annotations.src.js +3 -3
- package/modules/arc-diagram.js +1 -1
- package/modules/arc-diagram.src.js +1 -1
- package/modules/arrow-symbols.js +1 -1
- package/modules/arrow-symbols.src.js +1 -1
- package/modules/boost-canvas.d.ts +0 -11
- package/modules/boost-canvas.js +61 -61
- package/modules/boost-canvas.js.map +1 -1
- package/modules/boost-canvas.src.d.ts +0 -11
- package/modules/boost-canvas.src.js +31 -22
- package/modules/boost.d.ts +6 -11
- package/modules/boost.js +64 -64
- package/modules/boost.js.map +1 -1
- package/modules/boost.src.d.ts +6 -11
- package/modules/boost.src.js +39 -24
- package/modules/broken-axis.js +1 -1
- package/modules/broken-axis.src.js +1 -1
- package/modules/bullet.js +1 -1
- package/modules/bullet.src.js +1 -1
- package/modules/coloraxis.js +2 -2
- package/modules/coloraxis.js.map +1 -1
- package/modules/coloraxis.src.js +2 -2
- package/modules/current-date-indicator.js +1 -1
- package/modules/current-date-indicator.src.js +1 -1
- package/modules/cylinder.js +1 -1
- package/modules/cylinder.src.js +1 -1
- package/modules/data-tools.js +1 -1
- package/modules/data-tools.src.js +1 -1
- package/modules/data.js +1 -1
- package/modules/data.src.js +1 -1
- package/modules/datagrouping.js +1 -1
- package/modules/datagrouping.src.js +1 -1
- package/modules/debugger.js +1 -1
- package/modules/debugger.src.js +1 -1
- package/modules/dependency-wheel.js +1 -1
- package/modules/dependency-wheel.src.js +1 -1
- package/modules/dotplot.js +1 -1
- package/modules/dotplot.src.js +1 -1
- package/modules/drag-panes.js +1 -1
- package/modules/drag-panes.src.js +1 -1
- package/modules/draggable-points.js +16 -16
- package/modules/draggable-points.js.map +1 -1
- package/modules/draggable-points.src.js +2 -2
- package/modules/drilldown.js +43 -42
- package/modules/drilldown.js.map +1 -1
- package/modules/drilldown.src.js +21 -12
- package/modules/dumbbell.js +1 -1
- package/modules/dumbbell.src.js +1 -1
- package/modules/export-data.js +1 -1
- package/modules/export-data.src.js +1 -1
- package/modules/exporting.js +1 -1
- package/modules/exporting.src.js +1 -1
- package/modules/flowmap.js +88 -88
- package/modules/flowmap.js.map +1 -1
- package/modules/flowmap.src.js +7 -12
- package/modules/full-screen.js +1 -1
- package/modules/full-screen.src.js +1 -1
- package/modules/funnel.js +1 -1
- package/modules/funnel.src.js +1 -1
- package/modules/funnel3d.js +1 -1
- package/modules/funnel3d.src.js +1 -1
- package/modules/gantt.js +9 -9
- package/modules/gantt.js.map +1 -1
- package/modules/gantt.src.js +6 -4
- package/modules/geoheatmap.js +1 -1
- package/modules/geoheatmap.src.js +1 -1
- package/modules/grid-axis.js +1 -1
- package/modules/grid-axis.src.js +1 -1
- package/modules/heatmap.js +36 -36
- package/modules/heatmap.js.map +1 -1
- package/modules/heatmap.src.js +5 -8
- package/modules/heikinashi.js +1 -1
- package/modules/heikinashi.src.js +1 -1
- package/modules/histogram-bellcurve.d.ts +7 -1
- package/modules/histogram-bellcurve.js +1 -1
- package/modules/histogram-bellcurve.src.d.ts +7 -1
- package/modules/histogram-bellcurve.src.js +1 -1
- package/modules/hollowcandlestick.js +1 -1
- package/modules/hollowcandlestick.src.js +1 -1
- package/modules/item-series.js +1 -1
- package/modules/item-series.src.js +1 -1
- package/modules/lollipop.js +1 -1
- package/modules/lollipop.src.js +1 -1
- package/modules/map.js +152 -152
- package/modules/map.js.map +1 -1
- package/modules/map.src.js +15 -22
- package/modules/marker-clusters.js +1 -1
- package/modules/marker-clusters.src.js +1 -1
- package/modules/networkgraph.js +1 -1
- package/modules/networkgraph.src.js +1 -1
- package/modules/no-data-to-display.js +1 -1
- package/modules/no-data-to-display.src.js +1 -1
- package/modules/offline-exporting.js +2 -2
- package/modules/offline-exporting.src.js +2 -2
- package/modules/organization.js +1 -1
- package/modules/organization.src.js +1 -1
- package/modules/overlapping-datalabels.js +1 -1
- package/modules/overlapping-datalabels.src.js +1 -1
- package/modules/parallel-coordinates.js +1 -1
- package/modules/parallel-coordinates.src.js +1 -1
- package/modules/pareto.js +1 -1
- package/modules/pareto.src.js +1 -1
- package/modules/pathfinder.js +1 -1
- package/modules/pathfinder.src.js +1 -1
- package/modules/pattern-fill.js +1 -1
- package/modules/pattern-fill.src.js +1 -1
- package/modules/pictorial.js +1 -1
- package/modules/pictorial.src.js +1 -1
- package/modules/price-indicator.js +1 -1
- package/modules/price-indicator.src.js +1 -1
- package/modules/pyramid3d.js +1 -1
- package/modules/pyramid3d.src.js +1 -1
- package/modules/sankey.js +1 -1
- package/modules/sankey.src.js +1 -1
- package/modules/series-label.js +19 -19
- package/modules/series-label.js.map +1 -1
- package/modules/series-label.src.js +8 -3
- package/modules/series-on-point.js +1 -1
- package/modules/series-on-point.src.js +1 -1
- package/modules/solid-gauge.js +9 -10
- package/modules/solid-gauge.js.map +1 -1
- package/modules/solid-gauge.src.js +2 -5
- package/modules/sonification.js +47 -46
- package/modules/sonification.js.map +1 -1
- package/modules/sonification.src.js +6 -3
- package/modules/static-scale.js +1 -1
- package/modules/static-scale.src.js +1 -1
- package/modules/stock-tools.js +2 -2
- package/modules/stock-tools.src.js +3 -3
- package/modules/stock.js +26 -26
- package/modules/stock.js.map +1 -1
- package/modules/stock.src.js +8 -4
- package/modules/streamgraph.js +1 -1
- package/modules/streamgraph.src.js +1 -1
- package/modules/sunburst.js +66 -66
- package/modules/sunburst.js.map +1 -1
- package/modules/sunburst.src.js +11 -6
- package/modules/tilemap.js +1 -1
- package/modules/tilemap.src.js +1 -1
- package/modules/timeline.js +15 -15
- package/modules/timeline.js.map +1 -1
- package/modules/timeline.src.js +4 -5
- package/modules/treegraph.js +1 -1
- package/modules/treegraph.src.js +1 -1
- package/modules/treegrid.js +1 -1
- package/modules/treegrid.src.js +1 -1
- package/modules/treemap.js +48 -48
- package/modules/treemap.js.map +1 -1
- package/modules/treemap.src.js +4 -4
- package/modules/variable-pie.js +1 -1
- package/modules/variable-pie.src.js +1 -1
- package/modules/variwide.js +1 -1
- package/modules/variwide.src.js +1 -1
- package/modules/vector.js +1 -1
- package/modules/vector.src.js +1 -1
- package/modules/venn.js +29 -29
- package/modules/venn.js.map +1 -1
- package/modules/venn.src.js +4 -4
- package/modules/windbarb.js +1 -1
- package/modules/windbarb.src.js +1 -1
- package/modules/wordcloud.js +1 -1
- package/modules/wordcloud.src.js +1 -1
- package/modules/xrange.js +1 -1
- package/modules/xrange.src.js +1 -1
- package/package.json +1 -1
- package/themes/avocado.js +1 -1
- package/themes/avocado.src.js +1 -1
- package/themes/brand-dark.js +1 -1
- package/themes/brand-dark.src.js +1 -1
- package/themes/brand-light.js +1 -1
- package/themes/brand-light.src.js +1 -1
- package/themes/dark-blue.js +1 -1
- package/themes/dark-blue.src.js +1 -1
- package/themes/dark-green.js +1 -1
- package/themes/dark-green.src.js +1 -1
- package/themes/dark-unica.js +1 -1
- package/themes/dark-unica.src.js +1 -1
- package/themes/gray.js +1 -1
- package/themes/gray.src.js +1 -1
- package/themes/grid-light.js +1 -1
- package/themes/grid-light.src.js +1 -1
- package/themes/grid.js +1 -1
- package/themes/grid.src.js +1 -1
- package/themes/high-contrast-dark.js +1 -1
- package/themes/high-contrast-dark.src.js +1 -1
- package/themes/high-contrast-light.js +3 -3
- package/themes/high-contrast-light.js.map +1 -1
- package/themes/high-contrast-light.src.js +6 -1
- package/themes/sand-signika.js +1 -1
- package/themes/sand-signika.src.js +1 -1
- package/themes/skies.js +1 -1
- package/themes/skies.src.js +1 -1
- package/themes/sunset.js +1 -1
- package/themes/sunset.src.js +1 -1
package/bower.json
CHANGED
package/css/highcharts.css
CHANGED
|
@@ -473,6 +473,11 @@ text.highcharts-data-label {
|
|
|
473
473
|
stroke-width: 0;
|
|
474
474
|
}
|
|
475
475
|
|
|
476
|
+
.highcharts-series-label text {
|
|
477
|
+
fill: inherit;
|
|
478
|
+
font-weight: bold;
|
|
479
|
+
}
|
|
480
|
+
|
|
476
481
|
.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
|
|
477
482
|
.highcharts-markers .highcharts-point-select {
|
|
478
483
|
fill: var(--highcharts-neutral-color-20);
|
|
@@ -829,7 +834,7 @@ circle.highcharts-legend-nav-inactive { /* tracker */
|
|
|
829
834
|
}
|
|
830
835
|
|
|
831
836
|
.highcharts-scrollbar-track {
|
|
832
|
-
fill:
|
|
837
|
+
fill: rgba(255, 255, 255, 0.001);
|
|
833
838
|
stroke: var(--highcharts-neutral-color-20);
|
|
834
839
|
stroke-width: 1px;
|
|
835
840
|
}
|
|
@@ -23,6 +23,10 @@ const langOptions = {
|
|
|
23
23
|
* features, see
|
|
24
24
|
* [Highcharts Accessibility](https://www.highcharts.com/docs/chart-concepts/accessibility).
|
|
25
25
|
*
|
|
26
|
+
* The lang options use [Format Strings](https://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#format-strings)
|
|
27
|
+
* with variables that are replaced at run time. These variables should be
|
|
28
|
+
* used when available, to avoid duplicating text that is defined elsewhere.
|
|
29
|
+
*
|
|
26
30
|
* For more dynamic control over the accessibility functionality, see
|
|
27
31
|
* [accessibility.point.descriptionFormatter](#accessibility.point.descriptionFormatter),
|
|
28
32
|
* [accessibility.series.descriptionFormatter](#accessibility.series.descriptionFormatter),
|
|
@@ -35,12 +39,33 @@ const langOptions = {
|
|
|
35
39
|
accessibility: {
|
|
36
40
|
/**
|
|
37
41
|
* @deprecated 10.2.1
|
|
42
|
+
* @type {string}
|
|
38
43
|
* @apioption lang.accessibility.resetZoomButton
|
|
39
44
|
*/
|
|
45
|
+
/**
|
|
46
|
+
* Default title of the chart for assistive technology, for charts
|
|
47
|
+
* without a chart title.
|
|
48
|
+
*/
|
|
40
49
|
defaultChartTitle: 'Chart',
|
|
50
|
+
/**
|
|
51
|
+
* Accessible label for the chart container HTML element.
|
|
52
|
+
* `{title}` refers to the chart title.
|
|
53
|
+
*/
|
|
41
54
|
chartContainerLabel: '{title}. Highcharts interactive chart.',
|
|
55
|
+
/**
|
|
56
|
+
* Accessible label for the chart SVG element.
|
|
57
|
+
* `{chartTitle}` refers to the chart title.
|
|
58
|
+
*/
|
|
42
59
|
svgContainerLabel: 'Interactive chart',
|
|
60
|
+
/**
|
|
61
|
+
* Accessible label for the drill-up button.
|
|
62
|
+
* `{buttonText}` refers to the visual text on the button.
|
|
63
|
+
*/
|
|
43
64
|
drillUpButton: '{buttonText}',
|
|
65
|
+
/**
|
|
66
|
+
* Accessible label for the chart credits.
|
|
67
|
+
* `{creditsStr}` refers to the visual text in the credits.
|
|
68
|
+
*/
|
|
44
69
|
credits: 'Chart credits: {creditsStr}',
|
|
45
70
|
/**
|
|
46
71
|
* Thousands separator to use when formatting numbers for screen
|
|
@@ -113,8 +138,21 @@ const langOptions = {
|
|
|
113
138
|
* @since 8.0.0
|
|
114
139
|
*/
|
|
115
140
|
legend: {
|
|
141
|
+
/**
|
|
142
|
+
* Accessible label for the legend, for charts where there is no
|
|
143
|
+
* legend title defined.
|
|
144
|
+
*/
|
|
116
145
|
legendLabelNoTitle: 'Toggle series visibility, {chartTitle}',
|
|
146
|
+
/**
|
|
147
|
+
* Accessible label for the legend, for charts where there is a
|
|
148
|
+
* legend title defined. `{legendTitle}` refers to the visual text
|
|
149
|
+
* in the legend title.
|
|
150
|
+
*/
|
|
117
151
|
legendLabel: 'Chart legend: {legendTitle}',
|
|
152
|
+
/**
|
|
153
|
+
* Accessible label for individual legend items. `{itemName}` refers
|
|
154
|
+
* to the visual text in the legend for that item.
|
|
155
|
+
*/
|
|
118
156
|
legendItem: 'Show {itemName}'
|
|
119
157
|
},
|
|
120
158
|
/**
|
|
@@ -317,6 +355,9 @@ const langOptions = {
|
|
|
317
355
|
* User supplied description text. This is added in the point
|
|
318
356
|
* comment description by default if present.
|
|
319
357
|
*
|
|
358
|
+
* `{description}` refers to the value given in
|
|
359
|
+
* [point.accessibility.description](#series.line.data.accessibility.description).
|
|
360
|
+
*
|
|
320
361
|
* @since 6.0.6
|
|
321
362
|
*/
|
|
322
363
|
description: '{description}',
|
|
@@ -2347,7 +2347,7 @@ class Axis {
|
|
|
2347
2347
|
const axis = this, { chart, horiz, options, side, ticks, tickPositions, coll, axisParent // Used in color axis
|
|
2348
2348
|
} = axis, renderer = chart.renderer, invertedSide = (chart.inverted && !axis.isZAxis ?
|
|
2349
2349
|
[1, 0, 3, 2][side] :
|
|
2350
|
-
side), hasData = axis.hasData(), axisTitleOptions = options.title, labelOptions = options.labels, axisOffset = chart.axisOffset, clipOffset = chart.clipOffset, directionFactor = [-1, 1, 1, -1][side], className = options.className;
|
|
2350
|
+
side), hasData = axis.hasData(), axisTitleOptions = options.title, labelOptions = options.labels, hasCrossing = isNumber(options.crossing), axisOffset = chart.axisOffset, clipOffset = chart.clipOffset, directionFactor = [-1, 1, 1, -1][side], className = options.className;
|
|
2351
2351
|
let showAxis, titleOffset = 0, titleOffsetOption, titleMargin = 0, labelOffset = 0, // reset
|
|
2352
2352
|
labelOffsetPadded, lineHeightCorrection;
|
|
2353
2353
|
// For reuse in Axis.render
|
|
@@ -2378,7 +2378,7 @@ class Axis {
|
|
|
2378
2378
|
axis.reserveSpaceDefault = (side === 0 ||
|
|
2379
2379
|
side === 2 ||
|
|
2380
2380
|
{ 1: 'left', 3: 'right' }[side] === axis.labelAlign);
|
|
2381
|
-
if (pick(labelOptions.reserveSpace, axis.labelAlign === 'center' ? true : null, axis.reserveSpaceDefault)) {
|
|
2381
|
+
if (pick(labelOptions.reserveSpace, hasCrossing ? false : null, axis.labelAlign === 'center' ? true : null, axis.reserveSpaceDefault)) {
|
|
2382
2382
|
tickPositions.forEach(function (pos) {
|
|
2383
2383
|
// get the highest offset
|
|
2384
2384
|
labelOffset = Math.max(ticks[pos].getLabelSize(), labelOffset);
|
|
@@ -2399,7 +2399,9 @@ class Axis {
|
|
|
2399
2399
|
axisTitleOptions.text &&
|
|
2400
2400
|
axisTitleOptions.enabled !== false) {
|
|
2401
2401
|
axis.addTitle(showAxis);
|
|
2402
|
-
if (showAxis &&
|
|
2402
|
+
if (showAxis &&
|
|
2403
|
+
!hasCrossing &&
|
|
2404
|
+
axisTitleOptions.reserveSpace !== false) {
|
|
2403
2405
|
axis.titleOffset = titleOffset =
|
|
2404
2406
|
axis.axisTitle.getBBox()[horiz ? 'height' : 'width'];
|
|
2405
2407
|
titleOffsetOption = axisTitleOptions.offset;
|
|
@@ -2627,7 +2629,7 @@ class Axis {
|
|
|
2627
2629
|
* @emits Highcharts.Axis#event:afterRender
|
|
2628
2630
|
*/
|
|
2629
2631
|
render() {
|
|
2630
|
-
const axis = this, chart = axis.chart, log = axis.logarithmic, renderer = chart.renderer, options = axis.options, isLinked = axis.isLinked, tickPositions = axis.tickPositions, axisTitle = axis.axisTitle, ticks = axis.ticks, minorTicks = axis.minorTicks, alternateBands = axis.alternateBands, stackLabelOptions = options.stackLabels, alternateGridColor = options.alternateGridColor, tickmarkOffset = axis.tickmarkOffset, axisLine = axis.axisLine, showAxis = axis.showAxis, animation = animObject(renderer.globalAnimation);
|
|
2632
|
+
const axis = this, chart = axis.chart, log = axis.logarithmic, renderer = chart.renderer, options = axis.options, isLinked = axis.isLinked, tickPositions = axis.tickPositions, axisTitle = axis.axisTitle, ticks = axis.ticks, minorTicks = axis.minorTicks, alternateBands = axis.alternateBands, stackLabelOptions = options.stackLabels, alternateGridColor = options.alternateGridColor, crossing = options.crossing, tickmarkOffset = axis.tickmarkOffset, axisLine = axis.axisLine, showAxis = axis.showAxis, animation = animObject(renderer.globalAnimation);
|
|
2631
2633
|
let from, to;
|
|
2632
2634
|
// Reset
|
|
2633
2635
|
axis.labelEdge.length = 0;
|
|
@@ -2638,6 +2640,13 @@ class Axis {
|
|
|
2638
2640
|
tick.isActive = false;
|
|
2639
2641
|
});
|
|
2640
2642
|
});
|
|
2643
|
+
// Crossing
|
|
2644
|
+
if (isNumber(crossing)) {
|
|
2645
|
+
const otherAxis = this.isXAxis ? chart.yAxis[0] : chart.xAxis[0], directionFactor = [1, -1, -1, 1][this.side];
|
|
2646
|
+
if (otherAxis) {
|
|
2647
|
+
this.offset = directionFactor * otherAxis.toPixels(crossing, true);
|
|
2648
|
+
}
|
|
2649
|
+
}
|
|
2641
2650
|
// If the series has data draw the ticks. Else only the line and title
|
|
2642
2651
|
if (axis.hasData() || isLinked) {
|
|
2643
2652
|
const slideInTicks = axis.chart.hasRendered &&
|
|
@@ -211,6 +211,19 @@ var AxisDefaults;
|
|
|
211
211
|
* @since 4.1
|
|
212
212
|
* @apioption xAxis.crosshair
|
|
213
213
|
*/
|
|
214
|
+
/**
|
|
215
|
+
* The value on a perpendicular axis where this axis should cross. This
|
|
216
|
+
* is typically used on mathematical plots where the axes cross at 0.
|
|
217
|
+
* When `crossing` is set, space will not be reserved at the sides of
|
|
218
|
+
* the chart for axis labels and title, so those may be clipped. In this
|
|
219
|
+
* case it is better to place the axes without the `crossing` option.
|
|
220
|
+
*
|
|
221
|
+
* @type {number}
|
|
222
|
+
* @sample highcharts/xaxis/crossing
|
|
223
|
+
* Function plot with axes crossing at 0
|
|
224
|
+
* @since 11.0.1
|
|
225
|
+
* @apioption xAxis.crossing
|
|
226
|
+
*/
|
|
214
227
|
/**
|
|
215
228
|
* A class name for the crosshair, especially as a hook for styling.
|
|
216
229
|
*
|
|
@@ -590,7 +590,7 @@ class ColorAxis extends Axis {
|
|
|
590
590
|
chart,
|
|
591
591
|
name,
|
|
592
592
|
options: {},
|
|
593
|
-
drawLegendSymbol: LegendSymbol.
|
|
593
|
+
drawLegendSymbol: LegendSymbol.rectangle,
|
|
594
594
|
visible: true,
|
|
595
595
|
isDataClass: true,
|
|
596
596
|
// Override setState to set either normal or inactive
|
|
@@ -87,8 +87,10 @@ class ScrollbarAxis {
|
|
|
87
87
|
from = unitedMin + range * (1 - this.to);
|
|
88
88
|
}
|
|
89
89
|
if (this.shouldUpdateExtremes(e.DOMType)) {
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
// #17977, set animation to undefined instead of true
|
|
91
|
+
const animate = e.DOMType === 'mousemove' ||
|
|
92
|
+
e.DOMType === 'touchmove' ? false : void 0;
|
|
93
|
+
axis.setExtremes(from, to, true, animate, e);
|
|
92
94
|
}
|
|
93
95
|
else {
|
|
94
96
|
// When live redraw is disabled, don't change extremes
|
|
@@ -1173,7 +1173,7 @@ class Chart {
|
|
|
1173
1173
|
}
|
|
1174
1174
|
/**
|
|
1175
1175
|
* Reflows the chart to its container. By default, the Resize Observer is
|
|
1176
|
-
* attached to the chart's div which allows to reflows the
|
|
1176
|
+
* attached to the chart's div which allows to reflows the chart
|
|
1177
1177
|
* automatically to its container, as per the
|
|
1178
1178
|
* [chart.reflow](https://api.highcharts.com/highcharts/chart.reflow)
|
|
1179
1179
|
* option.
|
|
@@ -24,7 +24,7 @@ var Globals;
|
|
|
24
24
|
* Constants
|
|
25
25
|
*
|
|
26
26
|
* */
|
|
27
|
-
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '11.0.
|
|
27
|
+
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '11.0.1', Globals.win = (typeof window !== 'undefined' ?
|
|
28
28
|
window :
|
|
29
29
|
{}), // eslint-disable-line node/no-unsupported-features/es-builtins
|
|
30
30
|
Globals.doc = Globals.win.document, Globals.svg = (Globals.doc &&
|
|
@@ -30,12 +30,12 @@ var LegendSymbol;
|
|
|
30
30
|
* Highcharts.seriesTypes[type].prototype.drawLegendSymbol.
|
|
31
31
|
*
|
|
32
32
|
* @private
|
|
33
|
-
* @function Highcharts.LegendSymbolMixin.
|
|
33
|
+
* @function Highcharts.LegendSymbolMixin.lineMarker
|
|
34
34
|
*
|
|
35
35
|
* @param {Highcharts.Legend} legend
|
|
36
36
|
* The legend object.
|
|
37
37
|
*/
|
|
38
|
-
function
|
|
38
|
+
function lineMarker(legend, item) {
|
|
39
39
|
const legendItem = this.legendItem = this.legendItem || {}, options = this.options, symbolWidth = legend.symbolWidth, symbolHeight = legend.symbolHeight, generalRadius = symbolHeight / 2, renderer = this.chart.renderer, legendItemGroup = legendItem.group, verticalCenter = legend.baseline -
|
|
40
40
|
Math.round(legend.fontMetrics.b * 0.3);
|
|
41
41
|
let attr = {}, legendSymbol, markerOptions = options.marker, lineSizer = 0;
|
|
@@ -87,7 +87,7 @@ var LegendSymbol;
|
|
|
87
87
|
legendSymbol.isMarker = true;
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
LegendSymbol.
|
|
90
|
+
LegendSymbol.lineMarker = lineMarker;
|
|
91
91
|
/**
|
|
92
92
|
* Get the series' symbol in the legend.
|
|
93
93
|
*
|
|
@@ -95,7 +95,7 @@ var LegendSymbol;
|
|
|
95
95
|
* Highcharts.seriesTypes[type].prototype.drawLegendSymbol.
|
|
96
96
|
*
|
|
97
97
|
* @private
|
|
98
|
-
* @function Highcharts.LegendSymbolMixin.
|
|
98
|
+
* @function Highcharts.LegendSymbolMixin.rectangle
|
|
99
99
|
*
|
|
100
100
|
* @param {Highcharts.Legend} legend
|
|
101
101
|
* The legend object
|
|
@@ -103,7 +103,7 @@ var LegendSymbol;
|
|
|
103
103
|
* @param {Highcharts.Point|Highcharts.Series} item
|
|
104
104
|
* The series (this) or point
|
|
105
105
|
*/
|
|
106
|
-
function
|
|
106
|
+
function rectangle(legend, item) {
|
|
107
107
|
const legendItem = item.legendItem || {}, options = legend.options, symbolHeight = legend.symbolHeight, square = options.squareSymbol, symbolWidth = square ? symbolHeight : legend.symbolWidth;
|
|
108
108
|
legendItem.symbol = this.chart.renderer
|
|
109
109
|
.rect(square ? (legend.symbolWidth - symbolHeight) / 2 : 0, legend.baseline - symbolHeight + 1, // #3988
|
|
@@ -114,7 +114,7 @@ var LegendSymbol;
|
|
|
114
114
|
})
|
|
115
115
|
.add(legendItem.group);
|
|
116
116
|
}
|
|
117
|
-
LegendSymbol.
|
|
117
|
+
LegendSymbol.rectangle = rectangle;
|
|
118
118
|
})(LegendSymbol || (LegendSymbol = {}));
|
|
119
119
|
/* *
|
|
120
120
|
*
|
|
@@ -187,10 +187,6 @@ class HTMLRenderer extends SVGRenderer {
|
|
|
187
187
|
top: (parentGroup.translateY || 0) + 'px',
|
|
188
188
|
display: parentGroup.display,
|
|
189
189
|
opacity: parentGroup.opacity,
|
|
190
|
-
cursor: parentGroupStyles.cursor,
|
|
191
|
-
pointerEvents: (
|
|
192
|
-
// #5595
|
|
193
|
-
parentGroupStyles.pointerEvents),
|
|
194
190
|
visibility: parentGroup.visibility
|
|
195
191
|
// the top group is appended to container
|
|
196
192
|
}, htmlGroup || container);
|
|
@@ -207,6 +203,23 @@ class HTMLRenderer extends SVGRenderer {
|
|
|
207
203
|
htmlGroup.className = value;
|
|
208
204
|
};
|
|
209
205
|
}(htmlGroup)),
|
|
206
|
+
// Extend the parent group's css function by
|
|
207
|
+
// updating the shadow div counterpart with the same
|
|
208
|
+
// style.
|
|
209
|
+
css: function (styles) {
|
|
210
|
+
wrapper.css.call(parentGroup, styles);
|
|
211
|
+
[
|
|
212
|
+
// #6794
|
|
213
|
+
'cursor',
|
|
214
|
+
// #5595, #18821
|
|
215
|
+
'pointerEvents'
|
|
216
|
+
].forEach((prop) => {
|
|
217
|
+
if (styles[prop]) {
|
|
218
|
+
htmlGroupStyle[prop] = styles[prop];
|
|
219
|
+
}
|
|
220
|
+
});
|
|
221
|
+
return parentGroup;
|
|
222
|
+
},
|
|
210
223
|
on: function () {
|
|
211
224
|
if (parents[0].div) { // #6418
|
|
212
225
|
wrapper.on.apply({
|
|
@@ -222,6 +235,8 @@ class HTMLRenderer extends SVGRenderer {
|
|
|
222
235
|
if (!parentGroup.addedSetters) {
|
|
223
236
|
addSetters(parentGroup);
|
|
224
237
|
}
|
|
238
|
+
// Apply pre-existing style
|
|
239
|
+
parentGroup.css(parentGroupStyles);
|
|
225
240
|
});
|
|
226
241
|
}
|
|
227
242
|
}
|
|
@@ -189,7 +189,7 @@ class SVGRenderer {
|
|
|
189
189
|
this.url = this.getReferenceURL();
|
|
190
190
|
// Add description
|
|
191
191
|
const desc = this.createElement('desc').add();
|
|
192
|
-
desc.element.appendChild(doc.createTextNode('Created with Highcharts 11.0.
|
|
192
|
+
desc.element.appendChild(doc.createTextNode('Created with Highcharts 11.0.1'));
|
|
193
193
|
renderer.defs = this.createElement('defs').add();
|
|
194
194
|
renderer.allowHTML = allowHTML;
|
|
195
195
|
renderer.forExport = forExport;
|
|
@@ -444,7 +444,7 @@ class SVGRenderer {
|
|
|
444
444
|
*/
|
|
445
445
|
shadowDefinition(shadowOptions) {
|
|
446
446
|
const id = [
|
|
447
|
-
|
|
447
|
+
`highcharts-drop-shadow-${this.chartIndex}`,
|
|
448
448
|
...Object.keys(shadowOptions)
|
|
449
449
|
.map((key) => shadowOptions[key])
|
|
450
450
|
].join('-').replace(/[^a-z0-9\-]/g, ''), options = merge({
|
|
@@ -3263,6 +3263,15 @@ class Series {
|
|
|
3263
3263
|
options.visiblePlotOnly = true;
|
|
3264
3264
|
return this.chart.isInsidePlot(plotX, plotY, options);
|
|
3265
3265
|
}
|
|
3266
|
+
/**
|
|
3267
|
+
* Draws the legend symbol based on the legendSymbol user option.
|
|
3268
|
+
*
|
|
3269
|
+
* @private
|
|
3270
|
+
*/
|
|
3271
|
+
drawLegendSymbol(legend, item) {
|
|
3272
|
+
var _a;
|
|
3273
|
+
(_a = LegendSymbol[this.options.legendSymbol || 'rectangle']) === null || _a === void 0 ? void 0 : _a.call(this, legend, item);
|
|
3274
|
+
}
|
|
3266
3275
|
}
|
|
3267
3276
|
Series.defaultOptions = SeriesDefaults;
|
|
3268
3277
|
/**
|
|
@@ -3296,7 +3305,6 @@ extend(Series.prototype, {
|
|
|
3296
3305
|
colorCounter: 0,
|
|
3297
3306
|
cropShoulder: 1,
|
|
3298
3307
|
directTouch: false,
|
|
3299
|
-
drawLegendSymbol: LegendSymbol.drawLineMarker,
|
|
3300
3308
|
isCartesian: true,
|
|
3301
3309
|
kdAxisArray: ['clientX', 'plotY'],
|
|
3302
3310
|
// each point's x and y values are stored in this.xData and this.yData:
|
|
@@ -245,6 +245,9 @@ const seriesDefaults = {
|
|
|
245
245
|
* Whether to connect a graph line across null points, or render a gap
|
|
246
246
|
* between the two points on either side of the null.
|
|
247
247
|
*
|
|
248
|
+
* In stacked area chart, if `connectNulls` is set to true,
|
|
249
|
+
* null points are interpreted as 0.
|
|
250
|
+
*
|
|
248
251
|
* @sample {highcharts} highcharts/plotoptions/series-connectnulls-false/
|
|
249
252
|
* False by default
|
|
250
253
|
* @sample {highcharts} highcharts/plotoptions/series-connectnulls-true/
|
|
@@ -2326,6 +2329,14 @@ const seriesDefaults = {
|
|
|
2326
2329
|
* @private
|
|
2327
2330
|
*/
|
|
2328
2331
|
findNearestPointBy: 'x'
|
|
2332
|
+
/**
|
|
2333
|
+
* What type of legend symbol to render for this series.
|
|
2334
|
+
*
|
|
2335
|
+
* @validvalue ["lineMarker", "rectangle"]
|
|
2336
|
+
*
|
|
2337
|
+
* @sample {highcharts} highcharts/series/legend-symbol/
|
|
2338
|
+
* Change the legend symbol
|
|
2339
|
+
*/
|
|
2329
2340
|
};
|
|
2330
2341
|
/* *
|
|
2331
2342
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import F from './FormatUtilities.js';
|
|
12
12
|
const { format } = F;
|
|
13
13
|
import H from './Globals.js';
|
|
14
|
-
const { doc } = H;
|
|
14
|
+
const { doc, isSafari } = H;
|
|
15
15
|
import R from './Renderer/RendererUtilities.js';
|
|
16
16
|
const { distribute } = R;
|
|
17
17
|
import RendererRegistry from './Renderer/RendererRegistry.js';
|
|
@@ -1076,6 +1076,16 @@ class Tooltip {
|
|
|
1076
1076
|
container.style.left = boxExtremes.left + 'px';
|
|
1077
1077
|
container.style.top = chartTop + 'px';
|
|
1078
1078
|
}
|
|
1079
|
+
// Workaround for #18927, artefacts left by the shadows of split
|
|
1080
|
+
// tooltips in Safari v16 (2023). Check again with later versions if we
|
|
1081
|
+
// can remove this.
|
|
1082
|
+
if (isSafari) {
|
|
1083
|
+
tooltipLabel.attr({
|
|
1084
|
+
// Force a redraw of the whole group by chaning the opacity
|
|
1085
|
+
// slightly
|
|
1086
|
+
opacity: tooltipLabel.opacity === 1 ? 0.999 : 1
|
|
1087
|
+
});
|
|
1088
|
+
}
|
|
1079
1089
|
}
|
|
1080
1090
|
/**
|
|
1081
1091
|
* If the `stickOnContact` option is active, this will add a tracker shape.
|
|
@@ -988,7 +988,6 @@ function getNestedProperty(path, parent) {
|
|
|
988
988
|
* The style value.
|
|
989
989
|
*/
|
|
990
990
|
function getStyle(el, prop, toInt) {
|
|
991
|
-
const customGetStyle = H.getStyle;
|
|
992
991
|
let style;
|
|
993
992
|
// For width and height, return the actual inner pixel size (#4913)
|
|
994
993
|
if (prop === 'width') {
|
|
@@ -1006,14 +1005,14 @@ function getStyle(el, prop, toInt) {
|
|
|
1006
1005
|
}
|
|
1007
1006
|
return Math.max(0, // #8377
|
|
1008
1007
|
(offsetWidth -
|
|
1009
|
-
(
|
|
1010
|
-
(
|
|
1008
|
+
(getStyle(el, 'padding-left', true) || 0) -
|
|
1009
|
+
(getStyle(el, 'padding-right', true) || 0)));
|
|
1011
1010
|
}
|
|
1012
1011
|
if (prop === 'height') {
|
|
1013
1012
|
return Math.max(0, // #8377
|
|
1014
1013
|
(Math.min(el.offsetHeight, el.scrollHeight) -
|
|
1015
|
-
(
|
|
1016
|
-
(
|
|
1014
|
+
(getStyle(el, 'padding-top', true) || 0) -
|
|
1015
|
+
(getStyle(el, 'padding-bottom', true) || 0)));
|
|
1017
1016
|
}
|
|
1018
1017
|
// Otherwise, get the computed style
|
|
1019
1018
|
const css = win.getComputedStyle(el, void 0); // eslint-disable-line no-undefined
|
|
@@ -319,7 +319,7 @@ const navigation = {
|
|
|
319
319
|
* from a different server.
|
|
320
320
|
*
|
|
321
321
|
* @type {string}
|
|
322
|
-
* @default https://code.highcharts.com/11.0.
|
|
322
|
+
* @default https://code.highcharts.com/11.0.1/gfx/stock-icons/
|
|
323
323
|
* @since 7.1.3
|
|
324
324
|
* @apioption navigation.iconsURL
|
|
325
325
|
*/
|
|
@@ -53,7 +53,7 @@ function onNavigationBindingsShowPopup(config) {
|
|
|
53
53
|
this.popup = new Popup(this.chart.container, (this.chart.options.navigation.iconsURL ||
|
|
54
54
|
(this.chart.options.stockTools &&
|
|
55
55
|
this.chart.options.stockTools.gui.iconsURL) ||
|
|
56
|
-
'https://code.highcharts.com/11.0.
|
|
56
|
+
'https://code.highcharts.com/11.0.1/gfx/stock-icons/'), this.chart);
|
|
57
57
|
}
|
|
58
58
|
this.popup.showForm(config.formType, this.chart, config.options, config.onSubmit);
|
|
59
59
|
}
|
|
@@ -115,15 +115,33 @@ class FibonacciTimeZones extends CrookedLine {
|
|
|
115
115
|
typeOptions.controlPointOptions = controlPoint.options;
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
|
-
FibonacciTimeZones.prototype.defaultOptions = merge(CrookedLine.prototype.defaultOptions,
|
|
118
|
+
FibonacciTimeZones.prototype.defaultOptions = merge(CrookedLine.prototype.defaultOptions,
|
|
119
|
+
/**
|
|
120
|
+
* The Fibonacci Time Zones annotation.
|
|
121
|
+
*
|
|
122
|
+
* @sample highcharts/annotations-advanced/fibonacci-time-zones/
|
|
123
|
+
* Fibonacci Time Zones
|
|
124
|
+
*
|
|
125
|
+
* @extends annotations.crookedLine
|
|
126
|
+
* @since 9.3.0
|
|
127
|
+
* @product highstock
|
|
128
|
+
* @optionparent annotations.fibonacciTimeZones
|
|
129
|
+
*/
|
|
130
|
+
{
|
|
119
131
|
typeOptions: {
|
|
132
|
+
/**
|
|
133
|
+
* @exclude y
|
|
134
|
+
* @since 9.3.0
|
|
135
|
+
* @product highstock
|
|
136
|
+
* @apioption annotations.fibonacciTimeZones.typeOptions.points
|
|
137
|
+
*/
|
|
120
138
|
// Options for showing in popup edit
|
|
121
139
|
line: {
|
|
122
140
|
/**
|
|
123
141
|
* The color of the lines.
|
|
124
142
|
*
|
|
125
143
|
* @type {string}
|
|
126
|
-
* @since
|
|
144
|
+
* @since 9.3.0
|
|
127
145
|
* @default 'rgba(0, 0, 0, 0.75)'
|
|
128
146
|
* @apioption annotations.fibonacciTimeZones.typeOptions.line.stroke
|
|
129
147
|
*/
|
|
@@ -132,7 +150,7 @@ FibonacciTimeZones.prototype.defaultOptions = merge(CrookedLine.prototype.defaul
|
|
|
132
150
|
* The width of the lines.
|
|
133
151
|
*
|
|
134
152
|
* @type {number}
|
|
135
|
-
* @since
|
|
153
|
+
* @since 9.3.0
|
|
136
154
|
* @default 1
|
|
137
155
|
* @apioption annotations.fibonacciTimeZones.typeOptions.line.strokeWidth
|
|
138
156
|
*/
|
|
@@ -175,26 +193,3 @@ Annotation.types.fibonacciTimeZones = FibonacciTimeZones;
|
|
|
175
193
|
*
|
|
176
194
|
* */
|
|
177
195
|
export default FibonacciTimeZones;
|
|
178
|
-
/* *
|
|
179
|
-
*
|
|
180
|
-
* API Declarations
|
|
181
|
-
*
|
|
182
|
-
* */
|
|
183
|
-
/**
|
|
184
|
-
* The Fibonacci Time Zones annotation.
|
|
185
|
-
*
|
|
186
|
-
* @sample highcharts/annotations-advanced/fibonacci-time-zones/
|
|
187
|
-
* Fibonacci Time Zones
|
|
188
|
-
*
|
|
189
|
-
* @extends annotations.crookedLine
|
|
190
|
-
* @since 9.3.0
|
|
191
|
-
* @product highstock
|
|
192
|
-
* @apioption annotations.fibonacciTimeZones
|
|
193
|
-
*/
|
|
194
|
-
/**
|
|
195
|
-
* @exclude y
|
|
196
|
-
* @since 9.3.0
|
|
197
|
-
* @product highstock
|
|
198
|
-
* @apioption annotations.fibonacciTimeZones.typeOptions.points
|
|
199
|
-
*/
|
|
200
|
-
(''); // keeps doclets above in transpiled file
|
|
@@ -130,8 +130,25 @@ class TimeCycles extends CrookedLine {
|
|
|
130
130
|
super.redraw(animation);
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
|
-
TimeCycles.prototype.defaultOptions = merge(CrookedLine.prototype.defaultOptions,
|
|
133
|
+
TimeCycles.prototype.defaultOptions = merge(CrookedLine.prototype.defaultOptions,
|
|
134
|
+
/**
|
|
135
|
+
* The TimeCycles Annotation
|
|
136
|
+
*
|
|
137
|
+
* @sample highcharts/annotations-advanced/time-cycles/
|
|
138
|
+
* Time Cycles annotation
|
|
139
|
+
*
|
|
140
|
+
* @extends annotations.crookedLine
|
|
141
|
+
* @product highstock
|
|
142
|
+
* @exclude labelOptions
|
|
143
|
+
* @optionparent annotations.timeCycles
|
|
144
|
+
*/
|
|
145
|
+
{
|
|
134
146
|
typeOptions: {
|
|
147
|
+
/**
|
|
148
|
+
* @exclude y
|
|
149
|
+
* @product highstock
|
|
150
|
+
* @apioption annotations.timeCycles.typeOptions.points
|
|
151
|
+
*/
|
|
135
152
|
controlPointOptions: [{
|
|
136
153
|
positioner: function (target) {
|
|
137
154
|
const point = target.points[0], position = target.anchor(point).absolutePosition;
|
|
@@ -172,24 +189,3 @@ Annotation.types.timeCycles = TimeCycles;
|
|
|
172
189
|
*
|
|
173
190
|
* */
|
|
174
191
|
export default TimeCycles;
|
|
175
|
-
/* *
|
|
176
|
-
*
|
|
177
|
-
* API Declarations
|
|
178
|
-
*
|
|
179
|
-
* */
|
|
180
|
-
/**
|
|
181
|
-
* The TimeCycles Annotation
|
|
182
|
-
* @sample highcharts/annotations-advanced/time-cycles/
|
|
183
|
-
* Time Cycles annotation
|
|
184
|
-
*
|
|
185
|
-
* @extends annotations.crookedLine
|
|
186
|
-
* @product highstock
|
|
187
|
-
* @exclude labelOptions
|
|
188
|
-
* @apioption annotations.timeCycles
|
|
189
|
-
*/
|
|
190
|
-
/**
|
|
191
|
-
* @exclude y
|
|
192
|
-
* @product highstock
|
|
193
|
-
* @apioption annotations.timeCycles.typeOptions.points
|
|
194
|
-
*/
|
|
195
|
-
(''); // keeps doclets above in transpiled file
|
|
@@ -57,8 +57,14 @@ function compose(ChartClass, SeriesClass, seriesTypes, ColorClass) {
|
|
|
57
57
|
BoostSeries.compose(SeriesClass, seriesTypes, wglMode);
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
|
-
* Returns true if the current browser supports
|
|
61
|
-
*
|
|
60
|
+
* Returns true if the current browser supports WebGL.
|
|
61
|
+
*
|
|
62
|
+
* @requires module:modules/boost
|
|
63
|
+
*
|
|
64
|
+
* @function Highcharts.hasWebGLSupport
|
|
65
|
+
*
|
|
66
|
+
* @return {boolean}
|
|
67
|
+
* `true` if the browser supports WebGL.
|
|
62
68
|
*/
|
|
63
69
|
function hasWebGLSupport() {
|
|
64
70
|
let canvas, gl = false;
|
|
@@ -64,14 +64,11 @@ function getBoostClipRect(chart, target) {
|
|
|
64
64
|
}
|
|
65
65
|
/**
|
|
66
66
|
* Returns true if the chart is in series boost mode.
|
|
67
|
-
*
|
|
68
|
-
* @function Highcharts.Chart#isChartSeriesBoosting
|
|
69
|
-
*
|
|
67
|
+
* @private
|
|
70
68
|
* @param {Highcharts.Chart} chart
|
|
71
|
-
*
|
|
72
|
-
*
|
|
69
|
+
* Chart to check.
|
|
73
70
|
* @return {boolean}
|
|
74
|
-
*
|
|
71
|
+
* `true` if the chart is in series boost mode.
|
|
75
72
|
*/
|
|
76
73
|
function isChartSeriesBoosting(chart) {
|
|
77
74
|
const allSeries = chart.series, boost = chart.boost = chart.boost || {}, boostOptions = chart.options.boost || {}, threshold = pick(boostOptions.seriesThreshold, 50);
|