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/modules/map.src.d.ts
CHANGED
|
@@ -344,8 +344,8 @@ declare module "../highcharts.src" {
|
|
|
344
344
|
*/
|
|
345
345
|
function splitPath(path: (string|Array<(string|number)>)): SVGPathArray;
|
|
346
346
|
/**
|
|
347
|
-
* The world size
|
|
348
|
-
* 256 square tile to zoom level 0
|
|
347
|
+
* The world size in terms of 10k meters in the Web Mercator projection, to
|
|
348
|
+
* match a 256 square tile to zoom level 0
|
|
349
349
|
*/
|
|
350
350
|
let worldSize: any;
|
|
351
351
|
/**
|
package/modules/map.src.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Highmaps JS v9.3.
|
|
2
|
+
* @license Highmaps JS v9.3.1 (2021-11-05)
|
|
3
3
|
*
|
|
4
4
|
* Highmaps as a plugin for Highcharts or Highcharts Stock.
|
|
5
5
|
*
|
|
@@ -2289,10 +2289,14 @@
|
|
|
2289
2289
|
* GeoJSON.
|
|
2290
2290
|
*
|
|
2291
2291
|
* Sub-options are:
|
|
2292
|
-
* * `
|
|
2292
|
+
* * `name`,
|
|
2293
2293
|
which as of v9.3 can be `EqualEarth`,
|
|
2294
|
+
* `LambertConformalConic`,
|
|
2294
2295
|
`Miller`,
|
|
2295
|
-
|
|
2296
|
+
`Orthographic` or `WebMercator`.
|
|
2297
|
+
* * `parallels`,
|
|
2298
|
+
the standard parallels for the LambertConformalConic
|
|
2299
|
+
* projection.
|
|
2296
2300
|
* * `rotation`,
|
|
2297
2301
|
a three-axis rotation of the globe prior to projection,
|
|
2298
2302
|
* which in practice can be used for example to render a world map with the
|
|
@@ -2330,6 +2334,74 @@
|
|
|
2330
2334
|
|
|
2331
2335
|
return defaultOptions;
|
|
2332
2336
|
});
|
|
2337
|
+
_registerModule(_modules, 'Maps/Projections/LambertConformalConic.js', [], function () {
|
|
2338
|
+
/* *
|
|
2339
|
+
* Lambert Conformal Conic projection
|
|
2340
|
+
* */
|
|
2341
|
+
var sign = Math.sign ||
|
|
2342
|
+
(function (n) { return (n === 0 ? 0 : n > 0 ? 1 : -1); }),
|
|
2343
|
+
scale = 63.78137,
|
|
2344
|
+
deg2rad = Math.PI / 180,
|
|
2345
|
+
halfPI = Math.PI / 2,
|
|
2346
|
+
eps10 = 1e-6,
|
|
2347
|
+
tany = function (y) { return Math.tan((halfPI + y) / 2); };
|
|
2348
|
+
var n = 0,
|
|
2349
|
+
c = 0;
|
|
2350
|
+
var LambertConformalConic = {
|
|
2351
|
+
init: function (options) {
|
|
2352
|
+
var parallels = (options.parallels || [])
|
|
2353
|
+
.map(function (n) { return n * deg2rad; }),
|
|
2354
|
+
lat1 = parallels[0] || 0,
|
|
2355
|
+
lat2 = parallels[1] || lat1,
|
|
2356
|
+
cosLat1 = Math.cos(lat1);
|
|
2357
|
+
// Apply the global variables
|
|
2358
|
+
n = lat1 === lat2 ?
|
|
2359
|
+
Math.sin(lat1) :
|
|
2360
|
+
Math.log(cosLat1 / Math.cos(lat2)) / Math.log(tany(lat2) / tany(lat1));
|
|
2361
|
+
if (Math.abs(n) < 1e-10) {
|
|
2362
|
+
n = (sign(n) || 1) * 1e-10;
|
|
2363
|
+
}
|
|
2364
|
+
c = cosLat1 * Math.pow(tany(lat1), n) / n;
|
|
2365
|
+
},
|
|
2366
|
+
forward: function (lonLat) {
|
|
2367
|
+
var lon = lonLat[0] * deg2rad;
|
|
2368
|
+
var lat = lonLat[1] * deg2rad;
|
|
2369
|
+
if (c > 0) {
|
|
2370
|
+
if (lat < -halfPI + eps10) {
|
|
2371
|
+
lat = -halfPI + eps10;
|
|
2372
|
+
}
|
|
2373
|
+
}
|
|
2374
|
+
else {
|
|
2375
|
+
if (lat > halfPI - eps10) {
|
|
2376
|
+
lat = halfPI - eps10;
|
|
2377
|
+
}
|
|
2378
|
+
}
|
|
2379
|
+
var r = c / Math.pow(tany(lat),
|
|
2380
|
+
n);
|
|
2381
|
+
return [
|
|
2382
|
+
r * Math.sin(n * lon) * scale,
|
|
2383
|
+
(c - r * Math.cos(n * lon)) * scale
|
|
2384
|
+
];
|
|
2385
|
+
},
|
|
2386
|
+
inverse: function (xy) {
|
|
2387
|
+
var x = xy[0] / scale,
|
|
2388
|
+
y = xy[1] / scale,
|
|
2389
|
+
cy = c - y,
|
|
2390
|
+
rho = sign(n) * Math.sqrt(x * x + cy * cy);
|
|
2391
|
+
var l = Math.atan2(x,
|
|
2392
|
+
Math.abs(cy)) * sign(cy);
|
|
2393
|
+
if (cy * n < 0) {
|
|
2394
|
+
l -= Math.PI * sign(x) * sign(cy);
|
|
2395
|
+
}
|
|
2396
|
+
return [
|
|
2397
|
+
(l / n) / deg2rad,
|
|
2398
|
+
(2 * Math.atan(Math.pow(c / rho, 1 / n)) - halfPI) / deg2rad
|
|
2399
|
+
];
|
|
2400
|
+
}
|
|
2401
|
+
};
|
|
2402
|
+
|
|
2403
|
+
return LambertConformalConic;
|
|
2404
|
+
});
|
|
2333
2405
|
_registerModule(_modules, 'Maps/Projections/EqualEarth.js', [], function () {
|
|
2334
2406
|
/* *
|
|
2335
2407
|
*
|
|
@@ -2344,25 +2416,28 @@
|
|
|
2344
2416
|
A2 = -0.081106,
|
|
2345
2417
|
A3 = 0.000893,
|
|
2346
2418
|
A4 = 0.003796,
|
|
2347
|
-
M = Math.sqrt(3) / 2.0
|
|
2419
|
+
M = Math.sqrt(3) / 2.0,
|
|
2420
|
+
scale = 74.03120656864502;
|
|
2348
2421
|
var EqualEarth = {
|
|
2349
2422
|
forward: function (lonLat) {
|
|
2350
2423
|
var d = Math.PI / 180,
|
|
2351
2424
|
paramLat = Math.asin(M * Math.sin(lonLat[1] * d)),
|
|
2352
2425
|
paramLatSq = paramLat * paramLat,
|
|
2353
2426
|
paramLatPow6 = paramLatSq * paramLatSq * paramLatSq;
|
|
2354
|
-
var x = lonLat[0] * d * Math.cos(paramLat) / (M *
|
|
2427
|
+
var x = lonLat[0] * d * Math.cos(paramLat) * scale / (M *
|
|
2355
2428
|
(A1 +
|
|
2356
2429
|
3 * A2 * paramLatSq +
|
|
2357
2430
|
paramLatPow6 * (7 * A3 + 9 * A4 * paramLatSq)));
|
|
2358
|
-
var y = paramLat * (A1 + A2 * paramLatSq + paramLatPow6 * (A3 + A4 * paramLatSq));
|
|
2431
|
+
var y = paramLat * scale * (A1 + A2 * paramLatSq + paramLatPow6 * (A3 + A4 * paramLatSq));
|
|
2359
2432
|
return [x, y];
|
|
2360
2433
|
},
|
|
2361
2434
|
inverse: function (xy) {
|
|
2362
|
-
var
|
|
2435
|
+
var x = xy[0] / scale,
|
|
2436
|
+
y = xy[1] / scale,
|
|
2437
|
+
d = 180 / Math.PI,
|
|
2363
2438
|
epsilon = 1e-9,
|
|
2364
2439
|
iterations = 12;
|
|
2365
|
-
var paramLat =
|
|
2440
|
+
var paramLat = y,
|
|
2366
2441
|
paramLatSq,
|
|
2367
2442
|
paramLatPow6,
|
|
2368
2443
|
fy,
|
|
@@ -2372,7 +2447,7 @@
|
|
|
2372
2447
|
for (i = 0; i < iterations; ++i) {
|
|
2373
2448
|
paramLatSq = paramLat * paramLat;
|
|
2374
2449
|
paramLatPow6 = paramLatSq * paramLatSq * paramLatSq;
|
|
2375
|
-
fy = paramLat * (A1 + A2 * paramLatSq + paramLatPow6 * (A3 + A4 * paramLatSq)) -
|
|
2450
|
+
fy = paramLat * (A1 + A2 * paramLatSq + paramLatPow6 * (A3 + A4 * paramLatSq)) - y;
|
|
2376
2451
|
fpy = A1 + 3 * A2 * paramLatSq + paramLatPow6 * (7 * A3 + 9 * A4 * paramLatSq);
|
|
2377
2452
|
paramLat -= dlat = fy / fpy;
|
|
2378
2453
|
if (Math.abs(dlat) < epsilon) {
|
|
@@ -2381,7 +2456,7 @@
|
|
|
2381
2456
|
}
|
|
2382
2457
|
paramLatSq = paramLat * paramLat;
|
|
2383
2458
|
paramLatPow6 = paramLatSq * paramLatSq * paramLatSq;
|
|
2384
|
-
var lon = d * M *
|
|
2459
|
+
var lon = d * M * x * (A1 + 3 * A2 * paramLatSq + paramLatPow6 * (7 * A3 + 9 * A4 * paramLatSq)) / Math.cos(paramLat);
|
|
2385
2460
|
var lat = d * Math.asin(Math.sin(paramLat) / M);
|
|
2386
2461
|
return [lon, lat];
|
|
2387
2462
|
}
|
|
@@ -2393,16 +2468,17 @@
|
|
|
2393
2468
|
/* *
|
|
2394
2469
|
* Miller projection
|
|
2395
2470
|
* */
|
|
2396
|
-
var quarterPI = Math.PI / 4
|
|
2397
|
-
|
|
2471
|
+
var quarterPI = Math.PI / 4,
|
|
2472
|
+
deg2rad = Math.PI / 180,
|
|
2473
|
+
scale = 63.78137;
|
|
2398
2474
|
var Miller = {
|
|
2399
2475
|
forward: function (lonLat) { return [
|
|
2400
|
-
lonLat[0] * deg2rad,
|
|
2401
|
-
1.25 * Math.log(Math.tan(quarterPI + 0.4 * lonLat[1] * deg2rad))
|
|
2476
|
+
lonLat[0] * deg2rad * scale,
|
|
2477
|
+
1.25 * scale * Math.log(Math.tan(quarterPI + 0.4 * lonLat[1] * deg2rad))
|
|
2402
2478
|
]; },
|
|
2403
2479
|
inverse: function (xy) { return [
|
|
2404
|
-
xy[0] / deg2rad,
|
|
2405
|
-
2.5 * (Math.atan(Math.exp(0.8 * xy[1])) - quarterPI) / deg2rad
|
|
2480
|
+
(xy[0] / scale) / deg2rad,
|
|
2481
|
+
2.5 * (Math.atan(Math.exp(0.8 * (xy[1] / scale))) - quarterPI) / deg2rad
|
|
2406
2482
|
]; }
|
|
2407
2483
|
};
|
|
2408
2484
|
|
|
@@ -2412,7 +2488,8 @@
|
|
|
2412
2488
|
/* *
|
|
2413
2489
|
* Orthographic projection
|
|
2414
2490
|
* */
|
|
2415
|
-
var deg2rad = Math.PI / 180
|
|
2491
|
+
var deg2rad = Math.PI / 180,
|
|
2492
|
+
scale = 63.78460826781007;
|
|
2416
2493
|
var Orthographic = {
|
|
2417
2494
|
forward: function (lonLat) {
|
|
2418
2495
|
var lonDeg = lonLat[0],
|
|
@@ -2422,13 +2499,13 @@
|
|
|
2422
2499
|
}
|
|
2423
2500
|
var lat = latDeg * deg2rad;
|
|
2424
2501
|
return [
|
|
2425
|
-
Math.cos(lat) * Math.sin(lonDeg * deg2rad),
|
|
2426
|
-
Math.sin(lat)
|
|
2502
|
+
Math.cos(lat) * Math.sin(lonDeg * deg2rad) * scale,
|
|
2503
|
+
Math.sin(lat) * scale
|
|
2427
2504
|
];
|
|
2428
2505
|
},
|
|
2429
2506
|
inverse: function (xy) {
|
|
2430
|
-
var x = xy[0],
|
|
2431
|
-
y = xy[1],
|
|
2507
|
+
var x = xy[0] / scale,
|
|
2508
|
+
y = xy[1] / scale,
|
|
2432
2509
|
z = Math.sqrt(x * x + y * y),
|
|
2433
2510
|
c = Math.asin(z),
|
|
2434
2511
|
cSin = Math.sin(c),
|
|
@@ -2446,9 +2523,9 @@
|
|
|
2446
2523
|
/* *
|
|
2447
2524
|
* Web Mercator projection, used for most online map tile services
|
|
2448
2525
|
* */
|
|
2449
|
-
var maxLatitude = 85.0511287798
|
|
2450
|
-
|
|
2451
|
-
|
|
2526
|
+
var maxLatitude = 85.0511287798, // The latitude that defines a square
|
|
2527
|
+
r = 63.78137,
|
|
2528
|
+
deg2rad = Math.PI / 180;
|
|
2452
2529
|
var WebMercator = {
|
|
2453
2530
|
forward: function (lonLat) {
|
|
2454
2531
|
if (Math.abs(lonLat[1]) > maxLatitude) {
|
|
@@ -2470,7 +2547,7 @@
|
|
|
2470
2547
|
|
|
2471
2548
|
return WebMercator;
|
|
2472
2549
|
});
|
|
2473
|
-
_registerModule(_modules, 'Maps/Projections/ProjectionRegistry.js', [_modules['Maps/Projections/EqualEarth.js'], _modules['Maps/Projections/Miller.js'], _modules['Maps/Projections/Orthographic.js'], _modules['Maps/Projections/WebMercator.js']], function (EqualEarth, Miller, Orthographic, WebMercator) {
|
|
2550
|
+
_registerModule(_modules, 'Maps/Projections/ProjectionRegistry.js', [_modules['Maps/Projections/LambertConformalConic.js'], _modules['Maps/Projections/EqualEarth.js'], _modules['Maps/Projections/Miller.js'], _modules['Maps/Projections/Orthographic.js'], _modules['Maps/Projections/WebMercator.js']], function (LambertConformalConic, EqualEarth, Miller, Orthographic, WebMercator) {
|
|
2474
2551
|
/* *
|
|
2475
2552
|
*
|
|
2476
2553
|
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
|
|
@@ -2478,6 +2555,7 @@
|
|
|
2478
2555
|
* */
|
|
2479
2556
|
var registry = {
|
|
2480
2557
|
EqualEarth: EqualEarth,
|
|
2558
|
+
LambertConformalConic: LambertConformalConic,
|
|
2481
2559
|
Miller: Miller,
|
|
2482
2560
|
Orthographic: Orthographic,
|
|
2483
2561
|
WebMercator: WebMercator
|
|
@@ -2542,6 +2620,9 @@
|
|
|
2542
2620
|
def = _a.def,
|
|
2543
2621
|
rotator = _a.rotator;
|
|
2544
2622
|
if (def) {
|
|
2623
|
+
if (def.init) {
|
|
2624
|
+
def.init(options);
|
|
2625
|
+
}
|
|
2545
2626
|
this.maxLatitude = def.maxLatitude || 90;
|
|
2546
2627
|
this.hasGeoProjection = true;
|
|
2547
2628
|
}
|
|
@@ -2987,10 +3068,10 @@
|
|
|
2987
3068
|
pick = U.pick,
|
|
2988
3069
|
relativeLength = U.relativeLength;
|
|
2989
3070
|
/**
|
|
2990
|
-
* The world size
|
|
2991
|
-
* 256 square tile to zoom level 0
|
|
3071
|
+
* The world size in terms of 10k meters in the Web Mercator projection, to
|
|
3072
|
+
* match a 256 square tile to zoom level 0
|
|
2992
3073
|
*/
|
|
2993
|
-
var worldSize =
|
|
3074
|
+
var worldSize = 400.979322;
|
|
2994
3075
|
var tileSize = 256;
|
|
2995
3076
|
/**
|
|
2996
3077
|
* The map view handles zooming and centering on the map, and various
|
|
@@ -3070,11 +3151,11 @@
|
|
|
3070
3151
|
if (_this.projection.options.name === 'Orthographic' &&
|
|
3071
3152
|
// ... but don't rotate if we're loading only a part of the
|
|
3072
3153
|
// world
|
|
3073
|
-
(_this.minZoom || Infinity) <
|
|
3154
|
+
(_this.minZoom || Infinity) < 3) {
|
|
3074
3155
|
// Empirical ratio where the globe rotates roughly the same
|
|
3075
3156
|
// speed as moving the pointer across the center of the
|
|
3076
3157
|
// projection
|
|
3077
|
-
var ratio =
|
|
3158
|
+
var ratio = 440 / (_this.getScale() * Math.min(chart.plotWidth,
|
|
3078
3159
|
chart.plotHeight));
|
|
3079
3160
|
if (mouseDownRotation) {
|
|
3080
3161
|
var lon = (mouseDownX - chartX) * ratio -
|
|
@@ -4954,6 +5035,9 @@
|
|
|
4954
5035
|
* it is recommended to use `mapData` to define that paths instead
|
|
4955
5036
|
* of defining them on the data points themselves.
|
|
4956
5037
|
*
|
|
5038
|
+
* For providing true geographical shapes based on longitude and latitude, use
|
|
5039
|
+
* the `geometry` option instead.
|
|
5040
|
+
*
|
|
4957
5041
|
* @sample maps/series/data-path/
|
|
4958
5042
|
* Paths defined in data
|
|
4959
5043
|
*
|
|
@@ -5161,6 +5245,8 @@
|
|
|
5161
5245
|
* ```
|
|
5162
5246
|
*
|
|
5163
5247
|
* @type {Array<number|Array<string,(number|null)>|null|*>}
|
|
5248
|
+
* @extends series.map.data
|
|
5249
|
+
* @excluding drilldown
|
|
5164
5250
|
* @product highmaps
|
|
5165
5251
|
* @apioption series.mapline.data
|
|
5166
5252
|
*/
|
|
@@ -5406,7 +5492,8 @@
|
|
|
5406
5492
|
forceDL: true,
|
|
5407
5493
|
isCartesian: false,
|
|
5408
5494
|
pointClass: MapPointPoint,
|
|
5409
|
-
searchPoint: noop
|
|
5495
|
+
searchPoint: noop,
|
|
5496
|
+
useMapGeometry: true // #16534
|
|
5410
5497
|
});
|
|
5411
5498
|
SeriesRegistry.registerSeriesType('mappoint', MapPointSeries);
|
|
5412
5499
|
/* *
|
|
@@ -5442,16 +5529,17 @@
|
|
|
5442
5529
|
* data: [0, 5, 3, 5]
|
|
5443
5530
|
* ```
|
|
5444
5531
|
*
|
|
5445
|
-
* 2. An array of arrays with 2 values. In this case, the values correspond
|
|
5446
|
-
*
|
|
5447
|
-
*
|
|
5448
|
-
*
|
|
5449
|
-
*
|
|
5450
|
-
*
|
|
5451
|
-
*
|
|
5452
|
-
*
|
|
5453
|
-
*
|
|
5454
|
-
*
|
|
5532
|
+
* 2. An array of arrays with 2 values. In this case, the values correspond
|
|
5533
|
+
* to `[hc-key, value]`. Example:
|
|
5534
|
+
*
|
|
5535
|
+
* ```js
|
|
5536
|
+
* data: [
|
|
5537
|
+
* ['us-ny', 0],
|
|
5538
|
+
* ['us-mi', 5],
|
|
5539
|
+
* ['us-tx', 3],
|
|
5540
|
+
* ['us-ak', 5]
|
|
5541
|
+
* ]
|
|
5542
|
+
* ```
|
|
5455
5543
|
*
|
|
5456
5544
|
* 3. An array of objects with named values. The following snippet shows only a
|
|
5457
5545
|
* few settings, see the complete options set below. If the total number of
|
package/modules/networkgraph.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Highcharts JS v9.3.
|
|
2
|
+
Highcharts JS v9.3.1 (2021-11-05)
|
|
3
3
|
|
|
4
4
|
Client side exporting module
|
|
5
5
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
'use strict';(function(a){"object"===typeof module&&module.exports?(a["default"]=a,module.exports=a):"function"===typeof define&&define.amd?define("highcharts/modules/offline-exporting",["highcharts","highcharts/modules/exporting"],function(k){a(k);a.Highcharts=k;return a}):a("undefined"!==typeof Highcharts?Highcharts:void 0)})(function(a){function k(a,t,e,r){a.hasOwnProperty(t)||(a[t]=r.apply(null,e))}a=a?a._modules:{};k(a,"Extensions/DownloadURL.js",[a["Core/Globals.js"]],function(a){var t=a.isSafari,
|
|
11
11
|
e=a.win,r=e.document,l=e.URL||e.webkitURL||e,k=a.dataURLtoBlob=function(a){if((a=a.replace(/filename=.*;/,"").match(/data:([^;]*)(;base64)?,([0-9A-Za-z+/]+)/))&&3<a.length&&e.atob&&e.ArrayBuffer&&e.Uint8Array&&e.Blob&&l.createObjectURL){var f=e.atob(a[3]),m=new e.ArrayBuffer(f.length);m=new e.Uint8Array(m);for(var b=0;b<m.length;++b)m[b]=f.charCodeAt(b);a=new e.Blob([m],{type:a[1]});return l.createObjectURL(a)}};a=a.downloadURL=function(a,l){var m=e.navigator,b=r.createElement("a");if("string"===
|
|
12
12
|
typeof a||a instanceof String||!m.msSaveOrOpenBlob){a=""+a;m=/Edge\/\d+/.test(m.userAgent);if(t&&"string"===typeof a&&0===a.indexOf("data:application/pdf")||m||2E6<a.length)if(a=k(a)||"",!a)throw Error("Failed to convert to blob");if("undefined"!==typeof b.download)b.href=a,b.download=l,r.body.appendChild(b),b.click(),r.body.removeChild(b);else try{var f=e.open(a,"chart");if("undefined"===typeof f||null===f)throw Error("Failed to open window");}catch(L){e.location.href=a}}else m.msSaveOrOpenBlob(a,
|
|
13
|
-
l)};return{dataURLtoBlob:k,downloadURL:a}});k(a,"Extensions/OfflineExporting/OfflineExportingDefaults.js",[],function(){return{libURL:"https://code.highcharts.com/9.3.
|
|
13
|
+
l)};return{dataURLtoBlob:k,downloadURL:a}});k(a,"Extensions/OfflineExporting/OfflineExportingDefaults.js",[],function(){return{libURL:"https://code.highcharts.com/9.3.1/lib/",menuItemDefinitions:{downloadPNG:{textKey:"downloadPNG",onclick:function(){this.exportChartLocal()}},downloadJPEG:{textKey:"downloadJPEG",onclick:function(){this.exportChartLocal({type:"image/jpeg"})}},downloadSVG:{textKey:"downloadSVG",onclick:function(){this.exportChartLocal({type:"image/svg+xml"})}},downloadPDF:{textKey:"downloadPDF",
|
|
14
14
|
onclick:function(){this.exportChartLocal({type:"application/pdf"})}}}}});k(a,"Extensions/OfflineExporting/OfflineExporting.js",[a["Core/Chart/Chart.js"],a["Core/DefaultOptions.js"],a["Extensions/DownloadURL.js"],a["Extensions/Exporting/Exporting.js"],a["Core/Globals.js"],a["Extensions/OfflineExporting/OfflineExportingDefaults.js"],a["Core/Utilities.js"]],function(a,k,e,r,l,G,f){var t=k.defaultOptions,m=e.downloadURL,b=l.win,w=l.doc,y=f.addEvent,x=f.error,H=f.extend,I=f.fireEvent,B=f.merge,C=[],v;
|
|
15
15
|
(function(a){function e(g,d){var h=this,c=B(h.options.exporting,g),b=function(a){!1===c.fallbackToExportServer?c.error?c.error(c,a):x(28,!0):h.exportChart(c)};g=function(){return[].some.call(h.container.getElementsByTagName("image"),function(a){a=a.getAttribute("href");return""!==a&&0!==a.indexOf("data:")})};l.isMS&&h.styledMode&&!r.inlineWhitelist.length&&r.inlineWhitelist.push(/^blockSize/,/^border/,/^caretColor/,/^color/,/^columnRule/,/^columnRuleColor/,/^cssFloat/,/^cursor/,/^fill$/,/^fillOpacity/,
|
|
16
16
|
/^font/,/^inlineSize/,/^length/,/^lineHeight/,/^opacity/,/^outline/,/^parentRule/,/^rx$/,/^ry$/,/^stroke/,/^textAlign/,/^textAnchor/,/^textDecoration/,/^transform/,/^vectorEffect/,/^visibility/,/^x$/,/^y$/);l.isMS&&("application/pdf"===c.type||h.container.getElementsByTagName("image").length&&"image/svg+xml"!==c.type)||"application/pdf"===c.type&&g()?b("Image type not supported for this chart/browser."):h.getSVGForLocalExport(c,d||{},b,function(g){-1<g.indexOf("<foreignObject")&&"image/svg+xml"!==
|
|
@@ -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
|
* Client side exporting module
|
|
5
5
|
*
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
*
|
|
158
158
|
* */
|
|
159
159
|
var OfflineExportingDefaults = {
|
|
160
|
-
libURL: 'https://code.highcharts.com/9.3.
|
|
160
|
+
libURL: 'https://code.highcharts.com/9.3.1/lib/',
|
|
161
161
|
// When offline-exporting is loaded, redefine the menu item definitions
|
|
162
162
|
// related to download.
|
|
163
163
|
menuItemDefinitions: {
|
package/modules/oldie.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Highcharts JS v9.3.
|
|
2
|
+
Highcharts JS v9.3.1 (2021-11-05)
|
|
3
3
|
|
|
4
4
|
Old IE (v6, v7, v8) module for Highcharts v6+.
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
c}}();return function(){function c(){}c.compose=function(l){l.keepProps.push("vml");x(l,"destroy",c.onDestroy);x(l,"init",c.onInit);x(l,"render",c.onRender)};c.onDestroy=function(){var c=this.vml;if(c){var e;["backFrame","bottomFrame","sideFrame"].forEach(function(l){(e=c[l])&&(c[l]=e.destroy())},this)}};c.onInit=function(){this.vml||(this.vml=new e(this))};c.onRender=function(){var c=this.vml;c.sideFrame&&(c.sideFrame.css({zIndex:0}),c.sideFrame.front.attr({fill:c.sideFrame.color}));c.bottomFrame&&
|
|
13
13
|
(c.bottomFrame.css({zIndex:1}),c.bottomFrame.front.attr({fill:c.bottomFrame.color}));c.backFrame&&(c.backFrame.css({zIndex:0}),c.backFrame.front.attr({fill:c.backFrame.color}))};return c}()});p(c,"Extensions/Oldie/VMLRenderer3D.js",[c["Core/Axis/Axis.js"],c["Core/DefaultOptions.js"],c["Extensions/Oldie/VMLAxis3D.js"]],function(c,r,e){var x=r.setOptions;return function(){function l(){}l.compose=function(g,l){var h=l.prototype;g=g.prototype;x({animate:!1});g.face3d=h.face3d;g.polyhedron=h.polyhedron;
|
|
14
14
|
g.elements3d=h.elements3d;g.element3d=h.element3d;g.cuboid=h.cuboid;g.cuboidPath=h.cuboidPath;g.toLinePath=h.toLinePath;g.toLineSegments=h.toLineSegments;g.arc3d=function(c){c=h.arc3d.call(this,c);c.css({zIndex:c.zIndex});return c};g.arc3dPath=h.arc3dPath;e.compose(c)};return l}()});p(c,"Extensions/Oldie/Oldie.js",[c["Core/Chart/Chart.js"],c["Core/Color/Color.js"],c["Core/Globals.js"],c["Core/DefaultOptions.js"],c["Core/Pointer.js"],c["Core/Renderer/RendererRegistry.js"],c["Core/Renderer/SVG/SVGElement.js"],
|
|
15
|
-
c["Core/Renderer/SVG/SVGRenderer.js"],c["Core/Utilities.js"],c["Extensions/Oldie/VMLRenderer3D.js"]],function(c,r,e,p,l,g,y,h,m,Q){var x=r.parse,u=e.deg2rad,k=e.doc;r=e.noop;var E=e.svg,v=e.win,M=p.getOptions,D=m.addEvent,F=m.createElement,z=m.css,H=m.defined,I=m.discardElement,N=m.erase,w=m.extend;p=m.extendClass;var R=m.isArray,O=m.isNumber,G=m.isObject,B=m.pick,t=m.pInt,S=m.uniqueKey;M().global.VMLRadialGradientURL="http://code.highcharts.com/9.3.
|
|
15
|
+
c["Core/Renderer/SVG/SVGRenderer.js"],c["Core/Utilities.js"],c["Extensions/Oldie/VMLRenderer3D.js"]],function(c,r,e,p,l,g,y,h,m,Q){var x=r.parse,u=e.deg2rad,k=e.doc;r=e.noop;var E=e.svg,v=e.win,M=p.getOptions,D=m.addEvent,F=m.createElement,z=m.css,H=m.defined,I=m.discardElement,N=m.erase,w=m.extend;p=m.extendClass;var R=m.isArray,O=m.isNumber,G=m.isObject,B=m.pick,t=m.pInt,S=m.uniqueKey;M().global.VMLRadialGradientURL="http://code.highcharts.com/9.3.1/gfx/vml-radial-gradient.png";k&&!k.defaultView&&
|
|
16
16
|
(e.getStyle=m.getStyle=function q(b,d){var c={width:"clientWidth",height:"clientHeight"}[d];if(b.style[d])return t(b.style[d]);"opacity"===d&&(d="filter");if(c)return b.style.zoom=1,Math.max(b[c]-2*q(b,"padding"),0);b=b.currentStyle[d.replace(/\-(\w)/g,function(b,d){return d.toUpperCase()})];"filter"===d&&(b=b.replace(/alpha\(opacity=([0-9]+)\)/,function(b,d){return d/100}));return""===b?1:t(b)});E||(D(y,"afterInit",function(){"text"===this.element.nodeName&&this.css({position:"absolute"})}),l.prototype.normalize=
|
|
17
17
|
function(a,b){a=a||v.event;a.target||(a.target=a.srcElement);b||(this.chartPosition=b=this.getChartPosition());return w(a,{chartX:Math.round(Math.max(a.x,a.clientX-b.left)),chartY:Math.round(a.y)})},c.prototype.ieSanitizeSVG=function(a){return a=a.replace(/<IMG /g,"<image ").replace(/<(\/?)TITLE>/g,"<$1title>").replace(/height=([^" ]+)/g,'height="$1"').replace(/width=([^" ]+)/g,'width="$1"').replace(/hc-svg-href="([^"]+)">/g,'xlink:href="$1"/>').replace(/ id=([^" >]+)/g,' id="$1"').replace(/class=([^" >]+)/g,
|
|
18
18
|
'class="$1"').replace(/ transform /g," ").replace(/:(path|rect)/g,"$1").replace(/style="([^"]+)"/g,function(a){return a.toLowerCase()})},c.prototype.isReadyToRender=function(){var a=this;return E||v!=v.top||"complete"===k.readyState?!0:(k.attachEvent("onreadystatechange",function(){k.detachEvent("onreadystatechange",a.firstRender);"complete"===k.readyState&&a.firstRender()}),!1)},k.createElementNS||(k.createElementNS=function(a,b){return k.createElement(b)}),e.addEventListenerPolyfill=function(a,
|
package/modules/oldie.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
|
* Old IE (v6, v7, v8) module for Highcharts v6+.
|
|
5
5
|
*
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
* @apioption global.VMLRadialGradientURL
|
|
223
223
|
*/
|
|
224
224
|
getOptions().global.VMLRadialGradientURL =
|
|
225
|
-
'http://code.highcharts.com/9.3.
|
|
225
|
+
'http://code.highcharts.com/9.3.1/gfx/vml-radial-gradient.png';
|
|
226
226
|
// Utilites
|
|
227
227
|
if (doc && !doc.defaultView) {
|
|
228
228
|
H.getStyle = U.getStyle = function getStyle(el, prop) {
|
package/modules/organization.js
CHANGED
package/modules/pareto.js
CHANGED
package/modules/pareto.src.js
CHANGED
package/modules/pathfinder.js
CHANGED
package/modules/pattern-fill.js
CHANGED
package/modules/pyramid3d.js
CHANGED
package/modules/pyramid3d.src.js
CHANGED
package/modules/sankey.js
CHANGED
package/modules/sankey.src.js
CHANGED
package/modules/series-label.js
CHANGED