highcharts 10.3.1 → 10.3.2
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/es-modules/Accessibility/Accessibility.js +1 -1
- package/es-modules/Accessibility/Components/ZoomComponent.js +26 -32
- package/es-modules/Accessibility/KeyboardNavigation.js +5 -4
- package/es-modules/Accessibility/Utils/HTMLUtilities.js +14 -2
- package/es-modules/Core/Axis/Stacking/StackingAxis.js +5 -3
- package/es-modules/Core/Axis/WaterfallAxis.js +14 -11
- package/es-modules/Core/Chart/Chart.js +3 -1
- package/es-modules/Core/Chart/ChartDefaults.js +2 -0
- package/es-modules/Core/Globals.js +1 -1
- package/es-modules/Core/Pointer.js +4 -3
- package/es-modules/Core/Renderer/HTML/AST.js +6 -0
- package/es-modules/Core/Renderer/SVG/SVGElement.js +13 -60
- package/es-modules/Core/Renderer/SVG/SVGLabel.js +3 -4
- package/es-modules/Core/Renderer/SVG/SVGRenderer.js +1 -1
- package/es-modules/Core/Series/DataLabel.js +4 -7
- package/es-modules/Core/Series/Point.js +8 -9
- package/es-modules/Core/Series/Series.js +33 -78
- package/es-modules/Core/Series/SeriesDefaults.js +4 -1
- package/es-modules/Core/Tooltip.js +35 -19
- package/es-modules/Extensions/Annotations/NavigationBindingsDefaults.js +1 -1
- package/es-modules/Extensions/Annotations/Popup/Popup.js +6 -1
- package/es-modules/Extensions/Annotations/Popup/PopupComposition.js +1 -1
- package/es-modules/Extensions/OfflineExporting/OfflineExportingDefaults.js +1 -1
- package/es-modules/Extensions/Oldie/Oldie.js +1 -1
- package/es-modules/Extensions/PatternFill.js +12 -10
- package/es-modules/Extensions/ScrollablePlotArea.js +5 -0
- package/es-modules/Extensions/SeriesLabel/SeriesLabel.js +116 -89
- package/es-modules/Gantt/Pathfinder.js +8 -7
- package/es-modules/Series/ArcDiagram/ArcDiagramSeries.js +3 -1
- package/es-modules/Series/AreaRange/AreaRangeSeries.js +10 -0
- package/es-modules/Series/Bubble/BubbleSeries.js +3 -6
- package/es-modules/Series/Column/ColumnSeries.js +3 -3
- package/es-modules/Series/Flags/FlagsSeries.js +1 -6
- package/es-modules/Series/Line/LineSeries.js +5 -2
- package/es-modules/Series/Map/MapPoint.js +34 -10
- package/es-modules/Series/Map/MapSeries.js +7 -6
- package/es-modules/Series/OnSeriesComposition.js +2 -2
- package/es-modules/Series/Sankey/SankeySeries.js +4 -0
- package/es-modules/Series/Scatter/ScatterSeriesDefaults.js +1 -1
- package/es-modules/Series/Treegraph/TreegraphPoint.js +1 -3
- package/es-modules/Series/Treegraph/TreegraphSeries.js +9 -0
- package/es-modules/Series/Waterfall/WaterfallSeries.js +91 -89
- package/es-modules/Series/Windbarb/WindbarbSeries.js +1 -2
- package/es-modules/Series/XRange/XRangeSeries.js +6 -0
- package/es-modules/Stock/Navigator/Navigator.js +9 -3
- package/es-modules/Stock/StockTools/StockToolbar.js +1 -1
- package/es-modules/masters/highcharts-3d.src.d.ts +4 -0
- package/es-modules/masters/highcharts-3d.src.js +1 -1
- package/es-modules/masters/highcharts-gantt.src.d.ts +3 -0
- package/es-modules/masters/highcharts-gantt.src.js +1 -1
- package/es-modules/masters/highcharts-more.src.d.ts +10 -0
- package/es-modules/masters/highcharts-more.src.js +1 -1
- package/es-modules/masters/highcharts.src.d.ts +10 -0
- package/es-modules/masters/highcharts.src.js +1 -1
- package/es-modules/masters/highmaps.src.d.ts +3 -0
- package/es-modules/masters/highmaps.src.js +1 -1
- package/es-modules/masters/highstock.src.d.ts +3 -0
- package/es-modules/masters/highstock.src.js +1 -1
- package/es-modules/masters/indicators/acceleration-bands.src.d.ts +1 -0
- package/es-modules/masters/indicators/acceleration-bands.src.js +1 -1
- package/es-modules/masters/indicators/accumulation-distribution.src.d.ts +1 -0
- package/es-modules/masters/indicators/accumulation-distribution.src.js +1 -1
- package/es-modules/masters/indicators/ao.src.d.ts +1 -0
- package/es-modules/masters/indicators/ao.src.js +1 -1
- package/es-modules/masters/indicators/apo.src.d.ts +1 -0
- package/es-modules/masters/indicators/apo.src.js +1 -1
- package/es-modules/masters/indicators/aroon-oscillator.src.d.ts +1 -0
- package/es-modules/masters/indicators/aroon-oscillator.src.js +1 -1
- package/es-modules/masters/indicators/aroon.src.d.ts +1 -0
- package/es-modules/masters/indicators/aroon.src.js +1 -1
- package/es-modules/masters/indicators/atr.src.d.ts +1 -0
- package/es-modules/masters/indicators/atr.src.js +1 -1
- package/es-modules/masters/indicators/bollinger-bands.src.d.ts +1 -0
- package/es-modules/masters/indicators/bollinger-bands.src.js +1 -1
- package/es-modules/masters/indicators/cci.src.d.ts +1 -0
- package/es-modules/masters/indicators/cci.src.js +1 -1
- package/es-modules/masters/indicators/chaikin.src.d.ts +1 -0
- package/es-modules/masters/indicators/chaikin.src.js +1 -1
- package/es-modules/masters/indicators/cmf.src.d.ts +1 -0
- package/es-modules/masters/indicators/cmf.src.js +1 -1
- package/es-modules/masters/indicators/cmo.src.d.ts +1 -0
- package/es-modules/masters/indicators/cmo.src.js +1 -1
- package/es-modules/masters/indicators/dema.src.d.ts +1 -0
- package/es-modules/masters/indicators/dema.src.js +1 -1
- package/es-modules/masters/indicators/disparity-index.src.d.ts +1 -0
- package/es-modules/masters/indicators/disparity-index.src.js +1 -1
- package/es-modules/masters/indicators/dmi.src.d.ts +1 -0
- package/es-modules/masters/indicators/dmi.src.js +1 -1
- package/es-modules/masters/indicators/dpo.src.d.ts +1 -0
- package/es-modules/masters/indicators/dpo.src.js +1 -1
- package/es-modules/masters/indicators/ema.src.d.ts +0 -0
- package/es-modules/masters/indicators/ichimoku-kinko-hyo.src.d.ts +1 -0
- package/es-modules/masters/indicators/ichimoku-kinko-hyo.src.js +1 -1
- package/es-modules/masters/indicators/indicators-all.src.d.ts +60 -0
- package/es-modules/masters/indicators/indicators-all.src.js +1 -1
- package/es-modules/masters/indicators/indicators.src.d.ts +2 -0
- package/es-modules/masters/indicators/indicators.src.js +1 -1
- package/es-modules/masters/indicators/keltner-channels.src.d.ts +1 -0
- package/es-modules/masters/indicators/keltner-channels.src.js +1 -1
- package/es-modules/masters/indicators/klinger.src.d.ts +1 -0
- package/es-modules/masters/indicators/klinger.src.js +1 -1
- package/es-modules/masters/indicators/macd.src.d.ts +1 -0
- package/es-modules/masters/indicators/macd.src.js +1 -1
- package/es-modules/masters/indicators/mfi.src.d.ts +1 -0
- package/es-modules/masters/indicators/mfi.src.js +1 -1
- package/es-modules/masters/indicators/momentum.src.d.ts +1 -0
- package/es-modules/masters/indicators/momentum.src.js +1 -1
- package/es-modules/masters/indicators/natr.src.d.ts +1 -0
- package/es-modules/masters/indicators/natr.src.js +1 -1
- package/es-modules/masters/indicators/obv.src.d.ts +1 -0
- package/es-modules/masters/indicators/obv.src.js +1 -1
- package/es-modules/masters/indicators/pivot-points.src.d.ts +1 -0
- package/es-modules/masters/indicators/pivot-points.src.js +1 -1
- package/es-modules/masters/indicators/ppo.src.d.ts +1 -0
- package/es-modules/masters/indicators/ppo.src.js +1 -1
- package/es-modules/masters/indicators/price-channel.src.d.ts +1 -0
- package/es-modules/masters/indicators/price-channel.src.js +1 -1
- package/es-modules/masters/indicators/price-envelopes.src.d.ts +1 -0
- package/es-modules/masters/indicators/price-envelopes.src.js +1 -1
- package/es-modules/masters/indicators/psar.src.d.ts +1 -0
- package/es-modules/masters/indicators/psar.src.js +1 -1
- package/es-modules/masters/indicators/regressions.src.d.ts +4 -0
- package/es-modules/masters/indicators/regressions.src.js +1 -1
- package/es-modules/masters/indicators/roc.src.d.ts +1 -0
- package/es-modules/masters/indicators/roc.src.js +1 -1
- package/es-modules/masters/indicators/rsi.src.d.ts +1 -0
- package/es-modules/masters/indicators/rsi.src.js +1 -1
- package/es-modules/masters/indicators/slow-stochastic.src.d.ts +1 -0
- package/es-modules/masters/indicators/slow-stochastic.src.js +1 -1
- package/es-modules/masters/indicators/stochastic.src.d.ts +1 -0
- package/es-modules/masters/indicators/stochastic.src.js +1 -1
- package/es-modules/masters/indicators/supertrend.src.d.ts +1 -0
- package/es-modules/masters/indicators/supertrend.src.js +1 -1
- package/es-modules/masters/indicators/tema.src.d.ts +1 -0
- package/es-modules/masters/indicators/tema.src.js +1 -1
- package/es-modules/masters/indicators/trendline.src.d.ts +1 -0
- package/es-modules/masters/indicators/trendline.src.js +1 -1
- package/es-modules/masters/indicators/trix.src.d.ts +1 -0
- package/es-modules/masters/indicators/trix.src.js +1 -1
- package/es-modules/masters/indicators/volume-by-price.src.d.ts +1 -0
- package/es-modules/masters/indicators/volume-by-price.src.js +1 -1
- package/es-modules/masters/indicators/vwap.src.d.ts +1 -0
- package/es-modules/masters/indicators/vwap.src.js +1 -1
- package/es-modules/masters/indicators/williams-r.src.d.ts +1 -0
- package/es-modules/masters/indicators/williams-r.src.js +1 -1
- package/es-modules/masters/indicators/wma.src.d.ts +1 -0
- package/es-modules/masters/indicators/wma.src.js +1 -1
- package/es-modules/masters/indicators/zigzag.src.d.ts +1 -0
- package/es-modules/masters/indicators/zigzag.src.js +1 -1
- package/es-modules/masters/modules/accessibility.src.d.ts +13 -0
- package/es-modules/masters/modules/accessibility.src.js +2 -2
- package/es-modules/masters/modules/annotations-advanced.src.d.ts +11 -0
- package/es-modules/masters/modules/annotations-advanced.src.js +1 -1
- package/es-modules/masters/modules/annotations.src.d.ts +1 -0
- package/es-modules/masters/modules/annotations.src.js +1 -1
- package/es-modules/masters/modules/arc-diagram.src.d.ts +1 -0
- package/es-modules/masters/modules/arc-diagram.src.js +1 -1
- package/es-modules/masters/modules/arrow-symbols.src.d.ts +1 -0
- package/es-modules/masters/modules/arrow-symbols.src.js +1 -1
- package/es-modules/masters/modules/boost-canvas.src.d.ts +1 -0
- package/es-modules/masters/modules/boost-canvas.src.js +1 -1
- package/es-modules/masters/modules/boost.src.d.ts +14 -0
- package/es-modules/masters/modules/boost.src.js +1 -1
- package/es-modules/masters/modules/broken-axis.src.d.ts +1 -0
- package/es-modules/masters/modules/broken-axis.src.js +1 -1
- package/es-modules/masters/modules/bullet.src.d.ts +1 -0
- package/es-modules/masters/modules/bullet.src.js +1 -1
- package/es-modules/masters/modules/coloraxis.src.d.ts +1 -0
- package/es-modules/masters/modules/coloraxis.src.js +1 -1
- package/es-modules/masters/modules/current-date-indicator.src.d.ts +1 -0
- package/es-modules/masters/modules/current-date-indicator.src.js +1 -1
- package/es-modules/masters/modules/cylinder.src.d.ts +1 -0
- package/es-modules/masters/modules/cylinder.src.js +1 -1
- package/es-modules/masters/modules/data.src.d.ts +1 -0
- package/es-modules/masters/modules/data.src.js +1 -1
- package/es-modules/masters/modules/datagrouping.src.d.ts +1 -0
- package/es-modules/masters/modules/datagrouping.src.js +1 -1
- package/es-modules/masters/modules/debugger.src.d.ts +12 -0
- package/es-modules/masters/modules/debugger.src.js +1 -1
- package/es-modules/masters/modules/dependency-wheel.src.d.ts +1 -0
- package/es-modules/masters/modules/dependency-wheel.src.js +1 -1
- package/es-modules/masters/modules/dotplot.src.d.ts +1 -0
- package/es-modules/masters/modules/dotplot.src.js +1 -1
- package/es-modules/masters/modules/drag-panes.src.d.ts +1 -0
- package/es-modules/masters/modules/drag-panes.src.js +1 -1
- package/es-modules/masters/modules/draggable-points.src.d.ts +1 -0
- package/es-modules/masters/modules/draggable-points.src.js +1 -1
- package/es-modules/masters/modules/drilldown.src.d.ts +2 -0
- package/es-modules/masters/modules/drilldown.src.js +1 -1
- package/es-modules/masters/modules/dumbbell.src.d.ts +1 -0
- package/es-modules/masters/modules/dumbbell.src.js +1 -1
- package/es-modules/masters/modules/export-data.src.d.ts +1 -0
- package/es-modules/masters/modules/export-data.src.js +1 -1
- package/es-modules/masters/modules/exporting.src.d.ts +1 -0
- package/es-modules/masters/modules/exporting.src.js +1 -1
- package/es-modules/masters/modules/full-screen.src.d.ts +1 -0
- package/es-modules/masters/modules/full-screen.src.js +1 -1
- package/es-modules/masters/modules/funnel.src.d.ts +2 -0
- package/es-modules/masters/modules/funnel.src.js +1 -1
- package/es-modules/masters/modules/funnel3d.src.d.ts +2 -0
- package/es-modules/masters/modules/funnel3d.src.js +1 -1
- package/es-modules/masters/modules/gantt.src.d.ts +1 -0
- package/es-modules/masters/modules/gantt.src.js +1 -1
- package/es-modules/masters/modules/grid-axis.src.d.ts +1 -0
- package/es-modules/masters/modules/grid-axis.src.js +1 -1
- package/es-modules/masters/modules/heatmap.src.d.ts +1 -0
- package/es-modules/masters/modules/heatmap.src.js +1 -1
- package/es-modules/masters/modules/heikinashi.src.d.ts +1 -0
- package/es-modules/masters/modules/heikinashi.src.js +1 -1
- package/es-modules/masters/modules/histogram-bellcurve.src.d.ts +2 -0
- package/es-modules/masters/modules/histogram-bellcurve.src.js +1 -1
- package/es-modules/masters/modules/hollowcandlestick.src.d.ts +1 -0
- package/es-modules/masters/modules/hollowcandlestick.src.js +1 -1
- package/es-modules/masters/modules/item-series.src.d.ts +1 -0
- package/es-modules/masters/modules/item-series.src.js +1 -1
- package/es-modules/masters/modules/lollipop.src.d.ts +1 -0
- package/es-modules/masters/modules/lollipop.src.js +1 -1
- package/es-modules/masters/modules/map.src.d.ts +7 -0
- package/es-modules/masters/modules/map.src.js +1 -1
- package/es-modules/masters/modules/marker-clusters.src.d.ts +1 -0
- package/es-modules/masters/modules/marker-clusters.src.js +1 -1
- package/es-modules/masters/modules/networkgraph.src.d.ts +1 -0
- package/es-modules/masters/modules/networkgraph.src.js +1 -1
- package/es-modules/masters/modules/no-data-to-display.src.d.ts +1 -0
- package/es-modules/masters/modules/no-data-to-display.src.js +1 -1
- package/es-modules/masters/modules/offline-exporting.src.d.ts +1 -0
- package/es-modules/masters/modules/offline-exporting.src.js +1 -1
- package/es-modules/masters/modules/oldie-polyfills.src.d.ts +1 -0
- package/es-modules/masters/modules/oldie-polyfills.src.js +1 -1
- package/es-modules/masters/modules/oldie.src.d.ts +1 -0
- package/es-modules/masters/modules/oldie.src.js +1 -1
- package/es-modules/masters/modules/organization.src.d.ts +1 -0
- package/es-modules/masters/modules/organization.src.js +1 -1
- package/es-modules/masters/modules/overlapping-datalabels.src.d.ts +1 -0
- package/es-modules/masters/modules/overlapping-datalabels.src.js +1 -1
- package/es-modules/masters/modules/parallel-coordinates.src.d.ts +1 -0
- package/es-modules/masters/modules/parallel-coordinates.src.js +1 -1
- package/es-modules/masters/modules/pareto.src.d.ts +1 -0
- package/es-modules/masters/modules/pareto.src.js +1 -1
- package/es-modules/masters/modules/pathfinder.src.d.ts +1 -0
- package/es-modules/masters/modules/pathfinder.src.js +1 -1
- package/es-modules/masters/modules/pattern-fill.src.d.ts +1 -0
- package/es-modules/masters/modules/pattern-fill.src.js +1 -1
- package/es-modules/masters/modules/price-indicator.src.d.ts +1 -0
- package/es-modules/masters/modules/price-indicator.src.js +1 -1
- package/es-modules/masters/modules/pyramid3d.src.d.ts +1 -0
- package/es-modules/masters/modules/pyramid3d.src.js +1 -1
- package/es-modules/masters/modules/sankey.src.d.ts +1 -0
- package/es-modules/masters/modules/sankey.src.js +1 -1
- package/es-modules/masters/modules/series-label.src.d.ts +1 -0
- package/es-modules/masters/modules/series-label.src.js +1 -1
- package/es-modules/masters/modules/series-on-point.src.d.ts +13 -0
- package/es-modules/masters/modules/series-on-point.src.js +1 -1
- package/es-modules/masters/modules/solid-gauge.src.d.ts +1 -0
- package/es-modules/masters/modules/solid-gauge.src.js +1 -1
- package/es-modules/masters/modules/sonification.src.d.ts +12 -0
- package/es-modules/masters/modules/sonification.src.js +1 -1
- package/es-modules/masters/modules/static-scale.src.d.ts +1 -0
- package/es-modules/masters/modules/static-scale.src.js +1 -1
- package/es-modules/masters/modules/stock-tools.src.d.ts +1 -0
- package/es-modules/masters/modules/stock-tools.src.js +1 -1
- package/es-modules/masters/modules/stock.src.d.ts +4 -0
- package/es-modules/masters/modules/stock.src.js +1 -1
- package/es-modules/masters/modules/streamgraph.src.d.ts +1 -0
- package/es-modules/masters/modules/streamgraph.src.js +1 -1
- package/es-modules/masters/modules/sunburst.src.d.ts +2 -0
- package/es-modules/masters/modules/sunburst.src.js +1 -1
- package/es-modules/masters/modules/tilemap.src.d.ts +1 -0
- package/es-modules/masters/modules/tilemap.src.js +1 -1
- package/es-modules/masters/modules/timeline.src.d.ts +1 -0
- package/es-modules/masters/modules/timeline.src.js +1 -1
- package/es-modules/masters/modules/treegraph.src.d.ts +1 -0
- package/es-modules/masters/modules/treegraph.src.js +1 -1
- package/es-modules/masters/modules/treegrid.src.d.ts +1 -0
- package/es-modules/masters/modules/treegrid.src.js +1 -1
- package/es-modules/masters/modules/treemap.src.d.ts +1 -0
- package/es-modules/masters/modules/treemap.src.js +1 -1
- package/es-modules/masters/modules/variable-pie.src.d.ts +1 -0
- package/es-modules/masters/modules/variable-pie.src.js +1 -1
- package/es-modules/masters/modules/variwide.src.d.ts +1 -0
- package/es-modules/masters/modules/variwide.src.js +1 -1
- package/es-modules/masters/modules/vector.src.d.ts +1 -0
- package/es-modules/masters/modules/vector.src.js +1 -1
- package/es-modules/masters/modules/venn.src.d.ts +1 -0
- package/es-modules/masters/modules/venn.src.js +1 -1
- package/es-modules/masters/modules/windbarb.src.d.ts +1 -0
- package/es-modules/masters/modules/windbarb.src.js +1 -1
- package/es-modules/masters/modules/wordcloud.src.d.ts +1 -0
- package/es-modules/masters/modules/wordcloud.src.js +1 -1
- package/es-modules/masters/modules/xrange.src.d.ts +1 -0
- package/es-modules/masters/modules/xrange.src.js +1 -1
- package/es-modules/masters/themes/avocado.src.d.ts +1 -0
- package/es-modules/masters/themes/avocado.src.js +1 -1
- package/es-modules/masters/themes/brand-dark.src.d.ts +1 -0
- package/es-modules/masters/themes/brand-dark.src.js +1 -1
- package/es-modules/masters/themes/brand-light.src.d.ts +1 -0
- package/es-modules/masters/themes/brand-light.src.js +1 -1
- package/es-modules/masters/themes/dark-blue.src.d.ts +1 -0
- package/es-modules/masters/themes/dark-blue.src.js +1 -1
- package/es-modules/masters/themes/dark-green.src.d.ts +1 -0
- package/es-modules/masters/themes/dark-green.src.js +1 -1
- package/es-modules/masters/themes/dark-unica.src.d.ts +1 -0
- package/es-modules/masters/themes/dark-unica.src.js +1 -1
- package/es-modules/masters/themes/gray.src.d.ts +1 -0
- package/es-modules/masters/themes/gray.src.js +1 -1
- package/es-modules/masters/themes/grid-light.src.d.ts +1 -0
- package/es-modules/masters/themes/grid-light.src.js +1 -1
- package/es-modules/masters/themes/grid.src.d.ts +1 -0
- package/es-modules/masters/themes/grid.src.js +1 -1
- package/es-modules/masters/themes/high-contrast-dark.src.d.ts +1 -0
- package/es-modules/masters/themes/high-contrast-dark.src.js +1 -1
- package/es-modules/masters/themes/high-contrast-light.src.d.ts +1 -0
- package/es-modules/masters/themes/high-contrast-light.src.js +1 -1
- package/es-modules/masters/themes/sand-signika.src.d.ts +1 -0
- package/es-modules/masters/themes/sand-signika.src.js +1 -1
- package/es-modules/masters/themes/skies.src.d.ts +1 -0
- package/es-modules/masters/themes/skies.src.js +1 -1
- package/es-modules/masters/themes/sunset.src.d.ts +1 -0
- package/es-modules/masters/themes/sunset.src.js +1 -1
- package/gfx/dashboard-icons/add.svg +8 -0
- package/gfx/dashboard-icons/close.svg +1 -0
- package/gfx/dashboard-icons/computer.svg +1 -0
- package/gfx/dashboard-icons/destroy.svg +1 -0
- package/gfx/dashboard-icons/drag.svg +1 -0
- package/gfx/dashboard-icons/menu.svg +8 -0
- package/gfx/dashboard-icons/settings.svg +1 -0
- package/gfx/dashboard-icons/smartphone.svg +46 -0
- package/gfx/dashboard-icons/tablet.svg +71 -0
- package/highcharts-3d.js +1 -1
- package/highcharts-3d.src.js +1 -1
- package/highcharts-gantt.js +809 -809
- package/highcharts-gantt.js.map +1 -1
- package/highcharts-gantt.src.js +180 -218
- package/highcharts-more.d.ts +6 -0
- package/highcharts-more.js +174 -174
- package/highcharts-more.js.map +1 -1
- package/highcharts-more.src.d.ts +6 -0
- package/highcharts-more.src.js +128 -116
- package/highcharts.d.ts +2356 -25971
- package/highcharts.js +587 -587
- package/highcharts.js.map +1 -1
- package/highcharts.src.d.ts +2356 -25971
- package/highcharts.src.js +155 -208
- package/highmaps.js +756 -756
- package/highmaps.js.map +1 -1
- package/highmaps.src.js +207 -232
- package/highstock.js +795 -796
- package/highstock.js.map +1 -1
- package/highstock.src.js +169 -219
- 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 +233 -232
- package/modules/accessibility.js.map +1 -1
- package/modules/accessibility.src.js +58 -43
- package/modules/annotations-advanced.js +166 -165
- package/modules/annotations-advanced.js.map +1 -1
- package/modules/annotations-advanced.src.js +9 -4
- package/modules/annotations.js +41 -40
- package/modules/annotations.js.map +1 -1
- package/modules/annotations.src.js +9 -4
- package/modules/arc-diagram.js +3 -3
- package/modules/arc-diagram.js.map +1 -1
- package/modules/arc-diagram.src.js +4 -2
- package/modules/arrow-symbols.js +1 -1
- package/modules/arrow-symbols.src.js +1 -1
- package/modules/boost-canvas.js +1 -1
- package/modules/boost-canvas.src.js +1 -1
- package/modules/boost.js +1 -1
- package/modules/boost.src.js +1 -1
- 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 +1 -1
- package/modules/coloraxis.src.js +1 -1
- 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.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 +1 -1
- package/modules/draggable-points.src.js +1 -1
- package/modules/drilldown.js +1 -1
- package/modules/drilldown.src.js +1 -1
- 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/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 +220 -219
- package/modules/gantt.js.map +1 -1
- package/modules/gantt.src.js +26 -11
- package/modules/grid-axis.js +1 -1
- package/modules/grid-axis.src.js +1 -1
- package/modules/heatmap.js +1 -1
- package/modules/heatmap.src.js +1 -1
- package/modules/heikinashi.js +1 -1
- package/modules/heikinashi.src.js +1 -1
- package/modules/histogram-bellcurve.js +1 -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 +171 -170
- package/modules/map.js.map +1 -1
- package/modules/map.src.js +53 -25
- 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/oldie-polyfills.js +1 -1
- package/modules/oldie-polyfills.src.js +1 -1
- package/modules/oldie.js +2 -2
- package/modules/oldie.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 +27 -27
- package/modules/pathfinder.js.map +1 -1
- package/modules/pathfinder.src.js +9 -8
- package/modules/pattern-fill.js +2 -2
- package/modules/pattern-fill.js.map +1 -1
- package/modules/pattern-fill.src.js +13 -11
- 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 +20 -20
- package/modules/sankey.js.map +1 -1
- package/modules/sankey.src.js +5 -1
- package/modules/series-label.js +19 -18
- package/modules/series-label.js.map +1 -1
- package/modules/series-label.src.js +134 -98
- package/modules/series-on-point.js +1 -1
- package/modules/series-on-point.src.js +1 -1
- package/modules/solid-gauge.js +1 -1
- package/modules/solid-gauge.src.js +1 -1
- package/modules/sonification.js +1 -1
- package/modules/sonification.src.js +1 -1
- 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 +205 -205
- package/modules/stock.js.map +1 -1
- package/modules/stock.src.js +15 -12
- package/modules/streamgraph.js +1 -1
- package/modules/streamgraph.src.js +1 -1
- package/modules/sunburst.js +1 -1
- package/modules/sunburst.src.js +1 -1
- package/modules/tilemap.js +1 -1
- package/modules/tilemap.src.js +1 -1
- package/modules/timeline.js +1 -1
- package/modules/timeline.src.js +1 -1
- package/modules/treegraph.js +32 -31
- package/modules/treegraph.js.map +1 -1
- package/modules/treegraph.src.js +11 -4
- package/modules/treegrid.js +1 -1
- package/modules/treegrid.src.js +1 -1
- package/modules/treemap.js +1 -1
- package/modules/treemap.src.js +1 -1
- 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 +1 -1
- package/modules/venn.src.js +1 -1
- package/modules/windbarb.js +15 -15
- package/modules/windbarb.js.map +1 -1
- package/modules/windbarb.src.js +4 -5
- package/modules/wordcloud.js +1 -1
- package/modules/wordcloud.src.js +1 -1
- package/modules/xrange.js +9 -8
- package/modules/xrange.js.map +1 -1
- package/modules/xrange.src.js +7 -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 +1 -1
- package/themes/high-contrast-light.src.js +1 -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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Highcharts JS v10.3.
|
|
2
|
+
* @license Highcharts JS v10.3.2 (2022-11-28)
|
|
3
3
|
*
|
|
4
4
|
* Accessibility module
|
|
5
5
|
*
|
|
@@ -53,6 +53,12 @@
|
|
|
53
53
|
var doc = H.doc,
|
|
54
54
|
win = H.win;
|
|
55
55
|
var css = U.css;
|
|
56
|
+
/* *
|
|
57
|
+
*
|
|
58
|
+
* Constants
|
|
59
|
+
*
|
|
60
|
+
* */
|
|
61
|
+
var simulatedEventTarget = win.EventTarget && new win.EventTarget() || 'none';
|
|
56
62
|
/* *
|
|
57
63
|
*
|
|
58
64
|
* Functions
|
|
@@ -172,10 +178,12 @@
|
|
|
172
178
|
return doc.getElementById(id);
|
|
173
179
|
}
|
|
174
180
|
/**
|
|
175
|
-
* Get a fake mouse event of a given type
|
|
181
|
+
* Get a fake mouse event of a given type. If relatedTarget is not given,
|
|
182
|
+
* it will point to simulatedEventTarget, as an indicator that the event
|
|
183
|
+
* is fake.
|
|
176
184
|
* @private
|
|
177
185
|
*/
|
|
178
|
-
function getFakeMouseEvent(type, position) {
|
|
186
|
+
function getFakeMouseEvent(type, position, relatedTarget) {
|
|
179
187
|
var pos = position || {
|
|
180
188
|
x: 0,
|
|
181
189
|
y: 0
|
|
@@ -185,6 +193,9 @@
|
|
|
185
193
|
bubbles: true,
|
|
186
194
|
cancelable: true,
|
|
187
195
|
composed: true,
|
|
196
|
+
button: 0,
|
|
197
|
+
buttons: 1,
|
|
198
|
+
relatedTarget: relatedTarget || simulatedEventTarget,
|
|
188
199
|
view: win,
|
|
189
200
|
detail: type === 'click' ? 1 : 0,
|
|
190
201
|
screenX: pos.x,
|
|
@@ -340,6 +351,7 @@
|
|
|
340
351
|
removeClass: removeClass,
|
|
341
352
|
removeElement: removeElement,
|
|
342
353
|
reverseChildNodes: reverseChildNodes,
|
|
354
|
+
simulatedEventTarget: simulatedEventTarget,
|
|
343
355
|
stripHTMLTagsFromString: stripHTMLTagsFromString,
|
|
344
356
|
visuallyHideElement: visuallyHideElement
|
|
345
357
|
};
|
|
@@ -3162,7 +3174,8 @@
|
|
|
3162
3174
|
win = H.win;
|
|
3163
3175
|
var addEvent = U.addEvent,
|
|
3164
3176
|
fireEvent = U.fireEvent;
|
|
3165
|
-
var getElement = HTMLUtilities.getElement
|
|
3177
|
+
var getElement = HTMLUtilities.getElement,
|
|
3178
|
+
simulatedEventTarget = HTMLUtilities.simulatedEventTarget;
|
|
3166
3179
|
/* *
|
|
3167
3180
|
*
|
|
3168
3181
|
* Class
|
|
@@ -3228,7 +3241,7 @@
|
|
|
3228
3241
|
ep.addEvent(this.tabindexContainer, 'keydown', function (e) { return _this.onKeydown(e); });
|
|
3229
3242
|
ep.addEvent(this.tabindexContainer, 'focus', function (e) { return _this.onFocus(e); });
|
|
3230
3243
|
['mouseup', 'touchend'].forEach(function (eventName) {
|
|
3231
|
-
return ep.addEvent(doc, eventName, function () { return _this.onMouseUp(); });
|
|
3244
|
+
return ep.addEvent(doc, eventName, function (e) { return _this.onMouseUp(e); });
|
|
3232
3245
|
});
|
|
3233
3246
|
['mousedown', 'touchstart'].forEach(function (eventName) {
|
|
3234
3247
|
return ep.addEvent(chart.renderTo, eventName, function () {
|
|
@@ -3357,9 +3370,10 @@
|
|
|
3357
3370
|
* indicator.
|
|
3358
3371
|
* @private
|
|
3359
3372
|
*/
|
|
3360
|
-
KeyboardNavigation.prototype.onMouseUp = function () {
|
|
3373
|
+
KeyboardNavigation.prototype.onMouseUp = function (e) {
|
|
3361
3374
|
delete this.isClickingChart;
|
|
3362
|
-
if (!this.keyboardReset
|
|
3375
|
+
if (!this.keyboardReset &&
|
|
3376
|
+
e.relatedTarget !== simulatedEventTarget) {
|
|
3363
3377
|
var chart = this.chart;
|
|
3364
3378
|
if (!this.pointerIsOverChart) {
|
|
3365
3379
|
var curMod = this.modules &&
|
|
@@ -9628,7 +9642,7 @@
|
|
|
9628
9642
|
|
|
9629
9643
|
return SeriesComponent;
|
|
9630
9644
|
});
|
|
9631
|
-
_registerModule(_modules, 'Accessibility/Components/ZoomComponent.js', [_modules['Accessibility/AccessibilityComponent.js'], _modules['Accessibility/Utils/ChartUtilities.js'], _modules['Accessibility/KeyboardNavigationHandler.js'], _modules['Core/Utilities.js']], function (AccessibilityComponent, CU, KeyboardNavigationHandler, U) {
|
|
9645
|
+
_registerModule(_modules, 'Accessibility/Components/ZoomComponent.js', [_modules['Accessibility/AccessibilityComponent.js'], _modules['Accessibility/Utils/ChartUtilities.js'], _modules['Accessibility/Utils/HTMLUtilities.js'], _modules['Accessibility/KeyboardNavigationHandler.js'], _modules['Core/Utilities.js']], function (AccessibilityComponent, CU, HU, KeyboardNavigationHandler, U) {
|
|
9632
9646
|
/* *
|
|
9633
9647
|
*
|
|
9634
9648
|
* (c) 2009-2021 Øystein Moseng
|
|
@@ -9657,6 +9671,7 @@
|
|
|
9657
9671
|
};
|
|
9658
9672
|
})();
|
|
9659
9673
|
var unhideChartElementFromAT = CU.unhideChartElementFromAT;
|
|
9674
|
+
var getFakeMouseEvent = HU.getFakeMouseEvent;
|
|
9660
9675
|
var attr = U.attr,
|
|
9661
9676
|
pick = U.pick;
|
|
9662
9677
|
/* *
|
|
@@ -9664,33 +9679,11 @@
|
|
|
9664
9679
|
* Functions
|
|
9665
9680
|
*
|
|
9666
9681
|
* */
|
|
9667
|
-
/**
|
|
9668
|
-
* Pan along axis in a direction (1 or -1), optionally with a defined
|
|
9669
|
-
* granularity (number of steps it takes to walk across current view)
|
|
9670
|
-
* @private
|
|
9671
|
-
*/
|
|
9672
|
-
function axisPanStep(axis, direction, granularity) {
|
|
9673
|
-
var gran = granularity || 3;
|
|
9674
|
-
var extremes = axis.getExtremes();
|
|
9675
|
-
var step = (extremes.max - extremes.min) / gran * direction;
|
|
9676
|
-
var newMax = extremes.max + step;
|
|
9677
|
-
var newMin = extremes.min + step;
|
|
9678
|
-
var size = newMax - newMin;
|
|
9679
|
-
if (direction < 0 && newMin < extremes.dataMin) {
|
|
9680
|
-
newMin = extremes.dataMin;
|
|
9681
|
-
newMax = newMin + size;
|
|
9682
|
-
}
|
|
9683
|
-
else if (direction > 0 && newMax > extremes.dataMax) {
|
|
9684
|
-
newMax = extremes.dataMax;
|
|
9685
|
-
newMin = newMax - size;
|
|
9686
|
-
}
|
|
9687
|
-
axis.setExtremes(newMin, newMax);
|
|
9688
|
-
}
|
|
9689
9682
|
/**
|
|
9690
9683
|
* @private
|
|
9691
9684
|
*/
|
|
9692
9685
|
function chartHasMapZoom(chart) {
|
|
9693
|
-
return !!((chart.
|
|
9686
|
+
return !!((chart.mapView) &&
|
|
9694
9687
|
chart.mapNavigation &&
|
|
9695
9688
|
chart.mapNavigation.navButtons.length);
|
|
9696
9689
|
}
|
|
@@ -9847,18 +9840,37 @@
|
|
|
9847
9840
|
});
|
|
9848
9841
|
};
|
|
9849
9842
|
/**
|
|
9843
|
+
* Arrow key panning for maps.
|
|
9850
9844
|
* @private
|
|
9851
|
-
* @param {Highcharts.KeyboardNavigationHandler} keyboardNavigationHandler
|
|
9852
|
-
* @param {number} keyCode
|
|
9845
|
+
* @param {Highcharts.KeyboardNavigationHandler} keyboardNavigationHandler The handler context.
|
|
9846
|
+
* @param {number} keyCode Key pressed.
|
|
9853
9847
|
* @return {number} Response code
|
|
9854
9848
|
*/
|
|
9855
9849
|
ZoomComponent.prototype.onMapKbdArrow = function (keyboardNavigationHandler, keyCode) {
|
|
9856
|
-
var
|
|
9857
|
-
|
|
9858
|
-
|
|
9850
|
+
var chart = this.chart,
|
|
9851
|
+
keys = this.keyCodes,
|
|
9852
|
+
target = chart.container,
|
|
9853
|
+
isY = keyCode === keys.up || keyCode === keys.down,
|
|
9859
9854
|
stepDirection = (keyCode === keys.left || keyCode === keys.up) ?
|
|
9860
|
-
|
|
9861
|
-
|
|
9855
|
+
1 : -1,
|
|
9856
|
+
granularity = 10,
|
|
9857
|
+
diff = (isY ? chart.plotHeight : chart.plotWidth) /
|
|
9858
|
+
granularity * stepDirection,
|
|
9859
|
+
// Randomize since same mousedown coords twice is ignored in MapView
|
|
9860
|
+
r = Math.random() * 10,
|
|
9861
|
+
startPos = {
|
|
9862
|
+
x: target.offsetLeft + chart.plotLeft + chart.plotWidth / 2 + r,
|
|
9863
|
+
y: target.offsetTop + chart.plotTop + chart.plotHeight / 2 + r
|
|
9864
|
+
},
|
|
9865
|
+
endPos = isY ? { x: startPos.x,
|
|
9866
|
+
y: startPos.y + diff } :
|
|
9867
|
+
{ x: startPos.x + diff,
|
|
9868
|
+
y: startPos.y };
|
|
9869
|
+
[
|
|
9870
|
+
getFakeMouseEvent('mousedown', startPos),
|
|
9871
|
+
getFakeMouseEvent('mousemove', endPos),
|
|
9872
|
+
getFakeMouseEvent('mouseup', endPos)
|
|
9873
|
+
].forEach(function (e) { return target.dispatchEvent(e); });
|
|
9862
9874
|
return keyboardNavigationHandler.response.success;
|
|
9863
9875
|
};
|
|
9864
9876
|
/**
|
|
@@ -9876,7 +9888,9 @@
|
|
|
9876
9888
|
// Deselect old
|
|
9877
9889
|
chart.mapNavigation.navButtons[this.focusedMapNavButtonIx].setState(0);
|
|
9878
9890
|
if (isMoveOutOfRange) {
|
|
9879
|
-
chart.
|
|
9891
|
+
if (chart.mapView) {
|
|
9892
|
+
chart.mapView.zoomBy(); // Reset zoom
|
|
9893
|
+
}
|
|
9880
9894
|
return response[isBackwards ? 'prev' : 'next'];
|
|
9881
9895
|
}
|
|
9882
9896
|
// Select other button
|
|
@@ -9887,12 +9901,13 @@
|
|
|
9887
9901
|
return response.success;
|
|
9888
9902
|
};
|
|
9889
9903
|
/**
|
|
9904
|
+
* Called on map button click.
|
|
9890
9905
|
* @private
|
|
9891
|
-
* @param {Highcharts.KeyboardNavigationHandler} keyboardNavigationHandler
|
|
9906
|
+
* @param {Highcharts.KeyboardNavigationHandler} keyboardNavigationHandler The handler context object
|
|
9892
9907
|
* @return {number} Response code
|
|
9893
9908
|
*/
|
|
9894
9909
|
ZoomComponent.prototype.onMapKbdClick = function (keyboardNavigationHandler) {
|
|
9895
|
-
var el = this.chart.
|
|
9910
|
+
var el = this.chart.mapNavigation.navButtons[this.focusedMapNavButtonIx].element;
|
|
9896
9911
|
this.fakeClickEvent(el);
|
|
9897
9912
|
return keyboardNavigationHandler.response.success;
|
|
9898
9913
|
};
|
|
@@ -12140,7 +12155,7 @@
|
|
|
12140
12155
|
/**
|
|
12141
12156
|
* @private
|
|
12142
12157
|
*/
|
|
12143
|
-
function compose(
|
|
12158
|
+
function compose(ChartClass, LegendClass, PointClass, SeriesClass, SVGElementClass, RangeSelectorClass) {
|
|
12144
12159
|
// ordered:
|
|
12145
12160
|
KeyboardNavigation.compose(ChartClass);
|
|
12146
12161
|
NewDataAnnouncer.compose(SeriesClass);
|
|
@@ -12232,7 +12247,7 @@
|
|
|
12232
12247
|
G.AccessibilityComponent = AccessibilityComponent;
|
|
12233
12248
|
G.KeyboardNavigationHandler = KeyboardNavigationHandler;
|
|
12234
12249
|
G.SeriesAccessibilityDescriber = SeriesDescriber;
|
|
12235
|
-
Accessibility.compose(G.
|
|
12250
|
+
Accessibility.compose(G.Chart, G.Legend, G.Point, G.Series, G.SVGElement, G.RangeSelector);
|
|
12236
12251
|
|
|
12237
12252
|
});
|
|
12238
12253
|
}));
|