highcharts 13.0.1 → 13.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bower.json +2 -3
- package/es-modules/Accessibility/A11yI18n.js +4 -4
- package/es-modules/Accessibility/Components/InfoRegionsComponent.js +6 -4
- package/es-modules/Accessibility/Components/LegendComponent.js +2 -2
- package/es-modules/Accessibility/Components/NavigatorComponent.js +2 -2
- package/es-modules/Accessibility/Components/SeriesComponent/SeriesDescriber.js +13 -10
- package/es-modules/Accessibility/Components/ZoomComponent.js +2 -2
- package/es-modules/Accessibility/FocusBorder.js +2 -2
- package/es-modules/Accessibility/Options/DeprecatedOptions.js +1 -2
- package/es-modules/Core/Animation/AnimationUtilities.js +3 -2
- package/es-modules/Core/Axis/Axis.js +48 -57
- package/es-modules/Core/Axis/Axis3DComposition.js +8 -6
- package/es-modules/Core/Axis/BrokenAxis.js +6 -5
- package/es-modules/Core/Axis/Color/ColorAxis.js +17 -10
- package/es-modules/Core/Axis/Color/ColorAxisComposition.js +2 -2
- package/es-modules/Core/Axis/GridAxis.js +4 -4
- package/es-modules/Core/Axis/LogarithmicAxis.js +5 -3
- package/es-modules/Core/Axis/NavigatorAxisComposition.js +2 -2
- package/es-modules/Core/Axis/OrdinalAxis.js +9 -7
- package/es-modules/Core/Axis/PlotLineOrBand/PlotLineOrBand.js +3 -2
- package/es-modules/Core/Axis/RadialAxis.js +15 -9
- package/es-modules/Core/Axis/ScrollbarAxis.js +3 -3
- package/es-modules/Core/Axis/Stacking/StackItem.js +5 -5
- package/es-modules/Core/Axis/Stacking/StackingAxis.js +4 -4
- package/es-modules/Core/Axis/Tick.js +10 -11
- package/es-modules/Core/Axis/TreeGrid/TreeGridTick.js +3 -3
- package/es-modules/Core/Chart/Chart.js +14 -14
- package/es-modules/Core/Chart/Chart3D.js +3 -3
- package/es-modules/Core/Chart/ChartDefaults.js +23 -0
- package/es-modules/Core/Chart/MapChart.js +7 -5
- package/es-modules/Core/Chart/StockChart.js +15 -11
- package/es-modules/Core/Color/Color.js +3 -1
- package/es-modules/Core/Defaults.js +35 -0
- package/es-modules/Core/Globals.js +1 -1
- package/es-modules/Core/Legend/Legend.js +16 -12
- package/es-modules/Core/Legend/LegendSymbol.js +2 -2
- package/es-modules/Core/MSPointer.js +2 -2
- package/es-modules/Core/Math3D.js +6 -7
- package/es-modules/Core/Pointer.js +9 -9
- package/es-modules/Core/Renderer/RendererUtilities.js +2 -2
- package/es-modules/Core/Renderer/SVG/SVGElement.js +11 -9
- package/es-modules/Core/Renderer/SVG/SVGElement3D.js +2 -2
- package/es-modules/Core/Renderer/SVG/SVGLabel.js +5 -5
- package/es-modules/Core/Renderer/SVG/SVGRenderer.js +5 -5
- package/es-modules/Core/Renderer/SVG/SVGRenderer3D.js +11 -9
- package/es-modules/Core/Renderer/SVG/Symbols.js +6 -5
- package/es-modules/Core/Renderer/SVG/TextBuilder.js +2 -2
- package/es-modules/Core/Responsive.js +7 -5
- package/es-modules/Core/Series/DataLabel.js +8 -6
- package/es-modules/Core/Series/OverlappingDataLabels.js +5 -2
- package/es-modules/Core/Series/Point.js +3 -3
- package/es-modules/Core/Series/Series.js +37 -21
- package/es-modules/Core/Series/Series3D.js +2 -2
- package/es-modules/Core/Templating.js +2 -2
- package/es-modules/Core/Tooltip.js +11 -7
- package/es-modules/Core/Utilities.js +4 -3
- package/es-modules/Data/Connectors/DataConnector.js +2 -2
- package/es-modules/Data/Connectors/GoogleSheetsConnector.js +2 -2
- package/es-modules/Data/DataTable.js +17 -0
- package/es-modules/Extensions/Annotations/Annotation.js +4 -4
- package/es-modules/Extensions/Annotations/AnnotationChart.js +2 -2
- package/es-modules/Extensions/Annotations/ControlPoint.js +2 -2
- package/es-modules/Extensions/Annotations/Controllables/ControllableLabel.js +2 -2
- package/es-modules/Extensions/Annotations/EventEmitter.js +4 -4
- package/es-modules/Extensions/Annotations/NavigationBindings.js +6 -3
- package/es-modules/Extensions/Annotations/NavigationBindingsUtilities.js +2 -2
- package/es-modules/Extensions/Annotations/Popup/Popup.js +3 -2
- package/es-modules/Extensions/Annotations/Popup/PopupAnnotations.js +4 -6
- package/es-modules/Extensions/Annotations/Types/Measure.js +3 -3
- package/es-modules/Extensions/Annotations/Types/VerticalLine.js +3 -3
- package/es-modules/Extensions/Boost/BoostChart.js +11 -4
- package/es-modules/Extensions/Boost/BoostSeries.js +8 -9
- package/es-modules/Extensions/Boost/WGLRenderer.js +9 -6
- package/es-modules/Extensions/Boost/WGLShader.js +3 -3
- package/es-modules/Extensions/BoostCanvas.js +2 -2
- package/es-modules/Extensions/Breadcrumbs/Breadcrumbs.js +5 -4
- package/es-modules/Extensions/DataGrouping/DataGrouping.js +2 -2
- package/es-modules/Extensions/DataGrouping/DataGroupingAxisComposition.js +4 -3
- package/es-modules/Extensions/DataGrouping/DataGroupingSeriesComposition.js +2 -2
- package/es-modules/Extensions/DraggablePoints/DragDropProps.js +2 -3
- package/es-modules/Extensions/ExportData/ExportData.js +17 -16
- package/es-modules/Extensions/Exporting/Exporting.js +7 -7
- package/es-modules/Extensions/MouseWheelZoom/MouseWheelZoom.js +2 -2
- package/es-modules/Extensions/Pane/PaneComposition.js +2 -2
- package/es-modules/Extensions/ParallelCoordinates/ParallelAxis.js +2 -2
- package/es-modules/Extensions/PatternFill.js +7 -5
- package/es-modules/Extensions/PriceIndication.js +5 -4
- package/es-modules/Extensions/SeriesLabel/SeriesLabel.js +7 -7
- package/es-modules/Extensions/Sonification/MIDI.js +2 -3
- package/es-modules/Extensions/Sonification/Sonification.js +2 -2
- package/es-modules/Extensions/Sonification/SonificationSpeaker.js +3 -2
- package/es-modules/Extensions/Sonification/SynthPatch.js +3 -3
- package/es-modules/Extensions/Sonification/TimelineFromChart.js +11 -11
- package/es-modules/Gantt/Legacy.js +2 -2
- package/es-modules/Gantt/Pathfinder.js +3 -3
- package/es-modules/Gantt/PathfinderAlgorithms.js +4 -3
- package/es-modules/Gantt/Tree.js +1 -1
- package/es-modules/Maps/MapNavigation.js +4 -4
- package/es-modules/Maps/MapPointer.js +2 -2
- package/es-modules/Maps/MapView.js +2 -2
- package/es-modules/Series/ArcDiagram/ArcDiagramSeries.js +8 -6
- package/es-modules/Series/Area/AreaSeries.js +4 -5
- package/es-modules/Series/BoxPlot/BoxPlotSeries.js +13 -4
- package/es-modules/Series/Bubble/BubbleLegendItem.js +10 -6
- package/es-modules/Series/Bubble/BubbleSeries.js +10 -9
- package/es-modules/Series/Bullet/BulletSeries.js +17 -10
- package/es-modules/Series/CenteredUtilities.js +7 -5
- package/es-modules/Series/Column/ColumnSeries.js +2 -2
- package/es-modules/Series/Column3D/Column3DComposition.js +6 -5
- package/es-modules/Series/ColumnPyramid/ColumnPyramidSeries.js +4 -4
- package/es-modules/Series/ColumnRange/ColumnRangeSeries.js +4 -2
- package/es-modules/Series/Cylinder/CylinderComposition.js +2 -2
- package/es-modules/Series/DataModifyComposition.js +9 -7
- package/es-modules/Series/DotPlot/DotPlotSeries.js +3 -2
- package/es-modules/Series/Dumbbell/DumbbellPoint.js +14 -3
- package/es-modules/Series/Dumbbell/DumbbellSeries.js +24 -7
- package/es-modules/Series/FlowMap/FlowMapPoint.js +5 -3
- package/es-modules/Series/FlowMap/FlowMapSeries.js +17 -9
- package/es-modules/Series/Funnel/FunnelSeries.js +2 -2
- package/es-modules/Series/Funnel3D/Funnel3DSeries.js +7 -5
- package/es-modules/Series/Gauge/GaugeSeries.js +2 -2
- package/es-modules/Series/GeoHeatmap/GeoHeatmapSeries.js +4 -4
- package/es-modules/Series/Heatmap/HeatmapPoint.js +6 -6
- package/es-modules/Series/Heatmap/HeatmapPointOptions.js +12 -0
- package/es-modules/Series/Heatmap/HeatmapSeries.js +13 -13
- package/es-modules/Series/Heatmap/HeatmapSeriesOptions.js +12 -0
- package/es-modules/Series/Histogram/HistogramPoint.js +17 -0
- package/es-modules/Series/Histogram/HistogramPointOptions.js +12 -0
- package/es-modules/Series/Histogram/HistogramSeries.js +14 -2
- package/es-modules/Series/Histogram/HistogramSeriesOptions.js +12 -0
- package/es-modules/Series/InterpolationUtilities.js +5 -5
- package/es-modules/Series/Item/ItemPointOptions.js +14 -0
- package/es-modules/Series/Item/ItemSeries.js +18 -6
- package/es-modules/Series/Item/ItemSeriesOptions.js +14 -0
- package/es-modules/Series/Map/MapPoint.js +5 -3
- package/es-modules/Series/Map/MapSeries.js +5 -8
- package/es-modules/Series/Networkgraph/NetworkgraphPoint.js +3 -3
- package/es-modules/Series/Networkgraph/NetworkgraphSeries.js +4 -2
- package/es-modules/Series/Networkgraph/ReingoldFruchtermanLayout.js +18 -9
- package/es-modules/Series/NodesComposition.js +9 -10
- package/es-modules/Series/Organization/OrganizationPoint.js +3 -2
- package/es-modules/Series/PackedBubble/PackedBubbleLayout.js +3 -3
- package/es-modules/Series/PackedBubble/PackedBubbleSeries.js +5 -5
- package/es-modules/Series/Pictorial/PictorialSeries.js +4 -2
- package/es-modules/Series/Pie/PieDataLabel.js +2 -2
- package/es-modules/Series/Pie/PiePoint.js +2 -2
- package/es-modules/Series/Pie/PieSeries.js +3 -2
- package/es-modules/Series/Pie3D/Pie3DSeries.js +8 -4
- package/es-modules/Series/PolarComposition.js +8 -7
- package/es-modules/Series/Sankey/SankeySeries.js +11 -5
- package/es-modules/Series/Scatter/ScatterSeries.js +6 -5
- package/es-modules/Series/SolidGauge/SolidGaugeSeries.js +2 -2
- package/es-modules/Series/Spline/SplineSeries.js +5 -5
- package/es-modules/Series/TiledWebMap/TiledWebMapSeries.js +8 -6
- package/es-modules/Series/Tilemap/TilemapShapes.js +2 -2
- package/es-modules/Series/Timeline/TimelinePoint.js +2 -2
- package/es-modules/Series/Timeline/TimelineSeries.js +4 -3
- package/es-modules/Series/TreeUtilities.js +16 -7
- package/es-modules/Series/Treegraph/TreegraphLink.js +2 -2
- package/es-modules/Series/Treemap/TreemapPoint.js +2 -2
- package/es-modules/Series/Treemap/TreemapSeries.js +14 -11
- package/es-modules/Series/VariablePie/VariablePieSeries.js +6 -4
- package/es-modules/Series/Variwide/VariwideSeries.js +2 -2
- package/es-modules/Series/Waterfall/WaterfallSeries.js +2 -2
- package/es-modules/Series/Windbarb/WindbarbSeries.js +2 -2
- package/es-modules/Shared/TimeBase.js +8 -2
- package/es-modules/Shared/Utilities.js +9 -7
- package/es-modules/Stock/Indicators/Aroon/AroonIndicator.js +3 -3
- package/es-modules/Stock/Indicators/DPO/DPOIndicator.js +4 -3
- package/es-modules/Stock/Indicators/RSI/RSIIndicator.js +1 -1
- package/es-modules/Stock/Indicators/SMA/SMAIndicator.js +2 -2
- package/es-modules/Stock/Navigator/ChartNavigatorComposition.js +4 -4
- package/es-modules/Stock/Navigator/Navigator.js +26 -26
- package/es-modules/Stock/Navigator/StandaloneNavigator.js +4 -4
- package/es-modules/Stock/RangeSelector/RangeSelector.js +15 -11
- package/es-modules/Stock/RangeSelector/RangeSelectorComposition.js +3 -3
- package/es-modules/Stock/Scrollbar/Scrollbar.js +8 -7
- package/es-modules/Stock/StockTools/StockToolbar.js +5 -5
- package/es-modules/Stock/StockTools/StockTools.js +2 -2
- package/es-modules/Stock/StockTools/StockToolsGui.js +4 -2
- package/es-modules/masters/highcharts-3d.src.js +1 -1
- package/es-modules/masters/highcharts-autoload.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 +7 -2
- package/es-modules/masters/highmaps.src.js +1 -1
- package/es-modules/masters/highstock.src.js +1 -1
- package/es-modules/masters/i18n/fr-FR.src.d.ts +1 -1
- package/es-modules/masters/i18n/fr-FR.src.js +1 -1
- package/es-modules/masters/i18n/nb-NO.src.d.ts +1 -1
- package/es-modules/masters/i18n/nb-NO.src.js +1 -1
- package/es-modules/masters/i18n/zh-CN.src.d.ts +1 -1
- package/es-modules/masters/i18n/zh-CN.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 +1 -1
- 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/arc-diagram.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/contour.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-sorting.src.js +1 -1
- package/es-modules/masters/modules/data-tools.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/flowmap.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/geoheatmap.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/mouse-wheel-zoom.src.js +1 -1
- package/es-modules/masters/modules/navigator.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/non-cartesian-zoom.src.js +1 -1
- package/es-modules/masters/modules/offline-exporting.src.js +1 -1
- package/es-modules/masters/modules/organization.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/pictorial.src.js +1 -1
- package/es-modules/masters/modules/pointandfigure.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/renko.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/series-on-point.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/textpath.src.js +1 -1
- package/es-modules/masters/modules/tiledwebmap.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/treegraph.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/standalone-navigator.src.js +1 -1
- package/es-modules/masters/themes/adaptive.src.js +1 -1
- package/es-modules/masters/themes/avocado.src.js +1 -1
- package/es-modules/masters/themes/dark-unica.src.js +1 -1
- package/es-modules/masters/themes/grid-light.src.js +1 -1
- package/es-modules/masters/themes/high-contrast.src.js +1 -1
- package/es-modules/masters/themes/sand-signika.src.js +1 -1
- package/es-modules/masters/themes/sunset.src.js +1 -1
- package/es-modules/tsconfig.tsbuildinfo +1 -1
- package/esm/highcharts-3d.js +2 -2
- package/esm/highcharts-3d.src.js +40 -32
- package/esm/highcharts-autoload.js +1 -1
- package/esm/highcharts-autoload.src.js +1 -1
- package/esm/highcharts-gantt.js +1 -1
- package/esm/highcharts-gantt.src.js +1 -1
- package/esm/highcharts-more.js +2 -2
- package/esm/highcharts-more.src.js +90 -56
- package/esm/highcharts.js +4 -4
- package/esm/highcharts.src.js +312 -207
- package/esm/highmaps.js +1 -1
- package/esm/highmaps.src.js +1 -1
- package/esm/highstock.js +1 -1
- package/esm/highstock.src.js +1 -1
- package/esm/i18n/fr-FR.js +1 -1
- package/esm/i18n/fr-FR.src.js +1 -1
- package/esm/i18n/nb-NO.js +1 -1
- package/esm/i18n/nb-NO.src.js +1 -1
- package/esm/i18n/zh-CN.js +1 -1
- package/esm/i18n/zh-CN.src.js +1 -1
- package/esm/indicators/acceleration-bands.js +1 -1
- package/esm/indicators/acceleration-bands.src.js +1 -1
- package/esm/indicators/accumulation-distribution.js +1 -1
- package/esm/indicators/accumulation-distribution.src.js +1 -1
- package/esm/indicators/ao.js +1 -1
- package/esm/indicators/ao.src.js +1 -1
- package/esm/indicators/apo.js +1 -1
- package/esm/indicators/apo.src.js +1 -1
- package/esm/indicators/aroon-oscillator.js +1 -1
- package/esm/indicators/aroon-oscillator.src.js +1 -1
- package/esm/indicators/aroon.js +2 -2
- package/esm/indicators/aroon.src.js +3 -3
- package/esm/indicators/atr.js +1 -1
- package/esm/indicators/atr.src.js +1 -1
- package/esm/indicators/bollinger-bands.js +1 -1
- package/esm/indicators/bollinger-bands.src.js +1 -1
- package/esm/indicators/cci.js +1 -1
- package/esm/indicators/cci.src.js +1 -1
- package/esm/indicators/chaikin.js +1 -1
- package/esm/indicators/chaikin.src.js +1 -1
- package/esm/indicators/cmf.js +1 -1
- package/esm/indicators/cmf.src.js +1 -1
- package/esm/indicators/cmo.js +1 -1
- package/esm/indicators/cmo.src.js +1 -1
- package/esm/indicators/dema.js +1 -1
- package/esm/indicators/dema.src.js +1 -1
- package/esm/indicators/disparity-index.js +1 -1
- package/esm/indicators/disparity-index.src.js +1 -1
- package/esm/indicators/dmi.js +1 -1
- package/esm/indicators/dmi.src.js +1 -1
- package/esm/indicators/dpo.js +2 -2
- package/esm/indicators/dpo.src.js +4 -3
- package/esm/indicators/ichimoku-kinko-hyo.js +1 -1
- package/esm/indicators/ichimoku-kinko-hyo.src.js +1 -1
- package/esm/indicators/indicators-all.js +2 -2
- package/esm/indicators/indicators-all.src.js +8 -7
- package/esm/indicators/indicators.js +2 -2
- package/esm/indicators/indicators.src.js +2 -2
- package/esm/indicators/keltner-channels.js +1 -1
- package/esm/indicators/keltner-channels.src.js +1 -1
- package/esm/indicators/klinger.js +1 -1
- package/esm/indicators/klinger.src.js +1 -1
- package/esm/indicators/macd.js +1 -1
- package/esm/indicators/macd.src.js +1 -1
- package/esm/indicators/mfi.js +1 -1
- package/esm/indicators/mfi.src.js +1 -1
- package/esm/indicators/momentum.js +1 -1
- package/esm/indicators/momentum.src.js +1 -1
- package/esm/indicators/natr.js +1 -1
- package/esm/indicators/natr.src.js +1 -1
- package/esm/indicators/obv.js +1 -1
- package/esm/indicators/obv.src.js +1 -1
- package/esm/indicators/pivot-points.js +1 -1
- package/esm/indicators/pivot-points.src.js +1 -1
- package/esm/indicators/ppo.js +1 -1
- package/esm/indicators/ppo.src.js +1 -1
- package/esm/indicators/price-channel.js +1 -1
- package/esm/indicators/price-channel.src.js +1 -1
- package/esm/indicators/price-envelopes.js +1 -1
- package/esm/indicators/price-envelopes.src.js +1 -1
- package/esm/indicators/psar.js +1 -1
- package/esm/indicators/psar.src.js +1 -1
- package/esm/indicators/regressions.js +1 -1
- package/esm/indicators/regressions.src.js +1 -1
- package/esm/indicators/roc.js +1 -1
- package/esm/indicators/roc.src.js +1 -1
- package/esm/indicators/rsi.js +1 -1
- package/esm/indicators/rsi.src.js +2 -2
- package/esm/indicators/slow-stochastic.js +1 -1
- package/esm/indicators/slow-stochastic.src.js +1 -1
- package/esm/indicators/stochastic.js +1 -1
- package/esm/indicators/stochastic.src.js +1 -1
- package/esm/indicators/supertrend.js +1 -1
- package/esm/indicators/supertrend.src.js +1 -1
- package/esm/indicators/tema.js +1 -1
- package/esm/indicators/tema.src.js +1 -1
- package/esm/indicators/trendline.js +1 -1
- package/esm/indicators/trendline.src.js +1 -1
- package/esm/indicators/trix.js +1 -1
- package/esm/indicators/trix.src.js +1 -1
- package/esm/indicators/volume-by-price.js +1 -1
- package/esm/indicators/volume-by-price.src.js +1 -1
- package/esm/indicators/vwap.js +1 -1
- package/esm/indicators/vwap.src.js +1 -1
- package/esm/indicators/williams-r.js +1 -1
- package/esm/indicators/williams-r.src.js +1 -1
- package/esm/indicators/wma.js +1 -1
- package/esm/indicators/wma.src.js +1 -1
- package/esm/indicators/zigzag.js +1 -1
- package/esm/indicators/zigzag.src.js +1 -1
- package/esm/modules/accessibility.js +2 -2
- package/esm/modules/accessibility.src.js +69 -63
- package/esm/modules/annotations-advanced.js +3 -3
- package/esm/modules/annotations-advanced.src.js +25 -23
- package/esm/modules/annotations.js +3 -3
- package/esm/modules/annotations.src.js +21 -19
- package/esm/modules/arc-diagram.js +2 -2
- package/esm/modules/arc-diagram.src.js +16 -15
- package/esm/modules/arrow-symbols.js +1 -1
- package/esm/modules/arrow-symbols.src.js +1 -1
- package/esm/modules/boost-canvas.js +2 -2
- package/esm/modules/boost-canvas.src.js +29 -20
- package/esm/modules/boost.js +2 -2
- package/esm/modules/boost.src.js +28 -19
- package/esm/modules/broken-axis.js +2 -2
- package/esm/modules/broken-axis.src.js +6 -5
- package/esm/modules/bullet.js +2 -2
- package/esm/modules/bullet.src.js +17 -10
- package/esm/modules/coloraxis.js +2 -2
- package/esm/modules/coloraxis.src.js +18 -11
- package/esm/modules/contour.js +1 -1
- package/esm/modules/contour.src.js +1 -1
- package/esm/modules/current-date-indicator.js +1 -1
- package/esm/modules/current-date-indicator.src.js +1 -1
- package/esm/modules/cylinder.js +2 -2
- package/esm/modules/cylinder.src.js +9 -10
- package/esm/modules/data-sorting.js +1 -1
- package/esm/modules/data-sorting.src.js +1 -1
- package/esm/modules/data-tools.js +2 -2
- package/esm/modules/data-tools.src.js +20 -3
- package/esm/modules/data.js +1 -1
- package/esm/modules/data.src.js +1 -1
- package/esm/modules/datagrouping.js +2 -2
- package/esm/modules/datagrouping.src.js +6 -5
- package/esm/modules/debugger.js +1 -1
- package/esm/modules/debugger.src.js +1 -1
- package/esm/modules/dependency-wheel.js +1 -1
- package/esm/modules/dependency-wheel.src.js +1 -1
- package/esm/modules/dotplot.js +2 -2
- package/esm/modules/dotplot.src.js +3 -2
- package/esm/modules/drag-panes.js +1 -1
- package/esm/modules/drag-panes.src.js +1 -1
- package/esm/modules/draggable-points.js +2 -2
- package/esm/modules/draggable-points.src.js +2 -3
- package/esm/modules/drilldown.js +2 -2
- package/esm/modules/drilldown.src.js +5 -4
- package/esm/modules/dumbbell.js +2 -2
- package/esm/modules/dumbbell.src.js +37 -9
- package/esm/modules/export-data.js +2 -2
- package/esm/modules/export-data.src.js +17 -16
- package/esm/modules/exporting.js +2 -2
- package/esm/modules/exporting.src.js +7 -7
- package/esm/modules/flowmap.js +2 -2
- package/esm/modules/flowmap.src.js +21 -11
- package/esm/modules/full-screen.js +1 -1
- package/esm/modules/full-screen.src.js +1 -1
- package/esm/modules/funnel.js +2 -2
- package/esm/modules/funnel.src.js +2 -2
- package/esm/modules/funnel3d.js +2 -2
- package/esm/modules/funnel3d.src.js +14 -13
- package/esm/modules/gantt.js +2 -2
- package/esm/modules/gantt.src.js +93 -76
- package/esm/modules/geoheatmap.js +2 -2
- package/esm/modules/geoheatmap.src.js +8 -8
- package/esm/modules/grid-axis.js +2 -2
- package/esm/modules/grid-axis.src.js +4 -4
- package/esm/modules/heatmap.js +2 -2
- package/esm/modules/heatmap.src.js +22 -22
- package/esm/modules/heikinashi.js +1 -1
- package/esm/modules/heikinashi.src.js +1 -1
- package/esm/modules/histogram-bellcurve.js +1 -1
- package/esm/modules/histogram-bellcurve.src.js +15 -3
- package/esm/modules/hollowcandlestick.js +1 -1
- package/esm/modules/hollowcandlestick.src.js +1 -1
- package/esm/modules/item-series.js +2 -2
- package/esm/modules/item-series.src.js +18 -6
- package/esm/modules/lollipop.js +1 -1
- package/esm/modules/lollipop.src.js +1 -1
- package/esm/modules/map.js +2 -2
- package/esm/modules/map.src.js +65 -57
- package/esm/modules/marker-clusters.js +1 -1
- package/esm/modules/marker-clusters.src.js +1 -1
- package/esm/modules/mouse-wheel-zoom.js +2 -2
- package/esm/modules/mouse-wheel-zoom.src.js +3 -3
- package/esm/modules/navigator.js +2 -2
- package/esm/modules/navigator.src.js +47 -45
- package/esm/modules/networkgraph.js +2 -2
- package/esm/modules/networkgraph.src.js +31 -21
- package/esm/modules/no-data-to-display.js +1 -1
- package/esm/modules/no-data-to-display.src.js +1 -1
- package/esm/modules/non-cartesian-zoom.js +1 -1
- package/esm/modules/non-cartesian-zoom.src.js +1 -1
- package/esm/modules/offline-exporting.js +1 -1
- package/esm/modules/offline-exporting.src.js +1 -1
- package/esm/modules/organization.js +2 -2
- package/esm/modules/organization.src.js +3 -2
- package/esm/modules/parallel-coordinates.js +2 -2
- package/esm/modules/parallel-coordinates.src.js +2 -2
- package/esm/modules/pareto.js +1 -1
- package/esm/modules/pareto.src.js +1 -1
- package/esm/modules/pathfinder.js +2 -2
- package/esm/modules/pathfinder.src.js +7 -6
- package/esm/modules/pattern-fill.js +2 -2
- package/esm/modules/pattern-fill.src.js +7 -5
- package/esm/modules/pictorial.js +2 -2
- package/esm/modules/pictorial.src.js +10 -6
- package/esm/modules/pointandfigure.js +1 -1
- package/esm/modules/pointandfigure.src.js +1 -1
- package/esm/modules/price-indicator.js +2 -2
- package/esm/modules/price-indicator.src.js +5 -4
- package/esm/modules/pyramid3d.js +1 -1
- package/esm/modules/pyramid3d.src.js +1 -1
- package/esm/modules/renko.js +1 -1
- package/esm/modules/renko.src.js +1 -1
- package/esm/modules/sankey.js +2 -2
- package/esm/modules/sankey.src.js +34 -20
- package/esm/modules/series-label.js +2 -2
- package/esm/modules/series-label.src.js +7 -7
- package/esm/modules/series-on-point.js +1 -1
- package/esm/modules/series-on-point.src.js +1 -1
- package/esm/modules/solid-gauge.js +2 -2
- package/esm/modules/solid-gauge.src.js +2 -2
- package/esm/modules/sonification.js +2 -2
- package/esm/modules/sonification.src.js +19 -19
- package/esm/modules/static-scale.js +1 -1
- package/esm/modules/static-scale.src.js +1 -1
- package/esm/modules/stock-tools.js +3 -3
- package/esm/modules/stock-tools.src.js +15 -10
- package/esm/modules/stock.js +2 -2
- package/esm/modules/stock.src.js +90 -76
- package/esm/modules/streamgraph.js +1 -1
- package/esm/modules/streamgraph.src.js +1 -1
- package/esm/modules/sunburst.js +2 -2
- package/esm/modules/sunburst.src.js +41 -26
- package/esm/modules/textpath.js +1 -1
- package/esm/modules/textpath.src.js +1 -1
- package/esm/modules/tiledwebmap.js +2 -2
- package/esm/modules/tiledwebmap.src.js +8 -6
- package/esm/modules/tilemap.js +2 -2
- package/esm/modules/tilemap.src.js +3 -3
- package/esm/modules/timeline.js +2 -2
- package/esm/modules/timeline.src.js +5 -4
- package/esm/modules/treegraph.js +2 -2
- package/esm/modules/treegraph.src.js +17 -8
- package/esm/modules/treegrid.js +2 -2
- package/esm/modules/treegrid.src.js +28 -18
- package/esm/modules/treemap.js +2 -2
- package/esm/modules/treemap.src.js +35 -22
- package/esm/modules/variable-pie.js +2 -2
- package/esm/modules/variable-pie.src.js +6 -4
- package/esm/modules/variwide.js +2 -2
- package/esm/modules/variwide.src.js +2 -2
- package/esm/modules/vector.js +1 -1
- package/esm/modules/vector.src.js +1 -1
- package/esm/modules/venn.js +1 -1
- package/esm/modules/venn.src.js +1 -1
- package/esm/modules/windbarb.js +2 -2
- package/esm/modules/windbarb.src.js +2 -2
- package/esm/modules/wordcloud.js +1 -1
- package/esm/modules/wordcloud.src.js +1 -1
- package/esm/modules/xrange.js +1 -1
- package/esm/modules/xrange.src.js +1 -1
- package/esm/standalone-navigator.js +4 -4
- package/esm/standalone-navigator.src.js +355 -249
- package/esm/themes/adaptive.js +1 -1
- package/esm/themes/adaptive.src.js +1 -1
- package/esm/themes/avocado.js +1 -1
- package/esm/themes/avocado.src.js +1 -1
- package/esm/themes/dark-unica.js +1 -1
- package/esm/themes/dark-unica.src.js +1 -1
- package/esm/themes/grid-light.js +1 -1
- package/esm/themes/grid-light.src.js +1 -1
- package/esm/themes/high-contrast.js +1 -1
- package/esm/themes/high-contrast.src.js +1 -1
- package/esm/themes/sand-signika.js +1 -1
- package/esm/themes/sand-signika.src.js +1 -1
- package/esm/themes/sunset.js +1 -1
- package/esm/themes/sunset.src.js +1 -1
- package/highcharts-3d.js +2 -2
- package/highcharts-3d.src.js +40 -32
- package/highcharts-autoload.d.ts +8 -2
- package/highcharts-autoload.js +4 -4
- package/highcharts-autoload.src.d.ts +8 -2
- package/highcharts-autoload.src.js +313 -208
- package/highcharts-gantt.js +4 -4
- package/highcharts-gantt.src.js +404 -283
- package/highcharts-more.js +2 -2
- package/highcharts-more.src.js +90 -56
- package/highcharts.d.ts +61 -4
- package/highcharts.js +4 -4
- package/highcharts.src.d.ts +61 -4
- package/highcharts.src.js +312 -207
- package/highmaps.js +4 -4
- package/highmaps.src.js +390 -272
- package/highstock.js +4 -4
- package/highstock.src.js +413 -293
- package/i18n/fr-FR.js +1 -1
- package/i18n/fr-FR.src.js +1 -1
- package/i18n/nb-NO.js +1 -1
- package/i18n/nb-NO.src.js +1 -1
- package/i18n/zh-CN.js +1 -1
- package/i18n/zh-CN.src.js +1 -1
- 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 +2 -2
- package/indicators/aroon.src.js +3 -3
- 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 +2 -2
- package/indicators/dpo.src.js +4 -3
- package/indicators/ichimoku-kinko-hyo.js +1 -1
- package/indicators/ichimoku-kinko-hyo.src.js +1 -1
- package/indicators/indicators-all.js +2 -2
- package/indicators/indicators-all.src.js +8 -7
- package/indicators/indicators.js +2 -2
- package/indicators/indicators.src.js +2 -2
- 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 +2 -2
- package/indicators/slow-stochastic.js +1 -1
- package/indicators/slow-stochastic.src.js +1 -1
- package/indicators/stochastic.js +1 -1
- package/indicators/stochastic.src.js +1 -1
- package/indicators/supertrend.js +1 -1
- package/indicators/supertrend.src.js +1 -1
- package/indicators/tema.js +1 -1
- package/indicators/tema.src.js +1 -1
- package/indicators/trendline.js +1 -1
- package/indicators/trendline.src.js +1 -1
- package/indicators/trix.js +1 -1
- package/indicators/trix.src.js +1 -1
- package/indicators/volume-by-price.js +1 -1
- package/indicators/volume-by-price.src.js +1 -1
- package/indicators/vwap.js +1 -1
- package/indicators/vwap.src.js +1 -1
- package/indicators/williams-r.js +1 -1
- package/indicators/williams-r.src.js +1 -1
- package/indicators/wma.js +1 -1
- package/indicators/wma.src.js +1 -1
- package/indicators/zigzag.js +1 -1
- package/indicators/zigzag.src.js +1 -1
- package/modules/accessibility.js +2 -2
- package/modules/accessibility.src.js +69 -63
- package/modules/annotations-advanced.js +3 -3
- package/modules/annotations-advanced.src.js +25 -23
- package/modules/annotations.js +3 -3
- package/modules/annotations.src.js +21 -19
- package/modules/arc-diagram.js +2 -2
- package/modules/arc-diagram.src.js +16 -15
- package/modules/arrow-symbols.js +1 -1
- package/modules/arrow-symbols.src.js +1 -1
- package/modules/boost-canvas.js +2 -2
- package/modules/boost-canvas.src.js +29 -20
- package/modules/boost.js +2 -2
- package/modules/boost.src.js +28 -19
- package/modules/broken-axis.js +2 -2
- package/modules/broken-axis.src.js +6 -5
- package/modules/bullet.js +2 -2
- package/modules/bullet.src.js +17 -10
- package/modules/coloraxis.js +2 -2
- package/modules/coloraxis.src.js +18 -11
- package/modules/contour.js +4 -4
- package/modules/contour.src.js +19 -12
- package/modules/current-date-indicator.js +1 -1
- package/modules/current-date-indicator.src.js +1 -1
- package/modules/cylinder.js +2 -2
- package/modules/cylinder.src.js +9 -10
- package/modules/data-sorting.js +1 -1
- package/modules/data-sorting.src.js +1 -1
- package/modules/data-tools.js +2 -2
- package/modules/data-tools.src.js +20 -3
- package/modules/data.js +1 -1
- package/modules/data.src.js +1 -1
- package/modules/datagrouping.js +2 -2
- package/modules/datagrouping.src.js +6 -5
- 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 +2 -2
- package/modules/dotplot.src.js +3 -2
- package/modules/drag-panes.js +1 -1
- package/modules/drag-panes.src.js +1 -1
- package/modules/draggable-points.js +2 -2
- package/modules/draggable-points.src.js +2 -3
- package/modules/drilldown.js +2 -2
- package/modules/drilldown.src.js +5 -4
- package/modules/dumbbell.js +2 -2
- package/modules/dumbbell.src.js +37 -9
- package/modules/export-data.js +2 -2
- package/modules/export-data.src.js +17 -16
- package/modules/exporting.js +2 -2
- package/modules/exporting.src.js +7 -7
- package/modules/flowmap.js +2 -2
- package/modules/flowmap.src.js +21 -11
- package/modules/full-screen.js +1 -1
- package/modules/full-screen.src.js +1 -1
- package/modules/funnel.js +2 -2
- package/modules/funnel.src.js +2 -2
- package/modules/funnel3d.js +2 -2
- package/modules/funnel3d.src.js +14 -13
- package/modules/gantt.js +6 -6
- package/modules/gantt.src.js +96 -79
- package/modules/geoheatmap.d.ts +0 -12
- package/modules/geoheatmap.js +2 -2
- package/modules/geoheatmap.src.d.ts +0 -12
- package/modules/geoheatmap.src.js +8 -8
- package/modules/grid-axis.js +2 -2
- package/modules/grid-axis.src.js +4 -4
- package/modules/heatmap.d.ts +0 -12
- package/modules/heatmap.js +4 -4
- package/modules/heatmap.src.d.ts +0 -12
- package/modules/heatmap.src.js +40 -33
- 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 +15 -3
- package/modules/hollowcandlestick.js +1 -1
- package/modules/hollowcandlestick.src.js +1 -1
- package/modules/item-series.js +2 -2
- package/modules/item-series.src.js +18 -6
- package/modules/lollipop.js +1 -1
- package/modules/lollipop.src.js +1 -1
- package/modules/map.d.ts +0 -12
- package/modules/map.js +4 -4
- package/modules/map.src.d.ts +0 -12
- package/modules/map.src.js +83 -68
- package/modules/marker-clusters.js +1 -1
- package/modules/marker-clusters.src.js +1 -1
- package/modules/mouse-wheel-zoom.js +2 -2
- package/modules/mouse-wheel-zoom.src.js +3 -3
- package/modules/navigator.js +2 -2
- package/modules/navigator.src.js +47 -45
- package/modules/networkgraph.js +2 -2
- package/modules/networkgraph.src.js +31 -21
- package/modules/no-data-to-display.js +1 -1
- package/modules/no-data-to-display.src.js +1 -1
- package/modules/non-cartesian-zoom.js +1 -1
- package/modules/non-cartesian-zoom.src.js +1 -1
- package/modules/offline-exporting.js +1 -1
- package/modules/offline-exporting.src.js +1 -1
- package/modules/organization.js +2 -2
- package/modules/organization.src.js +3 -2
- package/modules/parallel-coordinates.js +2 -2
- package/modules/parallel-coordinates.src.js +2 -2
- package/modules/pareto.js +1 -1
- package/modules/pareto.src.js +1 -1
- package/modules/pathfinder.js +2 -2
- package/modules/pathfinder.src.js +7 -6
- package/modules/pattern-fill.js +2 -2
- package/modules/pattern-fill.src.js +7 -5
- package/modules/pictorial.js +2 -2
- package/modules/pictorial.src.js +10 -6
- package/modules/pointandfigure.js +1 -1
- package/modules/pointandfigure.src.js +1 -1
- package/modules/price-indicator.js +2 -2
- package/modules/price-indicator.src.js +5 -4
- package/modules/pyramid3d.js +1 -1
- package/modules/pyramid3d.src.js +1 -1
- package/modules/renko.js +1 -1
- package/modules/renko.src.js +1 -1
- package/modules/sankey.js +2 -2
- package/modules/sankey.src.js +34 -20
- package/modules/series-label.js +2 -2
- package/modules/series-label.src.js +7 -7
- package/modules/series-on-point.js +1 -1
- package/modules/series-on-point.src.js +1 -1
- package/modules/solid-gauge.js +2 -2
- package/modules/solid-gauge.src.js +2 -2
- package/modules/sonification.js +2 -2
- package/modules/sonification.src.js +19 -19
- package/modules/static-scale.js +1 -1
- package/modules/static-scale.src.js +1 -1
- package/modules/stock-tools.js +3 -3
- package/modules/stock-tools.src.js +15 -10
- package/modules/stock.js +6 -6
- package/modules/stock.src.js +105 -89
- package/modules/streamgraph.js +1 -1
- package/modules/streamgraph.src.js +1 -1
- package/modules/sunburst.js +2 -2
- package/modules/sunburst.src.js +41 -26
- package/modules/textpath.js +1 -1
- package/modules/textpath.src.js +1 -1
- package/modules/tiledwebmap.js +2 -2
- package/modules/tiledwebmap.src.js +8 -6
- package/modules/tilemap.js +2 -2
- package/modules/tilemap.src.js +3 -3
- package/modules/timeline.js +2 -2
- package/modules/timeline.src.js +5 -4
- package/modules/treegraph.js +2 -2
- package/modules/treegraph.src.js +17 -8
- package/modules/treegrid.js +2 -2
- package/modules/treegrid.src.js +28 -18
- package/modules/treemap.js +2 -2
- package/modules/treemap.src.js +35 -22
- package/modules/variable-pie.js +2 -2
- package/modules/variable-pie.src.js +6 -4
- package/modules/variwide.js +2 -2
- package/modules/variwide.src.js +2 -2
- 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 +2 -2
- package/modules/windbarb.src.js +2 -2
- 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 +2 -3
- package/standalone-navigator.js +4 -4
- package/standalone-navigator.src.js +355 -249
- package/themes/adaptive.js +1 -1
- package/themes/adaptive.src.js +1 -1
- package/themes/avocado.js +1 -1
- package/themes/avocado.src.js +1 -1
- package/themes/dark-unica.js +1 -1
- package/themes/dark-unica.src.js +1 -1
- package/themes/grid-light.js +1 -1
- package/themes/grid-light.src.js +1 -1
- package/themes/high-contrast.js +1 -1
- package/themes/high-contrast.src.js +1 -1
- package/themes/sand-signika.js +1 -1
- package/themes/sand-signika.src.js +1 -1
- package/themes/sunset.js +1 -1
- package/themes/sunset.src.js +1 -1
package/bower.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "highcharts",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.2",
|
|
4
4
|
"main": "highcharts.js",
|
|
5
5
|
"license": "https://www.highcharts.com/license",
|
|
6
6
|
"types": "highcharts.d.ts",
|
|
@@ -15,6 +15,5 @@
|
|
|
15
15
|
"svg2pdf.js": {
|
|
16
16
|
"optional": true
|
|
17
17
|
}
|
|
18
|
-
}
|
|
19
|
-
"module": "esm/highcharts.js"
|
|
18
|
+
}
|
|
20
19
|
}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
'use strict';
|
|
15
15
|
import F from '../Core/Templating.js';
|
|
16
16
|
const { format } = F;
|
|
17
|
-
import { getNestedProperty
|
|
17
|
+
import { getNestedProperty } from '../Shared/Utilities.js';
|
|
18
18
|
/* *
|
|
19
19
|
*
|
|
20
20
|
* Composition
|
|
@@ -80,13 +80,13 @@ var A11yI18nComposition;
|
|
|
80
80
|
const pluralEnd = (statement.slice(pluralStart).indexOf(')') + pluralStart), pluralStatement = statement.substring(pluralStart + 8, pluralEnd), pluralArguments = pluralStatement.split(','), num = Number(getNestedProperty(pluralArguments[0], ctx));
|
|
81
81
|
switch (num) {
|
|
82
82
|
case 0:
|
|
83
|
-
result =
|
|
83
|
+
result = (pluralArguments[4] ?? pluralArguments[1]);
|
|
84
84
|
break;
|
|
85
85
|
case 1:
|
|
86
|
-
result =
|
|
86
|
+
result = (pluralArguments[2] ?? pluralArguments[1]);
|
|
87
87
|
break;
|
|
88
88
|
case 2:
|
|
89
|
-
result =
|
|
89
|
+
result = (pluralArguments[3] ?? pluralArguments[1]);
|
|
90
90
|
break;
|
|
91
91
|
default:
|
|
92
92
|
result = pluralArguments[1];
|
|
@@ -26,7 +26,7 @@ import H from '../../Core/Globals.js';
|
|
|
26
26
|
const { doc } = H;
|
|
27
27
|
import HU from '../Utils/HTMLUtilities.js';
|
|
28
28
|
const { addClass, getElement, getHeadingTagNameForElement, stripHTMLTagsFromString, visuallyHideElement } = HU;
|
|
29
|
-
import { attr,
|
|
29
|
+
import { attr, replaceNested } from '../../Shared/Utilities.js';
|
|
30
30
|
/* *
|
|
31
31
|
*
|
|
32
32
|
* Functions
|
|
@@ -506,9 +506,11 @@ class InfoRegionsComponent extends AccessibilityComponent {
|
|
|
506
506
|
getAxesDescription() {
|
|
507
507
|
const chart = this.chart, shouldDescribeColl = function (collectionKey, defaultCondition) {
|
|
508
508
|
const axes = chart[collectionKey];
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
axes[0].options.accessibility.enabled
|
|
509
|
+
const axisA11yEnabled = axes[0] ?
|
|
510
|
+
(axes[0].options.accessibility &&
|
|
511
|
+
axes[0].options.accessibility.enabled) :
|
|
512
|
+
void 0;
|
|
513
|
+
return axes.length > 1 || (axisA11yEnabled ?? defaultCondition);
|
|
512
514
|
}, hasNoMap = !!chart.types &&
|
|
513
515
|
chart.types.indexOf('map') < 0 &&
|
|
514
516
|
chart.types.indexOf('treemap') < 0 &&
|
|
@@ -21,7 +21,7 @@ import KeyboardNavigationHandler from '../KeyboardNavigationHandler.js';
|
|
|
21
21
|
import CU from '../Utils/ChartUtilities.js';
|
|
22
22
|
const { getChartTitle } = CU;
|
|
23
23
|
import HU from '../Utils/HTMLUtilities.js';
|
|
24
|
-
import { addEvent, fireEvent, isNumber,
|
|
24
|
+
import { addEvent, fireEvent, isNumber, syncTimeout } from '../../Shared/Utilities.js';
|
|
25
25
|
const { stripHTMLTagsFromString: stripHTMLTags, addClass, removeClass } = HU;
|
|
26
26
|
/* *
|
|
27
27
|
*
|
|
@@ -118,7 +118,7 @@ class LegendComponent extends AccessibilityComponent {
|
|
|
118
118
|
this.chart.renderer &&
|
|
119
119
|
component.recreateProxies()) {
|
|
120
120
|
syncTimeout(() => component.proxyProvider
|
|
121
|
-
.updateGroupProxyElementPositions('legend'), animObject(
|
|
121
|
+
.updateGroupProxyElementPositions('legend'), animObject((this.chart.renderer.globalAnimation ?? true)).duration);
|
|
122
122
|
}
|
|
123
123
|
});
|
|
124
124
|
}
|
|
@@ -28,7 +28,7 @@ import HU from '../Utils/HTMLUtilities.js';
|
|
|
28
28
|
const { getFakeMouseEvent } = HU;
|
|
29
29
|
import CU from '../Utils/ChartUtilities.js';
|
|
30
30
|
const { getAxisRangeDescription, fireEventOnWrappedOrUnwrappedElement } = CU;
|
|
31
|
-
import { clamp, internalClearTimeout,
|
|
31
|
+
import { clamp, internalClearTimeout, syncTimeout } from '../../Shared/Utilities.js';
|
|
32
32
|
/**
|
|
33
33
|
* The NavigatorComponent class
|
|
34
34
|
*
|
|
@@ -52,7 +52,7 @@ class NavigatorComponent extends AccessibilityComponent {
|
|
|
52
52
|
component.proxyProvider
|
|
53
53
|
.updateGroupProxyElementPositions('navigator');
|
|
54
54
|
component.updateHandleValues();
|
|
55
|
-
}, animObject(
|
|
55
|
+
}, animObject((this.chart.renderer.globalAnimation ?? true)).duration);
|
|
56
56
|
}
|
|
57
57
|
});
|
|
58
58
|
}
|
|
@@ -20,7 +20,7 @@ import F from '../../../Core/Templating.js';
|
|
|
20
20
|
const { format, numberFormat } = F;
|
|
21
21
|
import HTMLUtilities from '../../Utils/HTMLUtilities.js';
|
|
22
22
|
const { reverseChildNodes, stripHTMLTagsFromString: stripHTMLTags } = HTMLUtilities;
|
|
23
|
-
import { defined, find, isString, isNumber
|
|
23
|
+
import { defined, find, isString, isNumber } from '../../../Shared/Utilities.js';
|
|
24
24
|
/* *
|
|
25
25
|
*
|
|
26
26
|
* Functions
|
|
@@ -77,11 +77,11 @@ function addMockPointElement(point) {
|
|
|
77
77
|
const series = point.series, firstPointWithGraphic = findFirstPointWithGraphic(point), firstGraphic = firstPointWithGraphic && firstPointWithGraphic.graphic, parentGroup = firstGraphic ?
|
|
78
78
|
firstGraphic.parentGroup :
|
|
79
79
|
series.graph || series.group, mockPos = firstPointWithGraphic ? {
|
|
80
|
-
x:
|
|
81
|
-
y:
|
|
80
|
+
x: (point.plotX ?? firstPointWithGraphic.plotX ?? 0),
|
|
81
|
+
y: (point.plotY ?? firstPointWithGraphic.plotY ?? 0)
|
|
82
82
|
} : {
|
|
83
|
-
x:
|
|
84
|
-
y:
|
|
83
|
+
x: (point.plotX ?? 0),
|
|
84
|
+
y: (point.plotY ?? 0)
|
|
85
85
|
}, mockElement = makeMockElement(point, mockPos);
|
|
86
86
|
if (parentGroup && parentGroup.element) {
|
|
87
87
|
point.graphic = mockElement;
|
|
@@ -193,7 +193,7 @@ function getPointXDescription(point) {
|
|
|
193
193
|
*/
|
|
194
194
|
function getPointArrayMapValueDescription(point, prefix, suffix) {
|
|
195
195
|
const pre = prefix || '', suf = suffix || '', keyToValStr = function (key) {
|
|
196
|
-
const num = pointNumberToString(point,
|
|
196
|
+
const num = pointNumberToString(point, (point[key] ?? point.options[key]));
|
|
197
197
|
return num !== void 0 ?
|
|
198
198
|
key + ': ' + pre + num + suf :
|
|
199
199
|
num;
|
|
@@ -253,9 +253,10 @@ function getPointAnnotationDescription(point) {
|
|
|
253
253
|
function getPointValueDescription(point) {
|
|
254
254
|
const series = point.series, chart = series.chart, seriesA11yOptions = series.options.accessibility, seriesValueDescFormat = seriesA11yOptions && seriesA11yOptions.point &&
|
|
255
255
|
seriesA11yOptions.point.valueDescriptionFormat, pointValueDescriptionFormat = seriesValueDescFormat ||
|
|
256
|
-
chart.options.accessibility.point.valueDescriptionFormat, showXDescription =
|
|
256
|
+
chart.options.accessibility.point.valueDescriptionFormat, showXDescription = ((series.xAxis &&
|
|
257
257
|
series.xAxis.options.accessibility &&
|
|
258
|
-
series.xAxis.options.accessibility.enabled
|
|
258
|
+
series.xAxis.options.accessibility.enabled) ??
|
|
259
|
+
(!chart.angular && series.type !== 'flowmap')), xDesc = showXDescription ? getPointXDescription(point) : '', context = {
|
|
259
260
|
point: point,
|
|
260
261
|
index: defined(point.index) ? (point.index + 1) : '',
|
|
261
262
|
xDescription: xDesc,
|
|
@@ -340,8 +341,10 @@ function defaultSeriesDescriptionFormatter(series) {
|
|
|
340
341
|
seriesNumber,
|
|
341
342
|
series,
|
|
342
343
|
chart
|
|
343
|
-
}, combinationSuffix = chartTypes.length > 1 ? 'Combination' : '', summary = chart.langFormat('accessibility.series.summary.' + series.type + combinationSuffix, summaryContext) || chart.langFormat('accessibility.series.summary.default' + combinationSuffix, summaryContext), axisDescription = (shouldDescribeAxis('yAxis') ? ' ' + yAxisInfo + '.' : '') + (shouldDescribeAxis('xAxis') ? ' ' + xAxisInfo + '.' : ''), formatStr =
|
|
344
|
-
series.options.accessibility.descriptionFormat
|
|
344
|
+
}, combinationSuffix = chartTypes.length > 1 ? 'Combination' : '', summary = chart.langFormat('accessibility.series.summary.' + series.type + combinationSuffix, summaryContext) || chart.langFormat('accessibility.series.summary.default' + combinationSuffix, summaryContext), axisDescription = (shouldDescribeAxis('yAxis') ? ' ' + yAxisInfo + '.' : '') + (shouldDescribeAxis('xAxis') ? ' ' + xAxisInfo + '.' : ''), formatStr = ((series.options.accessibility &&
|
|
345
|
+
series.options.accessibility.descriptionFormat) ??
|
|
346
|
+
chart.options.accessibility.series.descriptionFormat ??
|
|
347
|
+
'');
|
|
345
348
|
return format(formatStr, {
|
|
346
349
|
seriesDescription: summary,
|
|
347
350
|
authorDescription: (description ? ' ' + description : ''),
|
|
@@ -18,7 +18,7 @@ const { unhideChartElementFromAT } = CU;
|
|
|
18
18
|
import HU from '../Utils/HTMLUtilities.js';
|
|
19
19
|
const { getFakeMouseEvent } = HU;
|
|
20
20
|
import KeyboardNavigationHandler from '../KeyboardNavigationHandler.js';
|
|
21
|
-
import { attr
|
|
21
|
+
import { attr } from '../../Shared/Utilities.js';
|
|
22
22
|
/* *
|
|
23
23
|
*
|
|
24
24
|
* Functions
|
|
@@ -274,7 +274,7 @@ class ZoomComponent extends AccessibilityComponent {
|
|
|
274
274
|
[keys.space, keys.enter],
|
|
275
275
|
function () {
|
|
276
276
|
const res = onClick(this, chart);
|
|
277
|
-
return
|
|
277
|
+
return (res ?? this.response.success);
|
|
278
278
|
}
|
|
279
279
|
]
|
|
280
280
|
],
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*
|
|
13
13
|
* */
|
|
14
14
|
'use strict';
|
|
15
|
-
import { addEvent
|
|
15
|
+
import { addEvent } from '../Shared/Utilities.js';
|
|
16
16
|
/* *
|
|
17
17
|
*
|
|
18
18
|
* Composition
|
|
@@ -150,7 +150,7 @@ var FocusBorderComposition;
|
|
|
150
150
|
this.removeFocusBorder();
|
|
151
151
|
}
|
|
152
152
|
// Add the border rect
|
|
153
|
-
const bb = this.getBBox(), pad =
|
|
153
|
+
const bb = this.getBBox(), pad = (margin ?? 3), parent = this.parentGroup, scaleX = this.scaleX || parent && parent.scaleX, scaleY = this.scaleY || parent && parent.scaleY, oneDefined = scaleX ? !scaleY : scaleY, scaleBoth = oneDefined ? Math.abs(scaleX || scaleY || 1) :
|
|
154
154
|
(Math.abs(scaleX || 1) + Math.abs(scaleY || 1)) / 2, lineHeight = this.renderer.fontMetrics(this).h;
|
|
155
155
|
bb.x += this.translateX ? this.translateX : 0;
|
|
156
156
|
bb.y += this.translateY ? this.translateY : 0;
|
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
*/
|
|
65
65
|
/* eslint-enable max-len */
|
|
66
66
|
'use strict';
|
|
67
|
-
import { pick } from '../../Shared/Utilities.js';
|
|
68
67
|
import { error } from '../../Core/Utilities.js';
|
|
69
68
|
/* *
|
|
70
69
|
*
|
|
@@ -84,7 +83,7 @@ function traverseSetOption(root, optionAsArray, val) {
|
|
|
84
83
|
let opt = root, prop, i = 0;
|
|
85
84
|
for (; i < optionAsArray.length - 1; ++i) {
|
|
86
85
|
prop = optionAsArray[i];
|
|
87
|
-
opt = opt[prop] =
|
|
86
|
+
opt = opt[prop] = (opt[prop] ?? {});
|
|
88
87
|
}
|
|
89
88
|
opt[optionAsArray[optionAsArray.length - 1]] = val;
|
|
90
89
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* */
|
|
12
12
|
'use strict';
|
|
13
13
|
import Fx from './Fx.js';
|
|
14
|
-
import { defined, getStyle, isArray, isNumber, isObject, merge, objectEach
|
|
14
|
+
import { defined, getStyle, isArray, isNumber, isObject, merge, objectEach } from '../../Shared/Utilities.js';
|
|
15
15
|
/* *
|
|
16
16
|
*
|
|
17
17
|
* Functions
|
|
@@ -34,7 +34,8 @@ import { defined, getStyle, isArray, isNumber, isObject, merge, objectEach, pick
|
|
|
34
34
|
* so it should be moved to the SVGRenderer.
|
|
35
35
|
*/
|
|
36
36
|
export function setAnimation(animation, chart) {
|
|
37
|
-
chart.renderer.globalAnimation =
|
|
37
|
+
chart.renderer.globalAnimation =
|
|
38
|
+
animation ?? chart.options.chart.animation ?? true;
|
|
38
39
|
}
|
|
39
40
|
/**
|
|
40
41
|
* Get the animation in object form, where a disabled animation is always
|
|
@@ -22,14 +22,9 @@ const { registerEventOptions } = F;
|
|
|
22
22
|
import H from '../Globals.js';
|
|
23
23
|
const { deg2rad } = H;
|
|
24
24
|
import Tick from './Tick.js';
|
|
25
|
-
import { arrayMax, arrayMin, clamp, correctFloat, defined, destroyObjectProperties, erase, extend, fireEvent, getClosestDistance, isArray, isNumber, isString, merge, normalizeTickInterval, objectEach,
|
|
25
|
+
import { arrayMax, arrayMin, clamp, correctFloat, defined, destroyObjectProperties, erase, extend, fireEvent, getClosestDistance, isArray, isNumber, isString, merge, normalizeTickInterval, objectEach, relativeLength, removeEvent, splat, syncTimeout } from '../../Shared/Utilities.js';
|
|
26
26
|
import { error, insertItem } from '../Utilities.js';
|
|
27
|
-
const getNormalizedTickInterval = (axis, tickInterval) => normalizeTickInterval(tickInterval, void 0, void 0,
|
|
28
|
-
// If the tick interval is greater than 0.5, avoid decimals, as
|
|
29
|
-
// linear axes are often used to render discrete values (#3363). If
|
|
30
|
-
// a tick amount is set, allow decimals by default, as it increases
|
|
31
|
-
// the chances for a good fit.
|
|
32
|
-
tickInterval < 0.5 || axis.tickAmount !== void 0), !!axis.tickAmount);
|
|
27
|
+
const getNormalizedTickInterval = (axis, tickInterval) => normalizeTickInterval(tickInterval, void 0, void 0, (axis.options.allowDecimals ?? (tickInterval < 0.5 || axis.tickAmount !== void 0)), !!axis.tickAmount);
|
|
33
28
|
extend(defaultOptions, { xAxis, yAxis: merge(xAxis, yAxis) });
|
|
34
29
|
/* *
|
|
35
30
|
*
|
|
@@ -137,7 +132,7 @@ class Axis {
|
|
|
137
132
|
axis.coll = coll;
|
|
138
133
|
fireEvent(this, 'init', { userOptions: userOptions });
|
|
139
134
|
// Needed in setOptions
|
|
140
|
-
axis.opposite =
|
|
135
|
+
axis.opposite = (userOptions.opposite ?? axis.opposite);
|
|
141
136
|
/**
|
|
142
137
|
* The side on which the axis is rendered. 0 is top, 1 is right, 2
|
|
143
138
|
* is bottom and 3 is left.
|
|
@@ -145,10 +140,9 @@ class Axis {
|
|
|
145
140
|
* @name Highcharts.Axis#side
|
|
146
141
|
* @type {number}
|
|
147
142
|
*/
|
|
148
|
-
axis.side =
|
|
143
|
+
axis.side = (userOptions.side ?? axis.side ?? (horiz ?
|
|
149
144
|
(axis.opposite ? 0 : 2) : // Top : bottom
|
|
150
|
-
(axis.opposite ? 1 : 3))
|
|
151
|
-
);
|
|
145
|
+
(axis.opposite ? 1 : 3)));
|
|
152
146
|
/**
|
|
153
147
|
* Current options for the axis after merge of defaults and user's
|
|
154
148
|
* options.
|
|
@@ -177,7 +171,7 @@ class Axis {
|
|
|
177
171
|
* @name Highcharts.Axis#reversed
|
|
178
172
|
* @type {boolean}
|
|
179
173
|
*/
|
|
180
|
-
axis.reversed =
|
|
174
|
+
axis.reversed = (options.reversed ?? axis.reversed);
|
|
181
175
|
axis.visible = options.visible;
|
|
182
176
|
axis.zoomEnabled = options.zoomEnabled;
|
|
183
177
|
// Initial categories
|
|
@@ -265,7 +259,7 @@ class Axis {
|
|
|
265
259
|
* @name Highcharts.Axis#crosshair
|
|
266
260
|
* @type {boolean|Highcharts.AxisCrosshairOptions}
|
|
267
261
|
*/
|
|
268
|
-
const crosshair =
|
|
262
|
+
const crosshair = options.crosshair ?? splat(chart.options.tooltip.crosshairs)[isXAxis ? 0 : 1];
|
|
269
263
|
axis.crosshair = crosshair === true ? {} : crosshair;
|
|
270
264
|
// Register. Don't add it again on Axis.update().
|
|
271
265
|
if (chart.axes.indexOf(axis) === -1) { //
|
|
@@ -449,8 +443,8 @@ class Axis {
|
|
|
449
443
|
seriesDataMax = xExtremes.max;
|
|
450
444
|
}
|
|
451
445
|
if (xData.length) {
|
|
452
|
-
axis.dataMin = Math.min(
|
|
453
|
-
axis.dataMax = Math.max(
|
|
446
|
+
axis.dataMin = Math.min((axis.dataMin ?? seriesDataMin), seriesDataMin);
|
|
447
|
+
axis.dataMax = Math.max((axis.dataMax ?? seriesDataMax), seriesDataMax);
|
|
454
448
|
}
|
|
455
449
|
}
|
|
456
450
|
// Get dataMin and dataMax for Y axes, as well as handle
|
|
@@ -465,11 +459,11 @@ class Axis {
|
|
|
465
459
|
// doesn't have active y data, we continue with nulls
|
|
466
460
|
if (isNumber(dataExtremes.dataMin)) {
|
|
467
461
|
seriesDataMin = dataExtremes.dataMin;
|
|
468
|
-
axis.dataMin = Math.min(
|
|
462
|
+
axis.dataMin = Math.min((axis.dataMin ?? seriesDataMin), seriesDataMin);
|
|
469
463
|
}
|
|
470
464
|
if (isNumber(dataExtremes.dataMax)) {
|
|
471
465
|
seriesDataMax = dataExtremes.dataMax;
|
|
472
|
-
axis.dataMax = Math.max(
|
|
466
|
+
axis.dataMax = Math.max((axis.dataMax ?? seriesDataMax), seriesDataMax);
|
|
473
467
|
}
|
|
474
468
|
// Adjust to threshold
|
|
475
469
|
if (defined(threshold)) {
|
|
@@ -624,7 +618,7 @@ class Axis {
|
|
|
624
618
|
translatedValue
|
|
625
619
|
};
|
|
626
620
|
fireEvent(this, 'getPlotLinePath', evt, function (e) {
|
|
627
|
-
translatedValue =
|
|
621
|
+
translatedValue = translatedValue ?? axis.translate(value, void 0, void 0, old);
|
|
628
622
|
// Keep the translated value within sane bounds, and avoid Infinity
|
|
629
623
|
// to fail the isNumber test (#7709).
|
|
630
624
|
translatedValue = clamp(translatedValue, -1e9, 1e9);
|
|
@@ -713,7 +707,7 @@ class Axis {
|
|
|
713
707
|
getMinorTickInterval() {
|
|
714
708
|
const { minorTicks, minorTickInterval } = this.options;
|
|
715
709
|
if (minorTicks === true) {
|
|
716
|
-
return
|
|
710
|
+
return (minorTickInterval ?? 'auto');
|
|
717
711
|
}
|
|
718
712
|
if (minorTicks === false) {
|
|
719
713
|
return;
|
|
@@ -996,7 +990,9 @@ class Axis {
|
|
|
996
990
|
const seriesPointRange = hasCategories ?
|
|
997
991
|
1 :
|
|
998
992
|
(isXAxis ?
|
|
999
|
-
|
|
993
|
+
(series.options.pointRange ??
|
|
994
|
+
closestPointRange ??
|
|
995
|
+
0) :
|
|
1000
996
|
(axis.axisPointRange || 0)), // #2806
|
|
1001
997
|
pointPlacement = series.options.pointPlacement;
|
|
1002
998
|
pointRange = Math.max(pointRange, seriesPointRange);
|
|
@@ -1080,14 +1076,16 @@ class Axis {
|
|
|
1080
1076
|
this.getTickAmount();
|
|
1081
1077
|
}
|
|
1082
1078
|
// Min or max set either by zooming/setExtremes or initial options
|
|
1083
|
-
hardMin =
|
|
1084
|
-
hardMax =
|
|
1079
|
+
hardMin = (axis.userMin ?? time.parse(options.min));
|
|
1080
|
+
hardMax = (axis.userMax ?? time.parse(options.max));
|
|
1085
1081
|
// Linked axis gets the extremes from the parent axis
|
|
1086
1082
|
if (linkedParent) {
|
|
1087
1083
|
axis.linkedParent = linkedParent;
|
|
1088
1084
|
linkedParentExtremes = linkedParent.getExtremes();
|
|
1089
|
-
axis.min =
|
|
1090
|
-
|
|
1085
|
+
axis.min =
|
|
1086
|
+
linkedParentExtremes.min ?? linkedParentExtremes.dataMin;
|
|
1087
|
+
axis.max =
|
|
1088
|
+
linkedParentExtremes.max ?? linkedParentExtremes.dataMax;
|
|
1091
1089
|
if (this.type !== linkedParent.type) {
|
|
1092
1090
|
// Can't link axes of different type
|
|
1093
1091
|
error(11, true, chart);
|
|
@@ -1109,14 +1107,14 @@ class Axis {
|
|
|
1109
1107
|
maxPadding = 0;
|
|
1110
1108
|
}
|
|
1111
1109
|
}
|
|
1112
|
-
axis.min =
|
|
1113
|
-
axis.max =
|
|
1110
|
+
axis.min = (hardMin ?? thresholdMin ?? dataMin);
|
|
1111
|
+
axis.max = (hardMax ?? thresholdMax ?? dataMax);
|
|
1114
1112
|
}
|
|
1115
1113
|
if (isNumber(axis.max) && isNumber(axis.min)) {
|
|
1116
1114
|
if (logarithmic) {
|
|
1117
1115
|
if (axis.positiveValuesOnly &&
|
|
1118
1116
|
!secondPass &&
|
|
1119
|
-
Math.min(axis.min,
|
|
1117
|
+
Math.min(axis.min, (dataMin ?? axis.min)) <= 0) { // #978
|
|
1120
1118
|
// Can't plot negative values on log axis
|
|
1121
1119
|
error(10, true, chart);
|
|
1122
1120
|
}
|
|
@@ -1222,16 +1220,13 @@ class Axis {
|
|
|
1222
1220
|
axis.tickInterval = tickIntervalOption = linkedParent.tickInterval;
|
|
1223
1221
|
}
|
|
1224
1222
|
else {
|
|
1225
|
-
axis.tickInterval =
|
|
1223
|
+
axis.tickInterval = tickIntervalOption ?? (this.tickAmount ?
|
|
1226
1224
|
range / Math.max(this.tickAmount - 1, 1) :
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
// Don't let it be more than the data range
|
|
1233
|
-
range * tickPixelIntervalOption /
|
|
1234
|
-
Math.max(axis.len, tickPixelIntervalOption));
|
|
1225
|
+
categories ?
|
|
1226
|
+
1 :
|
|
1227
|
+
// Don't let it be more than the data range
|
|
1228
|
+
range * tickPixelIntervalOption /
|
|
1229
|
+
Math.max(axis.len, tickPixelIntervalOption));
|
|
1235
1230
|
}
|
|
1236
1231
|
// Now we're finished detecting min and max, crop and group series data.
|
|
1237
1232
|
// This is in turn needed in order to find tick positions in ordinal
|
|
@@ -1261,12 +1256,9 @@ class Axis {
|
|
|
1261
1256
|
}
|
|
1262
1257
|
// Before normalizing the tick interval, handle minimum tick interval.
|
|
1263
1258
|
// This applies only if tickInterval is not defined.
|
|
1264
|
-
const minTickInterval =
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
dateTime &&
|
|
1268
|
-
!axis.series.some((s) => !s.sorted) ?
|
|
1269
|
-
axis.closestPointRange : 0);
|
|
1259
|
+
const minTickInterval = options.minTickInterval ?? (dateTime && !axis.series.some((s) => !s.sorted) ?
|
|
1260
|
+
axis.closestPointRange :
|
|
1261
|
+
0);
|
|
1270
1262
|
if (!tickIntervalOption &&
|
|
1271
1263
|
minTickInterval &&
|
|
1272
1264
|
axis.tickInterval < minTickInterval) {
|
|
@@ -1596,7 +1588,7 @@ class Axis {
|
|
|
1596
1588
|
* @function Highcharts.Axis#adjustTickAmount
|
|
1597
1589
|
*/
|
|
1598
1590
|
adjustTickAmount() {
|
|
1599
|
-
const axis = this, { finalTickAmt, max, min, options, tickPositions, tickAmount, thresholdAlignment } = axis, currentTickAmount = tickPositions?.length, threshold =
|
|
1591
|
+
const axis = this, { finalTickAmt, max, min, options, tickPositions, tickAmount, thresholdAlignment } = axis, currentTickAmount = tickPositions?.length, threshold = axis.threshold ?? (axis.softThreshold ? 0 : null);
|
|
1600
1592
|
let len, i, tickInterval = axis.tickInterval, thresholdTickIndex;
|
|
1601
1593
|
const
|
|
1602
1594
|
// Extend the tickPositions by appending a position
|
|
@@ -1832,7 +1824,8 @@ class Axis {
|
|
|
1832
1824
|
offsets = options.offsets || [0, 0, 0, 0], horiz = this.horiz,
|
|
1833
1825
|
// Check for percentage based input values. Rounding fixes problems
|
|
1834
1826
|
// with column overflow and plot line filtering (#4898, #4899)
|
|
1835
|
-
width = this.width = Math.round(relativeLength(
|
|
1827
|
+
width = this.width = Math.round(relativeLength((options.width ?? chart.plotWidth - offsets[3] + offsets[1]), chart.plotWidth)), height = this.height = Math.round(relativeLength((options.height ??
|
|
1828
|
+
chart.plotHeight - offsets[0] + offsets[2]), chart.plotHeight)), top = this.top = Math.round(relativeLength((options.top ?? chart.plotTop + offsets[0]), chart.plotHeight, chart.plotTop)), left = this.left = Math.round(relativeLength((options.left ?? chart.plotLeft + offsets[3]), chart.plotWidth, chart.plotLeft));
|
|
1836
1829
|
// Expose basic values to use in Series object and navigator
|
|
1837
1830
|
this.bottom = chart.chartHeight - height - top;
|
|
1838
1831
|
this.right = chart.chartWidth - width - left;
|
|
@@ -1943,9 +1936,7 @@ class Axis {
|
|
|
1943
1936
|
* An array of tickLength and tickWidth
|
|
1944
1937
|
*/
|
|
1945
1938
|
tickSize(prefix) {
|
|
1946
|
-
const options = this.options, tickWidth =
|
|
1947
|
-
// Default to 1 on linear and datetime X axes
|
|
1948
|
-
prefix === 'tick' && this.isXAxis && !this.categories ? 1 : 0);
|
|
1939
|
+
const options = this.options, tickWidth = options[prefix === 'tick' ? 'tickWidth' : 'minorTickWidth'] ?? (prefix === 'tick' && this.isXAxis && !this.categories ? 1 : 0);
|
|
1949
1940
|
let tickLength = options[prefix === 'tick' ? 'tickLength' : 'minorTickLength'], tickSize;
|
|
1950
1941
|
if (tickWidth && tickLength) {
|
|
1951
1942
|
// Negate the length
|
|
@@ -2032,7 +2023,7 @@ class Axis {
|
|
|
2032
2023
|
newTickInterval = getStep(lineHeight * 0.75);
|
|
2033
2024
|
}
|
|
2034
2025
|
this.autoRotation = autoRotation;
|
|
2035
|
-
this.labelRotation =
|
|
2026
|
+
this.labelRotation = rotation ?? (isNumber(rotationOption) ? rotationOption : 0);
|
|
2036
2027
|
return labelOptions.step ? tickInterval : newTickInterval;
|
|
2037
2028
|
}
|
|
2038
2029
|
/**
|
|
@@ -2384,7 +2375,7 @@ class Axis {
|
|
|
2384
2375
|
titleOffsetOption = axisTitleOptions.offset;
|
|
2385
2376
|
titleMargin = defined(titleOffsetOption) ?
|
|
2386
2377
|
0 :
|
|
2387
|
-
|
|
2378
|
+
axisTitleOptions.margin ?? (horiz ? 5 : 10);
|
|
2388
2379
|
}
|
|
2389
2380
|
}
|
|
2390
2381
|
// Render the axis line
|
|
@@ -2895,9 +2886,9 @@ class Axis {
|
|
|
2895
2886
|
}
|
|
2896
2887
|
else if (defined(point)) {
|
|
2897
2888
|
// #3834
|
|
2898
|
-
pos =
|
|
2899
|
-
point.crosshairPos :
|
|
2900
|
-
null
|
|
2889
|
+
pos = (this.coll !== 'colorAxis' ?
|
|
2890
|
+
point.crosshairPos :
|
|
2891
|
+
null) ?? (this.isXAxis ?
|
|
2901
2892
|
point.plotX :
|
|
2902
2893
|
this.len - point.plotY);
|
|
2903
2894
|
}
|
|
@@ -2906,7 +2897,7 @@ class Axis {
|
|
|
2906
2897
|
// Value, only used on radial
|
|
2907
2898
|
value: point && (this.isXAxis ?
|
|
2908
2899
|
point.x :
|
|
2909
|
-
|
|
2900
|
+
(point.stackY ?? point.y ?? void 0)),
|
|
2910
2901
|
translatedValue: pos
|
|
2911
2902
|
};
|
|
2912
2903
|
if (chart.polar) {
|
|
@@ -2939,7 +2930,7 @@ class Axis {
|
|
|
2939
2930
|
(categorized ? 'category ' : 'thin ') +
|
|
2940
2931
|
(options.className || ''))
|
|
2941
2932
|
.attr({
|
|
2942
|
-
zIndex:
|
|
2933
|
+
zIndex: (options.zIndex ?? 2)
|
|
2943
2934
|
})
|
|
2944
2935
|
.clip(options.clip === false ?
|
|
2945
2936
|
void 0 :
|
|
@@ -2954,7 +2945,7 @@ class Axis {
|
|
|
2954
2945
|
// eslint-disable-next-line max-len
|
|
2955
2946
|
'var(--highcharts-highlight-color-20)').setOpacity(0.25).get() :
|
|
2956
2947
|
'var(--highcharts-neutral-color-20)'),
|
|
2957
|
-
'stroke-width':
|
|
2948
|
+
'stroke-width': (options.width ?? 1)
|
|
2958
2949
|
}).css({
|
|
2959
2950
|
'pointer-events': 'none'
|
|
2960
2951
|
});
|
|
@@ -3020,7 +3011,7 @@ class Axis {
|
|
|
3020
3011
|
this.destroy(true);
|
|
3021
3012
|
this.init(chart, options);
|
|
3022
3013
|
chart.isDirtyBox = true;
|
|
3023
|
-
if (
|
|
3014
|
+
if (redraw ?? true) {
|
|
3024
3015
|
chart.redraw();
|
|
3025
3016
|
}
|
|
3026
3017
|
}
|
|
@@ -3050,7 +3041,7 @@ class Axis {
|
|
|
3050
3041
|
chart.orderItems(coll);
|
|
3051
3042
|
this.destroy();
|
|
3052
3043
|
chart.isDirtyBox = true;
|
|
3053
|
-
if (
|
|
3044
|
+
if (redraw ?? true) {
|
|
3054
3045
|
chart.redraw();
|
|
3055
3046
|
}
|
|
3056
3047
|
}
|
|
@@ -20,7 +20,7 @@ const { deg2rad } = H;
|
|
|
20
20
|
import Math3D from '../Math3D.js';
|
|
21
21
|
const { perspective, perspective3D, shapeArea } = Math3D;
|
|
22
22
|
import Tick3D from './Tick3DComposition.js';
|
|
23
|
-
import { addEvent, merge,
|
|
23
|
+
import { addEvent, merge, wrap } from '../../Shared/Utilities.js';
|
|
24
24
|
/* *
|
|
25
25
|
*
|
|
26
26
|
* Functions
|
|
@@ -31,8 +31,8 @@ function onAxisAfterSetOptions() {
|
|
|
31
31
|
const axis = this, chart = axis.chart, options = axis.options;
|
|
32
32
|
if (chart.is3d?.() && axis.coll !== 'colorAxis') {
|
|
33
33
|
this.clippable = false;
|
|
34
|
-
options.tickWidth =
|
|
35
|
-
options.gridLineWidth =
|
|
34
|
+
options.tickWidth = (options.tickWidth ?? 0);
|
|
35
|
+
options.gridLineWidth = (options.gridLineWidth ?? 1);
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
/** @internal */
|
|
@@ -172,8 +172,8 @@ function wrapAxisGetSlotWidth(proceed, tick) {
|
|
|
172
172
|
x: chart.plotWidth / 2,
|
|
173
173
|
y: chart.plotHeight / 2,
|
|
174
174
|
z: options3d.depth / 2,
|
|
175
|
-
vd: (
|
|
176
|
-
|
|
175
|
+
vd: ((options3d.depth ?? 1) *
|
|
176
|
+
(options3d.viewDistance ?? 0))
|
|
177
177
|
}, index = tickPositions.indexOf(tick.pos), prevTick = ticks[tickPositions[index - 1]], nextTick = ticks[tickPositions[index + 1]];
|
|
178
178
|
let labelPos, prevLabelPos, nextLabelPos;
|
|
179
179
|
// Check whether the tick is not the first one and previous tick
|
|
@@ -288,7 +288,9 @@ class Axis3DAdditions {
|
|
|
288
288
|
!chart.is3d()) {
|
|
289
289
|
return pos;
|
|
290
290
|
}
|
|
291
|
-
const alpha = deg2rad * chart.options.chart.options3d.alpha, beta = deg2rad * chart.options.chart.options3d.beta, positionMode =
|
|
291
|
+
const alpha = deg2rad * chart.options.chart.options3d.alpha, beta = deg2rad * chart.options.chart.options3d.beta, positionMode = ((isTitle && axis.options.title.position3d) ??
|
|
292
|
+
axis.options.labels.position3d), skew = ((isTitle && axis.options.title.skew3d) ??
|
|
293
|
+
axis.options.labels.skew3d), frame = chart.chart3d.frame3d, plotLeft = chart.plotLeft, plotRight = chart.plotWidth + plotLeft, plotTop = chart.plotTop, plotBottom = chart.plotHeight + plotTop;
|
|
292
294
|
let offsetX = 0, offsetY = 0, vecX, vecY = { x: 0, y: 1, z: 0 },
|
|
293
295
|
// Indicates that we are labelling an X or Z axis on the "back" of
|
|
294
296
|
// the chart
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* */
|
|
12
12
|
'use strict';
|
|
13
13
|
import StackItem from './Stacking/StackItem.js';
|
|
14
|
-
import { addEvent, find, fireEvent, isArray, isNumber
|
|
14
|
+
import { addEvent, find, fireEvent, isArray, isNumber } from '../../Shared/Utilities.js';
|
|
15
15
|
/* *
|
|
16
16
|
*
|
|
17
17
|
* Composition
|
|
@@ -115,7 +115,7 @@ var BrokenAxis;
|
|
|
115
115
|
/** @internal */
|
|
116
116
|
function onSeriesAfterRender() {
|
|
117
117
|
this.drawBreaks(this.xAxis, ['x']);
|
|
118
|
-
this.drawBreaks(this.yAxis,
|
|
118
|
+
this.drawBreaks(this.yAxis, (this.pointArrayMap ?? ['y']));
|
|
119
119
|
}
|
|
120
120
|
/** @internal */
|
|
121
121
|
function seriesDrawBreaks(axis, keys) {
|
|
@@ -127,7 +127,7 @@ var BrokenAxis;
|
|
|
127
127
|
breaks = brokenAxis?.breakArray || [];
|
|
128
128
|
threshold = axis.isXAxis ?
|
|
129
129
|
axis.min :
|
|
130
|
-
|
|
130
|
+
(series.options.threshold ?? axis.min);
|
|
131
131
|
points.forEach(function (point) {
|
|
132
132
|
y = point['stack' + key.toUpperCase()] ??
|
|
133
133
|
point[key];
|
|
@@ -420,7 +420,8 @@ var BrokenAxis;
|
|
|
420
420
|
if (Additions.isInBreak(breaks[i], val)) {
|
|
421
421
|
inbrk = true;
|
|
422
422
|
if (!keep) {
|
|
423
|
-
keep =
|
|
423
|
+
keep =
|
|
424
|
+
breaks[i].showPoints ?? !axis.isXAxis;
|
|
424
425
|
}
|
|
425
426
|
}
|
|
426
427
|
}
|
|
@@ -603,7 +604,7 @@ var BrokenAxis;
|
|
|
603
604
|
}
|
|
604
605
|
};
|
|
605
606
|
}
|
|
606
|
-
if (
|
|
607
|
+
if (redraw ?? true) {
|
|
607
608
|
axis.chart.redraw();
|
|
608
609
|
}
|
|
609
610
|
}
|