highcharts 9.3.0 → 9.3.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/es-modules/Accessibility/Accessibility.js +5 -1
- package/es-modules/Accessibility/Components/InfoRegionsComponent.js +130 -84
- package/es-modules/Accessibility/Components/MenuComponent.js +195 -120
- package/es-modules/Accessibility/Components/RangeSelectorComponent.js +166 -81
- package/es-modules/Accessibility/KeyboardNavigation.js +2 -1
- package/es-modules/Core/Axis/OrdinalAxis.js +0 -4
- package/es-modules/Core/Globals.js +1 -1
- package/es-modules/Core/Renderer/SVG/SVGRenderer.js +1 -1
- package/es-modules/Extensions/Annotations/NavigationBindings.js +23 -10
- package/es-modules/Extensions/Annotations/Popup.js +1 -1
- package/es-modules/Extensions/Boost/BoostOptions.js +2 -2
- package/es-modules/Extensions/Exporting/Exporting.js +2 -2
- package/es-modules/Extensions/OfflineExporting/OfflineExportingDefaults.js +1 -1
- package/es-modules/Extensions/Oldie/Oldie.js +1 -1
- package/es-modules/Extensions/Polar.js +1 -1
- package/es-modules/Maps/MapView.js +5 -5
- package/es-modules/Maps/MapViewOptionsDefault.js +4 -2
- package/es-modules/Maps/Projection.js +3 -0
- package/es-modules/Maps/Projections/EqualEarth.js +7 -7
- package/es-modules/Maps/Projections/LambertConformalConic.js +52 -0
- package/es-modules/Maps/Projections/Miller.js +5 -6
- package/es-modules/Maps/Projections/Orthographic.js +4 -4
- package/es-modules/Maps/Projections/ProjectionRegistry.js +2 -0
- package/es-modules/Maps/Projections/WebMercator.js +2 -3
- package/es-modules/Series/Map/MapSeries.js +3 -0
- package/es-modules/Series/MapLine/MapLineSeries.js +2 -0
- package/es-modules/Series/MapPoint/MapPointSeries.js +13 -11
- package/es-modules/Stock/Indicators/SMA/SMAIndicator.js +23 -17
- package/es-modules/Stock/Indicators/VBP/VBPIndicator.js +3 -4
- package/es-modules/Stock/StockToolsGui.js +5 -5
- 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.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.js +1 -1
- package/es-modules/masters/indicators/accumulation-distribution.src.js +1 -1
- package/es-modules/masters/indicators/ao.src.js +1 -1
- package/es-modules/masters/indicators/apo.src.js +1 -1
- package/es-modules/masters/indicators/aroon-oscillator.src.js +1 -1
- package/es-modules/masters/indicators/aroon.src.js +1 -1
- package/es-modules/masters/indicators/atr.src.js +1 -1
- package/es-modules/masters/indicators/bollinger-bands.src.js +1 -1
- package/es-modules/masters/indicators/cci.src.js +1 -1
- package/es-modules/masters/indicators/chaikin.src.js +1 -1
- package/es-modules/masters/indicators/cmf.src.js +1 -1
- package/es-modules/masters/indicators/cmo.src.js +1 -1
- package/es-modules/masters/indicators/dema.src.js +1 -1
- package/es-modules/masters/indicators/disparity-index.src.js +1 -1
- package/es-modules/masters/indicators/dmi.src.js +1 -1
- package/es-modules/masters/indicators/dpo.src.js +1 -1
- package/es-modules/masters/indicators/ichimoku-kinko-hyo.src.js +1 -1
- package/es-modules/masters/indicators/indicators-all.src.js +1 -1
- package/es-modules/masters/indicators/indicators.src.js +1 -1
- package/es-modules/masters/indicators/keltner-channels.src.js +1 -1
- package/es-modules/masters/indicators/klinger.src.js +1 -1
- package/es-modules/masters/indicators/macd.src.js +1 -1
- package/es-modules/masters/indicators/mfi.src.js +1 -1
- package/es-modules/masters/indicators/momentum.src.js +1 -1
- package/es-modules/masters/indicators/natr.src.js +1 -1
- package/es-modules/masters/indicators/obv.src.js +1 -1
- package/es-modules/masters/indicators/pivot-points.src.js +1 -1
- package/es-modules/masters/indicators/ppo.src.js +1 -1
- package/es-modules/masters/indicators/price-channel.src.js +1 -1
- package/es-modules/masters/indicators/price-envelopes.src.js +1 -1
- package/es-modules/masters/indicators/psar.src.js +1 -1
- package/es-modules/masters/indicators/regressions.src.js +1 -1
- package/es-modules/masters/indicators/roc.src.js +1 -1
- package/es-modules/masters/indicators/rsi.src.js +1 -1
- package/es-modules/masters/indicators/slow-stochastic.src.js +1 -1
- package/es-modules/masters/indicators/stochastic.src.js +1 -1
- package/es-modules/masters/indicators/supertrend.src.js +1 -1
- package/es-modules/masters/indicators/tema.src.js +1 -1
- package/es-modules/masters/indicators/trendline.src.js +1 -1
- package/es-modules/masters/indicators/trix.src.js +1 -1
- package/es-modules/masters/indicators/volume-by-price.src.js +1 -1
- package/es-modules/masters/indicators/vwap.src.js +1 -1
- package/es-modules/masters/indicators/williams-r.src.js +1 -1
- package/es-modules/masters/indicators/wma.src.js +1 -1
- package/es-modules/masters/indicators/zigzag.src.js +1 -1
- package/es-modules/masters/modules/accessibility.src.js +2 -2
- package/es-modules/masters/modules/annotations-advanced.src.js +1 -1
- package/es-modules/masters/modules/annotations.src.js +1 -1
- package/es-modules/masters/modules/arrow-symbols.src.js +1 -1
- package/es-modules/masters/modules/boost-canvas.src.js +1 -1
- package/es-modules/masters/modules/boost.src.js +1 -1
- package/es-modules/masters/modules/broken-axis.src.js +1 -1
- package/es-modules/masters/modules/bullet.src.js +1 -1
- package/es-modules/masters/modules/coloraxis.src.js +1 -1
- package/es-modules/masters/modules/current-date-indicator.src.js +1 -1
- package/es-modules/masters/modules/cylinder.src.js +1 -1
- package/es-modules/masters/modules/data.src.js +1 -1
- package/es-modules/masters/modules/datagrouping.src.js +1 -1
- package/es-modules/masters/modules/debugger.src.js +1 -1
- package/es-modules/masters/modules/dependency-wheel.src.js +1 -1
- package/es-modules/masters/modules/dotplot.src.js +1 -1
- package/es-modules/masters/modules/drag-panes.src.js +1 -1
- package/es-modules/masters/modules/draggable-points.src.js +1 -1
- package/es-modules/masters/modules/drilldown.src.js +1 -1
- package/es-modules/masters/modules/dumbbell.src.js +1 -1
- package/es-modules/masters/modules/export-data.src.js +1 -1
- package/es-modules/masters/modules/exporting.src.js +1 -1
- package/es-modules/masters/modules/full-screen.src.js +1 -1
- package/es-modules/masters/modules/funnel.src.js +1 -1
- package/es-modules/masters/modules/funnel3d.src.js +1 -1
- package/es-modules/masters/modules/gantt.src.js +1 -1
- package/es-modules/masters/modules/grid-axis.src.js +1 -1
- package/es-modules/masters/modules/heatmap.src.js +1 -1
- package/es-modules/masters/modules/heikinashi.src.js +1 -1
- package/es-modules/masters/modules/histogram-bellcurve.src.js +1 -1
- package/es-modules/masters/modules/hollowcandlestick.src.js +1 -1
- package/es-modules/masters/modules/item-series.src.js +1 -1
- package/es-modules/masters/modules/lollipop.src.js +1 -1
- package/es-modules/masters/modules/map.src.js +1 -1
- package/es-modules/masters/modules/marker-clusters.src.js +1 -1
- package/es-modules/masters/modules/networkgraph.src.js +1 -1
- package/es-modules/masters/modules/no-data-to-display.src.js +1 -1
- package/es-modules/masters/modules/offline-exporting.src.js +1 -1
- package/es-modules/masters/modules/oldie-polyfills.src.js +1 -1
- package/es-modules/masters/modules/oldie.src.js +1 -1
- package/es-modules/masters/modules/organization.src.js +1 -1
- package/es-modules/masters/modules/overlapping-datalabels.src.js +1 -1
- package/es-modules/masters/modules/parallel-coordinates.src.js +1 -1
- package/es-modules/masters/modules/pareto.src.js +1 -1
- package/es-modules/masters/modules/pathfinder.src.js +1 -1
- package/es-modules/masters/modules/pattern-fill.src.js +1 -1
- package/es-modules/masters/modules/price-indicator.src.js +1 -1
- package/es-modules/masters/modules/pyramid3d.src.js +1 -1
- package/es-modules/masters/modules/sankey.src.js +1 -1
- package/es-modules/masters/modules/series-label.src.js +1 -1
- package/es-modules/masters/modules/solid-gauge.src.js +1 -1
- package/es-modules/masters/modules/sonification.src.js +1 -1
- package/es-modules/masters/modules/static-scale.src.js +1 -1
- package/es-modules/masters/modules/stock-tools.src.js +1 -1
- package/es-modules/masters/modules/stock.src.js +1 -1
- package/es-modules/masters/modules/streamgraph.src.js +1 -1
- package/es-modules/masters/modules/sunburst.src.js +1 -1
- package/es-modules/masters/modules/tilemap.src.js +1 -1
- package/es-modules/masters/modules/timeline.src.js +1 -1
- package/es-modules/masters/modules/treegrid.src.js +1 -1
- package/es-modules/masters/modules/treemap.src.js +1 -1
- package/es-modules/masters/modules/variable-pie.src.js +1 -1
- package/es-modules/masters/modules/variwide.src.js +1 -1
- package/es-modules/masters/modules/vector.src.js +1 -1
- package/es-modules/masters/modules/venn.src.js +1 -1
- package/es-modules/masters/modules/windbarb.src.js +1 -1
- package/es-modules/masters/modules/wordcloud.src.js +1 -1
- package/es-modules/masters/modules/xrange.src.js +1 -1
- package/es-modules/masters/themes/avocado.src.js +1 -1
- package/es-modules/masters/themes/dark-blue.src.js +1 -1
- package/es-modules/masters/themes/dark-green.src.js +1 -1
- package/es-modules/masters/themes/dark-unica.src.js +1 -1
- package/es-modules/masters/themes/gray.src.js +1 -1
- package/es-modules/masters/themes/grid-light.src.js +1 -1
- package/es-modules/masters/themes/grid.src.js +1 -1
- package/es-modules/masters/themes/high-contrast-dark.src.js +1 -1
- package/es-modules/masters/themes/high-contrast-light.src.js +1 -1
- package/es-modules/masters/themes/sand-signika.src.js +1 -1
- package/es-modules/masters/themes/skies.src.js +1 -1
- package/es-modules/masters/themes/sunset.src.js +1 -1
- package/highcharts-3d.js +1 -1
- package/highcharts-3d.src.js +1 -1
- package/highcharts-gantt.js +3 -3
- package/highcharts-gantt.src.js +3 -3
- package/highcharts-more.js +2 -2
- package/highcharts-more.js.map +1 -1
- package/highcharts-more.src.js +2 -2
- package/highcharts.d.ts +126 -9
- package/highcharts.js +3 -3
- package/highcharts.src.d.ts +126 -9
- package/highcharts.src.js +3 -3
- package/highmaps.js +655 -653
- package/highmaps.js.map +1 -1
- package/highmaps.src.js +131 -43
- package/highstock.js +61 -61
- package/highstock.js.map +1 -1
- package/highstock.src.js +3 -7
- 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 +72 -72
- package/indicators/indicators-all.js.map +1 -1
- package/indicators/indicators-all.src.js +29 -24
- package/indicators/indicators.js +10 -10
- package/indicators/indicators.js.map +1 -1
- package/indicators/indicators.src.js +26 -20
- 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 +2 -2
- package/indicators/volume-by-price.js.map +1 -1
- package/indicators/volume-by-price.src.js +4 -5
- 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 +225 -222
- package/modules/accessibility.js.map +1 -1
- package/modules/accessibility.src.js +1306 -1085
- package/modules/annotations-advanced.js +153 -152
- package/modules/annotations-advanced.js.map +1 -1
- package/modules/annotations-advanced.src.js +26 -12
- package/modules/annotations.js +81 -80
- package/modules/annotations.js.map +1 -1
- package/modules/annotations.src.js +26 -12
- 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 +35 -35
- package/modules/exporting.js.map +1 -1
- package/modules/exporting.src.js +3 -3
- 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 +1 -1
- package/modules/gantt.src.js +1 -1
- 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.d.ts +2 -2
- package/modules/map.js +143 -141
- package/modules/map.js.map +1 -1
- package/modules/map.src.d.ts +2 -2
- package/modules/map.src.js +129 -41
- 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 +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/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 +1 -1
- package/modules/series-label.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 +86 -84
- package/modules/stock-tools.js.map +1 -1
- package/modules/stock-tools.src.js +30 -16
- package/modules/stock.js +90 -90
- package/modules/stock.js.map +1 -1
- package/modules/stock.src.js +1 -5
- 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/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 +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/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
package/highcharts-more.src.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Highcharts JS v9.3.
|
|
2
|
+
* @license Highcharts JS v9.3.1 (2021-11-05)
|
|
3
3
|
*
|
|
4
4
|
* (c) 2009-2021 Torstein Honsi
|
|
5
5
|
*
|
|
@@ -11542,7 +11542,7 @@
|
|
|
11542
11542
|
animation = this.options.animation,
|
|
11543
11543
|
group = this.group,
|
|
11544
11544
|
markerGroup = this.markerGroup,
|
|
11545
|
-
center = this.xAxis.center,
|
|
11545
|
+
center = this.xAxis && this.xAxis.center,
|
|
11546
11546
|
plotLeft = chart.plotLeft,
|
|
11547
11547
|
plotTop = chart.plotTop,
|
|
11548
11548
|
attribs,
|
package/highcharts.d.ts
CHANGED
|
@@ -5066,7 +5066,7 @@ export interface BoostOptions {
|
|
|
5066
5066
|
* every series in it will be rendered to a common canvas. This offers a
|
|
5067
5067
|
* significant speed improvment in charts with a very high amount of series.
|
|
5068
5068
|
*/
|
|
5069
|
-
seriesThreshold?:
|
|
5069
|
+
seriesThreshold?: number;
|
|
5070
5070
|
/**
|
|
5071
5071
|
* (Highcharts, Highstock) Enable or disable GPU translations. GPU
|
|
5072
5072
|
* translations are faster than doing the translation in JavaScript.
|
|
@@ -12015,8 +12015,11 @@ export interface MapViewOptions {
|
|
|
12015
12015
|
*
|
|
12016
12016
|
* Sub-options are:
|
|
12017
12017
|
*
|
|
12018
|
-
* * `
|
|
12019
|
-
* `Orthographic` or `WebMercator`.
|
|
12018
|
+
* * `name`, which as of v9.3 can be `EqualEarth`, `LambertConformalConic`,
|
|
12019
|
+
* `Miller`, `Orthographic` or `WebMercator`.
|
|
12020
|
+
*
|
|
12021
|
+
* * `parallels`, the standard parallels for the LambertConformalConic
|
|
12022
|
+
* projection.
|
|
12020
12023
|
*
|
|
12021
12024
|
* * `rotation`, a three-axis rotation of the globe prior to projection,
|
|
12022
12025
|
* which in practice can be used for example to render a world map with the
|
|
@@ -120747,6 +120750,123 @@ export interface SeriesMapDataOptions {
|
|
|
120747
120750
|
* To achieve a better separation between the structure and the data, it is
|
|
120748
120751
|
* recommended to use `mapData` to define that paths instead of defining
|
|
120749
120752
|
* them on the data points themselves.
|
|
120753
|
+
*
|
|
120754
|
+
* For providing true geographical shapes based on longitude and latitude,
|
|
120755
|
+
* use the `geometry` option instead.
|
|
120756
|
+
*/
|
|
120757
|
+
path?: string;
|
|
120758
|
+
/**
|
|
120759
|
+
* (Highmaps) The numeric value of the data point.
|
|
120760
|
+
*/
|
|
120761
|
+
value?: (number|null);
|
|
120762
|
+
}
|
|
120763
|
+
/**
|
|
120764
|
+
* (Highmaps) For map and mapline series types, the geometry of a point.
|
|
120765
|
+
*
|
|
120766
|
+
* To achieve a better separation between the structure and the data, it is
|
|
120767
|
+
* recommended to use `mapData` to define the geometry instead of defining it on
|
|
120768
|
+
* the data points themselves.
|
|
120769
|
+
*
|
|
120770
|
+
* The geometry object is compatible to that of a `feature` in geoJSON, so
|
|
120771
|
+
* features of geoJSON can be passed directly into the `data`, optionally after
|
|
120772
|
+
* first filtering and processing it.
|
|
120773
|
+
*/
|
|
120774
|
+
export interface SeriesMaplineDataGeometryOptions {
|
|
120775
|
+
/**
|
|
120776
|
+
* (Highmaps) The geometry coordinates in terms of arrays of `[longitude,
|
|
120777
|
+
* latitude]`, or a two dimensional array of the same. The dimensionality
|
|
120778
|
+
* must comply with the `type`.
|
|
120779
|
+
*/
|
|
120780
|
+
coordinates?: (Array<Array<LonLatArray>>|Array<LonLatArray>);
|
|
120781
|
+
/**
|
|
120782
|
+
* (Highmaps) The geometry type. Can be one of `LineString`, `Polygon`,
|
|
120783
|
+
* `MultiLineString` or `MultiPolygon`.
|
|
120784
|
+
*/
|
|
120785
|
+
type?: OptionsTypeValue;
|
|
120786
|
+
}
|
|
120787
|
+
/**
|
|
120788
|
+
* (Highmaps) An array of data points for the series. For the `mapline` series
|
|
120789
|
+
* type, points can be given in the following ways:
|
|
120790
|
+
*
|
|
120791
|
+
* 1. An array of numerical values. In this case, the numerical values will be
|
|
120792
|
+
* interpreted as `value` options. Example: (see online documentation for
|
|
120793
|
+
* example)
|
|
120794
|
+
*
|
|
120795
|
+
* 2. An array of arrays with 2 values. In this case, the values correspond to
|
|
120796
|
+
* `[hc-key, value]`. Example: (see online documentation for example)
|
|
120797
|
+
*
|
|
120798
|
+
* 3. An array of objects with named values. The following snippet shows only a
|
|
120799
|
+
* few settings, see the complete options set below. If the total number of data
|
|
120800
|
+
* points exceeds the series' turboThreshold, this option is not available. (see
|
|
120801
|
+
* online documentation for example)
|
|
120802
|
+
*/
|
|
120803
|
+
export interface SeriesMaplineDataOptions {
|
|
120804
|
+
/**
|
|
120805
|
+
* (Highmaps) Individual color for the point. By default the color is either
|
|
120806
|
+
* used to denote the value, or pulled from the global `colors` array.
|
|
120807
|
+
*/
|
|
120808
|
+
color?: (ColorString|GradientColorObject|PatternObject);
|
|
120809
|
+
/**
|
|
120810
|
+
* (Highmaps) Individual data label for each point. The options are the same
|
|
120811
|
+
* as the ones for plotOptions.series.dataLabels.
|
|
120812
|
+
*/
|
|
120813
|
+
dataLabels?: DataLabelsOptions;
|
|
120814
|
+
/**
|
|
120815
|
+
* (Highmaps) Individual point events
|
|
120816
|
+
*/
|
|
120817
|
+
events?: PointEventsOptionsObject;
|
|
120818
|
+
/**
|
|
120819
|
+
* (Highmaps) For map and mapline series types, the geometry of a point.
|
|
120820
|
+
*
|
|
120821
|
+
* To achieve a better separation between the structure and the data, it is
|
|
120822
|
+
* recommended to use `mapData` to define the geometry instead of defining
|
|
120823
|
+
* it on the data points themselves.
|
|
120824
|
+
*
|
|
120825
|
+
* The geometry object is compatible to that of a `feature` in geoJSON, so
|
|
120826
|
+
* features of geoJSON can be passed directly into the `data`, optionally
|
|
120827
|
+
* after first filtering and processing it.
|
|
120828
|
+
*/
|
|
120829
|
+
geometry?: (object|SeriesMaplineDataGeometryOptions);
|
|
120830
|
+
/**
|
|
120831
|
+
* (Highmaps) An id for the point. This can be used after render time to get
|
|
120832
|
+
* a pointer to the point object through `chart.get()`.
|
|
120833
|
+
*/
|
|
120834
|
+
id?: string;
|
|
120835
|
+
/**
|
|
120836
|
+
* (Highmaps) When data labels are laid out on a map, Highmaps runs a
|
|
120837
|
+
* simplified algorithm to detect collision. When two labels collide, the
|
|
120838
|
+
* one with the lowest rank is hidden. By default the rank is computed from
|
|
120839
|
+
* the area.
|
|
120840
|
+
*/
|
|
120841
|
+
labelrank?: number;
|
|
120842
|
+
/**
|
|
120843
|
+
* (Highmaps) The relative mid point of an area, used to place the data
|
|
120844
|
+
* label. Ranges from 0 to 1\. When `mapData` is used, middleX can be
|
|
120845
|
+
* defined there.
|
|
120846
|
+
*/
|
|
120847
|
+
middleX?: number;
|
|
120848
|
+
/**
|
|
120849
|
+
* (Highmaps) The relative mid point of an area, used to place the data
|
|
120850
|
+
* label. Ranges from 0 to 1\. When `mapData` is used, middleY can be
|
|
120851
|
+
* defined there.
|
|
120852
|
+
*/
|
|
120853
|
+
middleY?: number;
|
|
120854
|
+
/**
|
|
120855
|
+
* (Highmaps) The name of the point as shown in the legend, tooltip,
|
|
120856
|
+
* dataLabel etc.
|
|
120857
|
+
*/
|
|
120858
|
+
name?: string;
|
|
120859
|
+
/**
|
|
120860
|
+
* (Highmaps) For map and mapline series types, the SVG path for the shape.
|
|
120861
|
+
* For compatibily with old IE, not all SVG path definitions are supported,
|
|
120862
|
+
* but M, L and C operators are safe.
|
|
120863
|
+
*
|
|
120864
|
+
* To achieve a better separation between the structure and the data, it is
|
|
120865
|
+
* recommended to use `mapData` to define that paths instead of defining
|
|
120866
|
+
* them on the data points themselves.
|
|
120867
|
+
*
|
|
120868
|
+
* For providing true geographical shapes based on longitude and latitude,
|
|
120869
|
+
* use the `geometry` option instead.
|
|
120750
120870
|
*/
|
|
120751
120871
|
path?: string;
|
|
120752
120872
|
/**
|
|
@@ -120792,7 +120912,7 @@ export interface SeriesMaplineOptions extends PlotMaplineOptions, SeriesOptions
|
|
|
120792
120912
|
* number of data points exceeds the series' turboThreshold, this option is
|
|
120793
120913
|
* not available. (see online documentation for example)
|
|
120794
120914
|
*/
|
|
120795
|
-
data?: Array<(number|[string, (number|null)]|null|
|
|
120915
|
+
data?: Array<(number|[string, (number|null)]|null|SeriesMaplineDataOptions)>;
|
|
120796
120916
|
/**
|
|
120797
120917
|
* Not available
|
|
120798
120918
|
*/
|
|
@@ -120895,8 +121015,7 @@ export interface SeriesMappointDataGeometryOptions {
|
|
|
120895
121015
|
* these will be used. Example: (see online documentation for example)
|
|
120896
121016
|
*
|
|
120897
121017
|
* 2. An array of arrays with 2 values. In this case, the values correspond to
|
|
120898
|
-
* `
|
|
120899
|
-
* point, and the `x` value is inferred. (see online documentation for example)
|
|
121018
|
+
* `[hc-key, value]`. Example: (see online documentation for example)
|
|
120900
121019
|
*
|
|
120901
121020
|
* 3. An array of objects with named values. The following snippet shows only a
|
|
120902
121021
|
* few settings, see the complete options set below. If the total number of data
|
|
@@ -121000,9 +121119,7 @@ export interface SeriesMappointOptions extends PlotMappointOptions, SeriesOption
|
|
|
121000
121119
|
* for example)
|
|
121001
121120
|
*
|
|
121002
121121
|
* 2. An array of arrays with 2 values. In this case, the values correspond
|
|
121003
|
-
* to `
|
|
121004
|
-
* the point, and the `x` value is inferred. (see online documentation for
|
|
121005
|
-
* example)
|
|
121122
|
+
* to `[hc-key, value]`. Example: (see online documentation for example)
|
|
121006
121123
|
*
|
|
121007
121124
|
* 3. An array of objects with named values. The following snippet shows
|
|
121008
121125
|
* only a few settings, see the complete options set below. If the total
|
package/highcharts.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Highcharts JS v9.3.
|
|
2
|
+
Highcharts JS v9.3.1 (2021-11-05)
|
|
3
3
|
|
|
4
4
|
(c) 2009-2021 Torstein Honsi
|
|
5
5
|
|
|
6
6
|
License: www.highcharts.com/license
|
|
7
7
|
*/
|
|
8
8
|
'use strict';(function(Z,L){"object"===typeof module&&module.exports?(L["default"]=L,module.exports=Z.document?L(Z):L):"function"===typeof define&&define.amd?define("highcharts/highcharts",function(){return L(Z)}):(Z.Highcharts&&Z.Highcharts.error(16,!0),Z.Highcharts=L(Z))})("undefined"!==typeof window?window:this,function(Z){function L(u,a,A,G){u.hasOwnProperty(a)||(u[a]=G.apply(null,A))}var a={};L(a,"Core/Globals.js",[],function(){var u="undefined"!==typeof Z?Z:"undefined"!==typeof window?window:
|
|
9
|
-
{},a;(function(a){a.SVG_NS="http://www.w3.org/2000/svg";a.product="Highcharts";a.version="9.3.
|
|
9
|
+
{},a;(function(a){a.SVG_NS="http://www.w3.org/2000/svg";a.product="Highcharts";a.version="9.3.1";a.win=u;a.doc=a.win.document;a.svg=a.doc&&a.doc.createElementNS&&!!a.doc.createElementNS(a.SVG_NS,"svg").createSVGRect;a.userAgent=a.win.navigator&&a.win.navigator.userAgent||"";a.isChrome=-1!==a.userAgent.indexOf("Chrome");a.isFirefox=-1!==a.userAgent.indexOf("Firefox");a.isMS=/(edge|msie|trident)/i.test(a.userAgent)&&!a.win.opera;a.isSafari=!a.isChrome&&-1!==a.userAgent.indexOf("Safari");a.isTouchDevice=
|
|
10
10
|
/(Mobile|Android|Windows Phone)/.test(a.userAgent);a.isWebKit=-1!==a.userAgent.indexOf("AppleWebKit");a.deg2rad=2*Math.PI/360;a.hasBidiBug=a.isFirefox&&4>parseInt(a.userAgent.split("Firefox/")[1],10);a.hasTouch=!!a.win.TouchEvent;a.marginNames=["plotTop","marginRight","marginBottom","plotLeft"];a.noop=function(){};a.supportsPassiveEvents=function(){var u=!1;if(!a.isMS){var t=Object.defineProperty({},"passive",{get:function(){u=!0}});a.win.addEventListener&&a.win.removeEventListener&&(a.win.addEventListener("testPassive",
|
|
11
11
|
a.noop,t),a.win.removeEventListener("testPassive",a.noop,t))}return u}();a.charts=[];a.dateFormats={};a.seriesTypes={};a.symbolSizes={};a.chartCount=0})(a||(a={}));"";return a});L(a,"Core/Utilities.js",[a["Core/Globals.js"]],function(a){function u(e,g,c,k){var v=g?"Highcharts error":"Highcharts warning";32===e&&(e=v+": Deprecated member");var d=m(e),E=d?v+" #"+e+": www.highcharts.com/errors/"+e+"/":e.toString();if("undefined"!==typeof k){var J="";d&&(E+="?");r(k,function(b,e){J+="\n - "+e+": "+b;
|
|
12
12
|
d&&(E+=encodeURI(e)+"="+encodeURI(b))});E+=J}B(a,"displayError",{chart:c,code:e,message:E,params:k},function(){if(g)throw Error(E);b.console&&-1===u.messages.indexOf(E)&&console.warn(E)});u.messages.push(E)}function A(b,e){var v={};r(b,function(g,c){if(I(b[c],!0)&&!b.nodeType&&e[c])g=A(b[c],e[c]),Object.keys(g).length&&(v[c]=g);else if(I(b[c])||b[c]!==e[c])v[c]=b[c]});return v}function G(b,e){return parseInt(b,e||10)}function x(b){return"string"===typeof b}function C(b){b=Object.prototype.toString.call(b);
|
|
@@ -125,7 +125,7 @@ e)+"\u2026"});else if(k){p=[];for(k=[];f.firstChild&&f.firstChild!==d;)k.push(f.
|
|
|
125
125
|
l?e+1:e)}catch(O){""}else r.getSpanWidth&&(a.textContent=p(c||l,b),w[e]=f+r.getSpanWidth(d,a));return w[e]};d.rotation=0;var D=e(a.textContent.length);if(f+D>h){for(;n<=k;)b=Math.ceil((n+k)/2),l&&(g=p(l,b)),D=e(b,g&&g.length-1),n===k?n=k+1:D>h?k=b-1:n=b;0===k?a.textContent="":c&&k===c.length-1||(a.textContent=g||p(c||l,b))}l&&l.splice(0,b);d.actualWidth=D;d.rotation=m};h.prototype.unescapeEntities=function(a,c){q(this.renderer.escapes,function(d,f){c&&-1!==c.indexOf(d)||(a=a.toString().replace(new RegExp(d,
|
|
126
126
|
"g"),f))});return a};return h}()});L(a,"Core/Renderer/SVG/SVGRenderer.js",[a["Core/Renderer/HTML/AST.js"],a["Core/Color/Color.js"],a["Core/Globals.js"],a["Core/Renderer/RendererRegistry.js"],a["Core/Renderer/SVG/SVGElement.js"],a["Core/Renderer/SVG/SVGLabel.js"],a["Core/Renderer/SVG/Symbols.js"],a["Core/Renderer/SVG/TextBuilder.js"],a["Core/Utilities.js"]],function(a,t,A,G,x,C,I,z,q){var m=A.charts,h=A.deg2rad,d=A.doc,c=A.isFirefox,l=A.isMS,f=A.isWebKit,w=A.noop,p=A.SVG_NS,K=A.symbolSizes,r=A.win,
|
|
127
127
|
y=q.addEvent,B=q.attr,n=q.createElement,k=q.css,b=q.defined,g=q.destroyObjectProperties,e=q.extend,D=q.isArray,H=q.isNumber,v=q.isObject,E=q.isString,O=q.merge,u=q.pick,P=q.pInt,U=q.uniqueKey,Y;A=function(){function J(b,e,c,a,g,d,k){this.width=this.url=this.style=this.isSVG=this.imgCount=this.height=this.gradients=this.globalAnimation=this.defs=this.chartIndex=this.cacheKeys=this.cache=this.boxWrapper=this.box=this.alignedObjects=void 0;this.init(b,e,c,a,g,d,k)}J.prototype.init=function(b,e,a,g,J,
|
|
128
|
-
F,n){var M=this.createElement("svg").attr({version:"1.1","class":"highcharts-root"}),f=M.element;n||M.css(this.getStyle(g));b.appendChild(f);B(b,"dir","ltr");-1===b.innerHTML.indexOf("xmlns")&&B(f,"xmlns",this.SVG_NS);this.isSVG=!0;this.box=f;this.boxWrapper=M;this.alignedObjects=[];this.url=this.getReferenceURL();this.createElement("desc").add().element.appendChild(d.createTextNode("Created with Highcharts 9.3.
|
|
128
|
+
F,n){var M=this.createElement("svg").attr({version:"1.1","class":"highcharts-root"}),f=M.element;n||M.css(this.getStyle(g));b.appendChild(f);B(b,"dir","ltr");-1===b.innerHTML.indexOf("xmlns")&&B(f,"xmlns",this.SVG_NS);this.isSVG=!0;this.box=f;this.boxWrapper=M;this.alignedObjects=[];this.url=this.getReferenceURL();this.createElement("desc").add().element.appendChild(d.createTextNode("Created with Highcharts 9.3.1"));this.defs=this.createElement("defs").add();this.allowHTML=F;this.forExport=J;this.styledMode=
|
|
129
129
|
n;this.gradients={};this.cache={};this.cacheKeys=[];this.imgCount=0;this.setSize(e,a,!1);var v;c&&b.getBoundingClientRect&&(e=function(){k(b,{left:0,top:0});v=b.getBoundingClientRect();k(b,{left:Math.ceil(v.left)-v.left+"px",top:Math.ceil(v.top)-v.top+"px"})},e(),this.unSubPixelFix=y(r,"resize",e))};J.prototype.definition=function(b){return(new a([b])).addToDOM(this.defs.element)};J.prototype.getReferenceURL=function(){if((c||f)&&d.getElementsByTagName("base").length){if(!b(Y)){var e=U();e=(new a([{tagName:"svg",
|
|
130
130
|
attributes:{width:8,height:8},children:[{tagName:"defs",children:[{tagName:"clipPath",attributes:{id:e},children:[{tagName:"rect",attributes:{width:4,height:4}}]}]},{tagName:"rect",attributes:{id:"hitme",width:8,height:8,"clip-path":"url(#"+e+")",fill:"rgba(0,0,0,0.001)"}}]}])).addToDOM(d.body);k(e,{position:"fixed",top:0,left:0,zIndex:9E5});var g=d.elementFromPoint(6,6);Y="hitme"===(g&&g.id);d.body.removeChild(e)}if(Y)return r.location.href.split("#")[0].replace(/<[^>]*>/g,"").replace(/([\('\)])/g,
|
|
131
131
|
"\\$1").replace(/ /g,"%20")}return""};J.prototype.getStyle=function(b){return this.style=e({fontFamily:'"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif',fontSize:"12px"},b)};J.prototype.setStyle=function(b){this.boxWrapper.css(this.getStyle(b))};J.prototype.isHidden=function(){return!this.boxWrapper.getBBox().width};J.prototype.destroy=function(){var b=this.defs;this.box=null;this.boxWrapper=this.boxWrapper.destroy();g(this.gradients||{});this.gradients=null;b&&(this.defs=b.destroy());
|
package/highcharts.src.d.ts
CHANGED
|
@@ -5066,7 +5066,7 @@ export interface BoostOptions {
|
|
|
5066
5066
|
* every series in it will be rendered to a common canvas. This offers a
|
|
5067
5067
|
* significant speed improvment in charts with a very high amount of series.
|
|
5068
5068
|
*/
|
|
5069
|
-
seriesThreshold?:
|
|
5069
|
+
seriesThreshold?: number;
|
|
5070
5070
|
/**
|
|
5071
5071
|
* (Highcharts, Highstock) Enable or disable GPU translations. GPU
|
|
5072
5072
|
* translations are faster than doing the translation in JavaScript.
|
|
@@ -12015,8 +12015,11 @@ export interface MapViewOptions {
|
|
|
12015
12015
|
*
|
|
12016
12016
|
* Sub-options are:
|
|
12017
12017
|
*
|
|
12018
|
-
* * `
|
|
12019
|
-
* `Orthographic` or `WebMercator`.
|
|
12018
|
+
* * `name`, which as of v9.3 can be `EqualEarth`, `LambertConformalConic`,
|
|
12019
|
+
* `Miller`, `Orthographic` or `WebMercator`.
|
|
12020
|
+
*
|
|
12021
|
+
* * `parallels`, the standard parallels for the LambertConformalConic
|
|
12022
|
+
* projection.
|
|
12020
12023
|
*
|
|
12021
12024
|
* * `rotation`, a three-axis rotation of the globe prior to projection,
|
|
12022
12025
|
* which in practice can be used for example to render a world map with the
|
|
@@ -120747,6 +120750,123 @@ export interface SeriesMapDataOptions {
|
|
|
120747
120750
|
* To achieve a better separation between the structure and the data, it is
|
|
120748
120751
|
* recommended to use `mapData` to define that paths instead of defining
|
|
120749
120752
|
* them on the data points themselves.
|
|
120753
|
+
*
|
|
120754
|
+
* For providing true geographical shapes based on longitude and latitude,
|
|
120755
|
+
* use the `geometry` option instead.
|
|
120756
|
+
*/
|
|
120757
|
+
path?: string;
|
|
120758
|
+
/**
|
|
120759
|
+
* (Highmaps) The numeric value of the data point.
|
|
120760
|
+
*/
|
|
120761
|
+
value?: (number|null);
|
|
120762
|
+
}
|
|
120763
|
+
/**
|
|
120764
|
+
* (Highmaps) For map and mapline series types, the geometry of a point.
|
|
120765
|
+
*
|
|
120766
|
+
* To achieve a better separation between the structure and the data, it is
|
|
120767
|
+
* recommended to use `mapData` to define the geometry instead of defining it on
|
|
120768
|
+
* the data points themselves.
|
|
120769
|
+
*
|
|
120770
|
+
* The geometry object is compatible to that of a `feature` in geoJSON, so
|
|
120771
|
+
* features of geoJSON can be passed directly into the `data`, optionally after
|
|
120772
|
+
* first filtering and processing it.
|
|
120773
|
+
*/
|
|
120774
|
+
export interface SeriesMaplineDataGeometryOptions {
|
|
120775
|
+
/**
|
|
120776
|
+
* (Highmaps) The geometry coordinates in terms of arrays of `[longitude,
|
|
120777
|
+
* latitude]`, or a two dimensional array of the same. The dimensionality
|
|
120778
|
+
* must comply with the `type`.
|
|
120779
|
+
*/
|
|
120780
|
+
coordinates?: (Array<Array<LonLatArray>>|Array<LonLatArray>);
|
|
120781
|
+
/**
|
|
120782
|
+
* (Highmaps) The geometry type. Can be one of `LineString`, `Polygon`,
|
|
120783
|
+
* `MultiLineString` or `MultiPolygon`.
|
|
120784
|
+
*/
|
|
120785
|
+
type?: OptionsTypeValue;
|
|
120786
|
+
}
|
|
120787
|
+
/**
|
|
120788
|
+
* (Highmaps) An array of data points for the series. For the `mapline` series
|
|
120789
|
+
* type, points can be given in the following ways:
|
|
120790
|
+
*
|
|
120791
|
+
* 1. An array of numerical values. In this case, the numerical values will be
|
|
120792
|
+
* interpreted as `value` options. Example: (see online documentation for
|
|
120793
|
+
* example)
|
|
120794
|
+
*
|
|
120795
|
+
* 2. An array of arrays with 2 values. In this case, the values correspond to
|
|
120796
|
+
* `[hc-key, value]`. Example: (see online documentation for example)
|
|
120797
|
+
*
|
|
120798
|
+
* 3. An array of objects with named values. The following snippet shows only a
|
|
120799
|
+
* few settings, see the complete options set below. If the total number of data
|
|
120800
|
+
* points exceeds the series' turboThreshold, this option is not available. (see
|
|
120801
|
+
* online documentation for example)
|
|
120802
|
+
*/
|
|
120803
|
+
export interface SeriesMaplineDataOptions {
|
|
120804
|
+
/**
|
|
120805
|
+
* (Highmaps) Individual color for the point. By default the color is either
|
|
120806
|
+
* used to denote the value, or pulled from the global `colors` array.
|
|
120807
|
+
*/
|
|
120808
|
+
color?: (ColorString|GradientColorObject|PatternObject);
|
|
120809
|
+
/**
|
|
120810
|
+
* (Highmaps) Individual data label for each point. The options are the same
|
|
120811
|
+
* as the ones for plotOptions.series.dataLabels.
|
|
120812
|
+
*/
|
|
120813
|
+
dataLabels?: DataLabelsOptions;
|
|
120814
|
+
/**
|
|
120815
|
+
* (Highmaps) Individual point events
|
|
120816
|
+
*/
|
|
120817
|
+
events?: PointEventsOptionsObject;
|
|
120818
|
+
/**
|
|
120819
|
+
* (Highmaps) For map and mapline series types, the geometry of a point.
|
|
120820
|
+
*
|
|
120821
|
+
* To achieve a better separation between the structure and the data, it is
|
|
120822
|
+
* recommended to use `mapData` to define the geometry instead of defining
|
|
120823
|
+
* it on the data points themselves.
|
|
120824
|
+
*
|
|
120825
|
+
* The geometry object is compatible to that of a `feature` in geoJSON, so
|
|
120826
|
+
* features of geoJSON can be passed directly into the `data`, optionally
|
|
120827
|
+
* after first filtering and processing it.
|
|
120828
|
+
*/
|
|
120829
|
+
geometry?: (object|SeriesMaplineDataGeometryOptions);
|
|
120830
|
+
/**
|
|
120831
|
+
* (Highmaps) An id for the point. This can be used after render time to get
|
|
120832
|
+
* a pointer to the point object through `chart.get()`.
|
|
120833
|
+
*/
|
|
120834
|
+
id?: string;
|
|
120835
|
+
/**
|
|
120836
|
+
* (Highmaps) When data labels are laid out on a map, Highmaps runs a
|
|
120837
|
+
* simplified algorithm to detect collision. When two labels collide, the
|
|
120838
|
+
* one with the lowest rank is hidden. By default the rank is computed from
|
|
120839
|
+
* the area.
|
|
120840
|
+
*/
|
|
120841
|
+
labelrank?: number;
|
|
120842
|
+
/**
|
|
120843
|
+
* (Highmaps) The relative mid point of an area, used to place the data
|
|
120844
|
+
* label. Ranges from 0 to 1\. When `mapData` is used, middleX can be
|
|
120845
|
+
* defined there.
|
|
120846
|
+
*/
|
|
120847
|
+
middleX?: number;
|
|
120848
|
+
/**
|
|
120849
|
+
* (Highmaps) The relative mid point of an area, used to place the data
|
|
120850
|
+
* label. Ranges from 0 to 1\. When `mapData` is used, middleY can be
|
|
120851
|
+
* defined there.
|
|
120852
|
+
*/
|
|
120853
|
+
middleY?: number;
|
|
120854
|
+
/**
|
|
120855
|
+
* (Highmaps) The name of the point as shown in the legend, tooltip,
|
|
120856
|
+
* dataLabel etc.
|
|
120857
|
+
*/
|
|
120858
|
+
name?: string;
|
|
120859
|
+
/**
|
|
120860
|
+
* (Highmaps) For map and mapline series types, the SVG path for the shape.
|
|
120861
|
+
* For compatibily with old IE, not all SVG path definitions are supported,
|
|
120862
|
+
* but M, L and C operators are safe.
|
|
120863
|
+
*
|
|
120864
|
+
* To achieve a better separation between the structure and the data, it is
|
|
120865
|
+
* recommended to use `mapData` to define that paths instead of defining
|
|
120866
|
+
* them on the data points themselves.
|
|
120867
|
+
*
|
|
120868
|
+
* For providing true geographical shapes based on longitude and latitude,
|
|
120869
|
+
* use the `geometry` option instead.
|
|
120750
120870
|
*/
|
|
120751
120871
|
path?: string;
|
|
120752
120872
|
/**
|
|
@@ -120792,7 +120912,7 @@ export interface SeriesMaplineOptions extends PlotMaplineOptions, SeriesOptions
|
|
|
120792
120912
|
* number of data points exceeds the series' turboThreshold, this option is
|
|
120793
120913
|
* not available. (see online documentation for example)
|
|
120794
120914
|
*/
|
|
120795
|
-
data?: Array<(number|[string, (number|null)]|null|
|
|
120915
|
+
data?: Array<(number|[string, (number|null)]|null|SeriesMaplineDataOptions)>;
|
|
120796
120916
|
/**
|
|
120797
120917
|
* Not available
|
|
120798
120918
|
*/
|
|
@@ -120895,8 +121015,7 @@ export interface SeriesMappointDataGeometryOptions {
|
|
|
120895
121015
|
* these will be used. Example: (see online documentation for example)
|
|
120896
121016
|
*
|
|
120897
121017
|
* 2. An array of arrays with 2 values. In this case, the values correspond to
|
|
120898
|
-
* `
|
|
120899
|
-
* point, and the `x` value is inferred. (see online documentation for example)
|
|
121018
|
+
* `[hc-key, value]`. Example: (see online documentation for example)
|
|
120900
121019
|
*
|
|
120901
121020
|
* 3. An array of objects with named values. The following snippet shows only a
|
|
120902
121021
|
* few settings, see the complete options set below. If the total number of data
|
|
@@ -121000,9 +121119,7 @@ export interface SeriesMappointOptions extends PlotMappointOptions, SeriesOption
|
|
|
121000
121119
|
* for example)
|
|
121001
121120
|
*
|
|
121002
121121
|
* 2. An array of arrays with 2 values. In this case, the values correspond
|
|
121003
|
-
* to `
|
|
121004
|
-
* the point, and the `x` value is inferred. (see online documentation for
|
|
121005
|
-
* example)
|
|
121122
|
+
* to `[hc-key, value]`. Example: (see online documentation for example)
|
|
121006
121123
|
*
|
|
121007
121124
|
* 3. An array of objects with named values. The following snippet shows
|
|
121008
121125
|
* only a few settings, see the complete options set below. If the total
|
package/highcharts.src.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Highcharts JS v9.3.
|
|
2
|
+
* @license Highcharts JS v9.3.1 (2021-11-05)
|
|
3
3
|
*
|
|
4
4
|
* (c) 2009-2021 Torstein Honsi
|
|
5
5
|
*
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
* Constants
|
|
72
72
|
*
|
|
73
73
|
* */
|
|
74
|
-
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '9.3.
|
|
74
|
+
Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '9.3.1', Globals.win = w, Globals.doc = Globals.win.document, Globals.svg = (Globals.doc &&
|
|
75
75
|
Globals.doc.createElementNS &&
|
|
76
76
|
!!Globals.doc.createElementNS(Globals.SVG_NS, 'svg').createSVGRect), Globals.userAgent = (Globals.win.navigator && Globals.win.navigator.userAgent) || '', Globals.isChrome = Globals.userAgent.indexOf('Chrome') !== -1, Globals.isFirefox = Globals.userAgent.indexOf('Firefox') !== -1, Globals.isMS = /(edge|msie|trident)/i.test(Globals.userAgent) && !Globals.win.opera, Globals.isSafari = !Globals.isChrome && Globals.userAgent.indexOf('Safari') !== -1, Globals.isTouchDevice = /(Mobile|Android|Windows Phone)/.test(Globals.userAgent), Globals.isWebKit = Globals.userAgent.indexOf('AppleWebKit') !== -1, Globals.deg2rad = Math.PI * 2 / 360, Globals.hasBidiBug = (Globals.isFirefox &&
|
|
77
77
|
parseInt(Globals.userAgent.split('Firefox/')[1], 10) < 4 // issue #38
|
|
@@ -12410,7 +12410,7 @@
|
|
|
12410
12410
|
this.url = this.getReferenceURL();
|
|
12411
12411
|
// Add description
|
|
12412
12412
|
var desc = this.createElement('desc').add();
|
|
12413
|
-
desc.element.appendChild(doc.createTextNode('Created with Highcharts 9.3.
|
|
12413
|
+
desc.element.appendChild(doc.createTextNode('Created with Highcharts 9.3.1'));
|
|
12414
12414
|
renderer.defs = this.createElement('defs').add();
|
|
12415
12415
|
renderer.allowHTML = allowHTML;
|
|
12416
12416
|
renderer.forExport = forExport;
|