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
|
@@ -21,7 +21,7 @@ import SVGElement from './SVGElement.js';
|
|
|
21
21
|
import SVGLabel from './SVGLabel.js';
|
|
22
22
|
import Symbols from './Symbols.js';
|
|
23
23
|
import TextBuilder from './TextBuilder.js';
|
|
24
|
-
import { addEvent, attr, createElement, crisp, css, defined, destroyObjectProperties, extend, isArray, isNumber, isObject, isString, merge,
|
|
24
|
+
import { addEvent, attr, createElement, crisp, css, defined, destroyObjectProperties, extend, isArray, isNumber, isObject, isString, merge, pInt, replaceNested } from '../../../Shared/Utilities.js';
|
|
25
25
|
import { uniqueKey } from '../../Utilities.js';
|
|
26
26
|
/* *
|
|
27
27
|
*
|
|
@@ -172,7 +172,7 @@ class SVGRenderer {
|
|
|
172
172
|
this.url = this.getReferenceURL();
|
|
173
173
|
// Add description
|
|
174
174
|
const desc = this.createElement('desc').add();
|
|
175
|
-
desc.element.appendChild(doc.createTextNode('Created with Highcharts 13.0.
|
|
175
|
+
desc.element.appendChild(doc.createTextNode('Created with Highcharts 13.0.2'));
|
|
176
176
|
this.defs = this.createElement('defs').add();
|
|
177
177
|
this.allowHTML = allowHTML;
|
|
178
178
|
this.forExport = forExport;
|
|
@@ -958,7 +958,7 @@ class SVGRenderer {
|
|
|
958
958
|
this.attr('height')
|
|
959
959
|
});
|
|
960
960
|
},
|
|
961
|
-
duration:
|
|
961
|
+
duration: (animate ?? true) ? void 0 : 0
|
|
962
962
|
});
|
|
963
963
|
renderer.alignElements();
|
|
964
964
|
}
|
|
@@ -1116,8 +1116,8 @@ class SVGRenderer {
|
|
|
1116
1116
|
// The image width is not always the same as the symbol width. The
|
|
1117
1117
|
// image may be centered within the symbol, as is the case when
|
|
1118
1118
|
// image shapes are used as label backgrounds, for example in flags.
|
|
1119
|
-
img.imgwidth =
|
|
1120
|
-
img.imgheight =
|
|
1119
|
+
img.imgwidth = (options?.width ?? symbolSizes[imageSrc]?.width);
|
|
1120
|
+
img.imgheight = (options?.height ?? symbolSizes[imageSrc]?.height);
|
|
1121
1121
|
/**
|
|
1122
1122
|
* Set the size and position
|
|
1123
1123
|
*/
|
|
@@ -20,7 +20,7 @@ const { charts, deg2rad } = H;
|
|
|
20
20
|
import Math3D from '../../Math3D.js';
|
|
21
21
|
const { perspective, shapeArea } = Math3D;
|
|
22
22
|
import SVGElement3D from './SVGElement3D.js';
|
|
23
|
-
import { defined, extend, merge
|
|
23
|
+
import { defined, extend, merge } from '../../../Shared/Utilities.js';
|
|
24
24
|
/* *
|
|
25
25
|
*
|
|
26
26
|
* Constants
|
|
@@ -151,9 +151,10 @@ var SVGRenderer3D;
|
|
|
151
151
|
(defined(hash.enabled) ||
|
|
152
152
|
defined(hash.vertexes) ||
|
|
153
153
|
defined(hash.insidePlotArea))) {
|
|
154
|
-
this.enabled =
|
|
155
|
-
this.vertexes =
|
|
156
|
-
this.insidePlotArea =
|
|
154
|
+
this.enabled = (hash.enabled ?? this.enabled);
|
|
155
|
+
this.vertexes = (hash.vertexes ?? this.vertexes);
|
|
156
|
+
this.insidePlotArea =
|
|
157
|
+
hash.insidePlotArea ?? this.insidePlotArea;
|
|
157
158
|
delete hash.enabled;
|
|
158
159
|
delete hash.vertexes;
|
|
159
160
|
delete hash.insidePlotArea;
|
|
@@ -169,9 +170,10 @@ var SVGRenderer3D;
|
|
|
169
170
|
(defined(params.enabled) ||
|
|
170
171
|
defined(params.vertexes) ||
|
|
171
172
|
defined(params.insidePlotArea))) {
|
|
172
|
-
this.enabled =
|
|
173
|
-
this.vertexes =
|
|
174
|
-
this.insidePlotArea =
|
|
173
|
+
this.enabled = (params.enabled ?? this.enabled);
|
|
174
|
+
this.vertexes = (params.vertexes ?? this.vertexes);
|
|
175
|
+
this.insidePlotArea =
|
|
176
|
+
params.insidePlotArea ?? this.insidePlotArea;
|
|
175
177
|
delete params.enabled;
|
|
176
178
|
delete params.vertexes;
|
|
177
179
|
delete params.insidePlotArea;
|
|
@@ -585,7 +587,7 @@ var SVGRenderer3D;
|
|
|
585
587
|
// been in the attribs collection in the first place.
|
|
586
588
|
delete params.center;
|
|
587
589
|
delete params.z;
|
|
588
|
-
const anim = animObject(
|
|
590
|
+
const anim = animObject((animation ?? this.renderer.globalAnimation));
|
|
589
591
|
if (anim.duration) {
|
|
590
592
|
const paramArr = extractCustom(params);
|
|
591
593
|
// Params need to have a property in order for the step to run
|
|
@@ -595,7 +597,7 @@ var SVGRenderer3D;
|
|
|
595
597
|
wrapper[randomProp + 'Setter'] = H.noop;
|
|
596
598
|
if (paramArr) {
|
|
597
599
|
const to = paramArr[0], // Custom attr
|
|
598
|
-
interpolate = (key, pos) => (from[key] + (
|
|
600
|
+
interpolate = (key, pos) => (from[key] + ((to[key] ?? from[key]) -
|
|
599
601
|
from[key]) * pos);
|
|
600
602
|
anim.step = function (a, fx) {
|
|
601
603
|
if (fx.prop === randomProp && fx.elem) {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*
|
|
11
11
|
* */
|
|
12
12
|
'use strict';
|
|
13
|
-
import { defined, isNumber
|
|
13
|
+
import { defined, isNumber } from '../../../Shared/Utilities.js';
|
|
14
14
|
/* *
|
|
15
15
|
*
|
|
16
16
|
* Functions
|
|
@@ -37,7 +37,7 @@ function arc(cx, cy, w, h, options) {
|
|
|
37
37
|
const arc = [];
|
|
38
38
|
if (options) {
|
|
39
39
|
let start = options.start || 0, end = options.end || 0;
|
|
40
|
-
const rx =
|
|
40
|
+
const rx = (options.r ?? w), ry = (options.r ?? (h || w)),
|
|
41
41
|
// Subtract a small number to prevent cos and sin of start and end
|
|
42
42
|
// from becoming equal on 360 arcs (#1561). See "Arc proximity"
|
|
43
43
|
// tests at samples/unit-tests/svgrenderer/symbol/demo.js
|
|
@@ -47,16 +47,17 @@ function arc(cx, cy, w, h, options) {
|
|
|
47
47
|
start = Math.PI / 2;
|
|
48
48
|
end = Math.PI * 2.5 - proximity;
|
|
49
49
|
}
|
|
50
|
-
const innerRadius = options.innerR, open =
|
|
50
|
+
const innerRadius = options.innerR, open = (options.open ?? fullCircle), cosStart = fullCircle ? 0 : Math.cos(start), sinStart = fullCircle ? 1 : Math.sin(start), cosEnd = fullCircle ? 0 : Math.cos(end), sinEnd = fullCircle ? 1 : Math.sin(end),
|
|
51
51
|
// Proximity takes care of rounding errors around PI (#6971)
|
|
52
|
-
longArc =
|
|
52
|
+
longArc = options.longArc ??
|
|
53
|
+
(end - start - Math.PI < proximity ? 0 : 1);
|
|
53
54
|
let arcSegment = [
|
|
54
55
|
'A', // ArcTo
|
|
55
56
|
rx, // X radius
|
|
56
57
|
ry, // Y radius
|
|
57
58
|
0, // Slanting
|
|
58
59
|
longArc, // Long or short arc
|
|
59
|
-
|
|
60
|
+
(options.clockwise ?? 1), // Clockwise
|
|
60
61
|
// Use a static pixel offset for full circle (#21701)
|
|
61
62
|
cx + (fullCircle ? 0.001 : rx * cosEnd),
|
|
62
63
|
cy + ry * sinEnd
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import AST from '../HTML/AST.js';
|
|
14
14
|
import H from '../../Globals.js';
|
|
15
15
|
const { doc, SVG_NS, win } = H;
|
|
16
|
-
import { attr, extend, fireEvent, isString, objectEach
|
|
16
|
+
import { attr, extend, fireEvent, isString, objectEach } from '../../../Shared/Utilities.js';
|
|
17
17
|
// Function used to test string length including an ellipsis
|
|
18
18
|
const stringWithEllipsis = (text, currentIndex) => text.substring(0, currentIndex) + '\u2026';
|
|
19
19
|
/* *
|
|
@@ -50,7 +50,7 @@ class TextBuilder {
|
|
|
50
50
|
* @internal
|
|
51
51
|
*/
|
|
52
52
|
buildSVG() {
|
|
53
|
-
const wrapper = this.svgElement, textNode = wrapper.element, renderer = wrapper.renderer, textStr =
|
|
53
|
+
const wrapper = this.svgElement, textNode = wrapper.element, renderer = wrapper.renderer, textStr = (wrapper.textStr ?? '').toString(), hasMarkup = textStr.indexOf('<') !== -1, childNodes = textNode.childNodes, tempParent = !wrapper.added && renderer.box, regexMatchBreaks = /<br.*?>/g,
|
|
54
54
|
// The buildText code is quite heavy, so if we're not changing
|
|
55
55
|
// something that affects the text, skip it (#6113).
|
|
56
56
|
textCache = [
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*
|
|
11
11
|
* */
|
|
12
12
|
'use strict';
|
|
13
|
-
import { diffObjects, extend, find, merge
|
|
13
|
+
import { diffObjects, extend, find, merge } from '../Shared/Utilities.js';
|
|
14
14
|
import { uniqueKey } from './Utilities.js';
|
|
15
15
|
/* *
|
|
16
16
|
*
|
|
@@ -51,10 +51,12 @@ var Responsive;
|
|
|
51
51
|
*/
|
|
52
52
|
function matchResponsiveRule(rule, matches) {
|
|
53
53
|
const condition = rule.condition, fn = condition.callback || function () {
|
|
54
|
-
return (this.chartWidth <=
|
|
55
|
-
|
|
56
|
-
this.
|
|
57
|
-
|
|
54
|
+
return (this.chartWidth <=
|
|
55
|
+
(condition.maxWidth ?? Number.MAX_VALUE) &&
|
|
56
|
+
this.chartHeight <=
|
|
57
|
+
(condition.maxHeight ?? Number.MAX_VALUE) &&
|
|
58
|
+
this.chartWidth >= (condition.minWidth ?? 0) &&
|
|
59
|
+
this.chartHeight >= (condition.minHeight ?? 0));
|
|
58
60
|
};
|
|
59
61
|
if (fn.call(this, this)) {
|
|
60
62
|
matches.push(rule._id);
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import { getDeferredAnimation } from '../Animation/AnimationUtilities.js';
|
|
14
14
|
import F from '../Templating.js';
|
|
15
15
|
const { format } = F;
|
|
16
|
-
import { defined, extend, fireEvent, getAlignFactor, isArray, isNumber, isString, merge, objectEach,
|
|
16
|
+
import { defined, extend, fireEvent, getAlignFactor, isArray, isNumber, isString, merge, objectEach, pInt, splat } from '../../Shared/Utilities.js';
|
|
17
17
|
/* *
|
|
18
18
|
*
|
|
19
19
|
* Composition
|
|
@@ -66,7 +66,7 @@ var DataLabel;
|
|
|
66
66
|
// that parts of the align box is inside the plot area
|
|
67
67
|
// (#12370). When stacking, it is always inside regardless
|
|
68
68
|
// of the option (#15148).
|
|
69
|
-
|
|
69
|
+
(options.inside ?? !!this.options.stacking) &&
|
|
70
70
|
alignTo &&
|
|
71
71
|
chart.isInsidePlot(plotX, inverted ?
|
|
72
72
|
alignTo.x + 1 :
|
|
@@ -169,8 +169,8 @@ var DataLabel;
|
|
|
169
169
|
// zIndex: 20
|
|
170
170
|
// }).add();
|
|
171
171
|
// chart.renderer.circle(
|
|
172
|
-
// chart.plotLeft +
|
|
173
|
-
// chart.plotTop +
|
|
172
|
+
// chart.plotLeft + (dataLabel.alignAttr.x ?? 0),
|
|
173
|
+
// chart.plotTop + (dataLabel.alignAttr.y ?? 0),
|
|
174
174
|
// 2
|
|
175
175
|
// ).attr({
|
|
176
176
|
// fill: 'red',
|
|
@@ -353,7 +353,7 @@ var DataLabel;
|
|
|
353
353
|
if (labelEnabled) {
|
|
354
354
|
// Create individual options structure that can be
|
|
355
355
|
// extended without affecting others
|
|
356
|
-
formatString =
|
|
356
|
+
formatString = (labelOptions[point.formatPrefix + 'Format'] ?? labelOptions.format);
|
|
357
357
|
labelText = defined(formatString) ?
|
|
358
358
|
format(formatString, point, chart) :
|
|
359
359
|
(labelOptions[point.formatPrefix + 'Formatter'] ||
|
|
@@ -361,7 +361,9 @@ var DataLabel;
|
|
|
361
361
|
rotation = labelOptions.rotation;
|
|
362
362
|
if (!chart.styledMode) {
|
|
363
363
|
// Determine the color
|
|
364
|
-
style.color =
|
|
364
|
+
style.color = (isString(labelOptions.color) ?
|
|
365
|
+
labelOptions.color :
|
|
366
|
+
void 0) ?? style.color ?? (isString(series.color) ? series.color : void 0) ?? 'var(--highcharts-neutral-color-100)';
|
|
365
367
|
// Get automated contrast color
|
|
366
368
|
if (style.color === 'contrast') {
|
|
367
369
|
if (backgroundColor !== 'none') {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
'use strict';
|
|
16
16
|
import GeometryUtilities from '../Geometry/GeometryUtilities.js';
|
|
17
17
|
const { pointInPolygon } = GeometryUtilities;
|
|
18
|
-
import { addEvent, fireEvent, getAlignFactor, objectEach
|
|
18
|
+
import { addEvent, fireEvent, getAlignFactor, objectEach } from '../../Shared/Utilities.js';
|
|
19
19
|
/* *
|
|
20
20
|
*
|
|
21
21
|
* Functions
|
|
@@ -219,7 +219,10 @@ function onChartRender() {
|
|
|
219
219
|
if (point.visible) {
|
|
220
220
|
(point.dataLabels || []).forEach((label) => {
|
|
221
221
|
const options = label.options || {};
|
|
222
|
-
label.labelrank =
|
|
222
|
+
label.labelrank =
|
|
223
|
+
options.labelrank ??
|
|
224
|
+
point.labelrank ??
|
|
225
|
+
point.shapeArgs?.height; // #4118
|
|
223
226
|
// #21725: Sync target positions for generic overlap
|
|
224
227
|
// checking. During animations (e.g., toggling a
|
|
225
228
|
// point), DOM positions may overlap. We force
|
|
@@ -16,7 +16,7 @@ import D from '../Defaults.js';
|
|
|
16
16
|
const { defaultOptions } = D;
|
|
17
17
|
import F from '../Templating.js';
|
|
18
18
|
const { format } = F;
|
|
19
|
-
import { addEvent, crisp, erase, extend, fireEvent, getNestedProperty, isArray, isFunction, isNumber, isObject, isString, merge,
|
|
19
|
+
import { addEvent, crisp, erase, extend, fireEvent, getNestedProperty, isArray, isFunction, isNumber, isObject, isString, merge, removeEvent } from '../../Shared/Utilities.js';
|
|
20
20
|
import { uniqueKey } from '../Utilities.js';
|
|
21
21
|
/* eslint-disable no-invalid-this, valid-jsdoc */
|
|
22
22
|
/* *
|
|
@@ -940,7 +940,7 @@ class Point {
|
|
|
940
940
|
*/
|
|
941
941
|
select(selected, accumulate) {
|
|
942
942
|
const point = this, series = point.series, chart = series.chart;
|
|
943
|
-
selected =
|
|
943
|
+
selected = (selected ?? !point.selected);
|
|
944
944
|
this.selectedStaging = selected;
|
|
945
945
|
// Fire the event with the default handler
|
|
946
946
|
point.firePointEvent(selected ? 'select' : 'unselect', { accumulate: accumulate }, function () {
|
|
@@ -1191,7 +1191,7 @@ class Point {
|
|
|
1191
1191
|
});
|
|
1192
1192
|
halo.attr({
|
|
1193
1193
|
'class': 'highcharts-halo highcharts-color-' +
|
|
1194
|
-
|
|
1194
|
+
(point.colorIndex ?? series.colorIndex) +
|
|
1195
1195
|
(point.className ? ' ' + point.className : ''),
|
|
1196
1196
|
'visibility': markerVisibility,
|
|
1197
1197
|
'zIndex': -1 // #4929, #8276
|
|
@@ -26,7 +26,7 @@ const { seriesTypes } = SeriesRegistry;
|
|
|
26
26
|
import SVGElement from '../Renderer/SVG/SVGElement.js';
|
|
27
27
|
import T from '../Templating.js';
|
|
28
28
|
const { format } = T;
|
|
29
|
-
import { addEvent, arrayMax, arrayMin, clamp, correctFloat, crisp, defined, destroyObjectProperties, diffObjects, erase, extend, fireEvent, getClosestDistance, internalClearTimeout, isArray, isNumber, isString, merge, objectEach,
|
|
29
|
+
import { addEvent, arrayMax, arrayMin, clamp, correctFloat, crisp, defined, destroyObjectProperties, diffObjects, erase, extend, fireEvent, getClosestDistance, internalClearTimeout, isArray, isNumber, isString, merge, objectEach, pushUnique, removeEvent, syncTimeout } from '../../Shared/Utilities.js';
|
|
30
30
|
import { error, insertItem } from '../Utilities.js';
|
|
31
31
|
/* *
|
|
32
32
|
*
|
|
@@ -352,7 +352,7 @@ class Series {
|
|
|
352
352
|
if (chartSeries.length) {
|
|
353
353
|
lastSeries = chartSeries[chartSeries.length - 1];
|
|
354
354
|
}
|
|
355
|
-
series._i =
|
|
355
|
+
series._i = (lastSeries?._i ?? -1) + 1;
|
|
356
356
|
series.opacity = series.options.opacity;
|
|
357
357
|
// Insert the series and re-order all series above the insertion
|
|
358
358
|
// point.
|
|
@@ -399,7 +399,7 @@ class Series {
|
|
|
399
399
|
// Apply if the series xAxis or yAxis option matches
|
|
400
400
|
// the number of the axis, or if undefined, use the
|
|
401
401
|
// first axis
|
|
402
|
-
if (
|
|
402
|
+
if ((seriesOptions[coll] ?? 0) === axis.index ||
|
|
403
403
|
(typeof seriesOptions[coll] !==
|
|
404
404
|
'undefined' &&
|
|
405
405
|
seriesOptions[coll] === axisOptions.id)) {
|
|
@@ -442,8 +442,12 @@ class Series {
|
|
|
442
442
|
* @function Highcharts.Series#hasMarkerChanged
|
|
443
443
|
*/
|
|
444
444
|
hasMarkerChanged(options, oldOptions) {
|
|
445
|
-
const marker = options.marker, oldMarker = oldOptions.marker
|
|
446
|
-
|
|
445
|
+
const marker = options.marker, oldMarker = oldOptions.marker;
|
|
446
|
+
// Note that `marker` holds the full, merged object including
|
|
447
|
+
// `plotOptions`, while `oldMarker` is the user-defined series-level
|
|
448
|
+
// options only. We may need to refactor that in the future if more
|
|
449
|
+
// issues like #24057 arise.
|
|
450
|
+
return marker && oldMarker && ((oldMarker.enabled && !marker.enabled) ||
|
|
447
451
|
oldMarker.symbol !== marker.symbol || // #10870, #15946
|
|
448
452
|
oldMarker.height !== marker.height || // #16274
|
|
449
453
|
oldMarker.width !== marker.width // #16274
|
|
@@ -462,7 +466,8 @@ class Series {
|
|
|
462
466
|
time.parse(options.pointStart) ??
|
|
463
467
|
0;
|
|
464
468
|
let pointInterval;
|
|
465
|
-
this.pointInterval = pointInterval =
|
|
469
|
+
this.pointInterval = pointInterval =
|
|
470
|
+
this.pointInterval ?? options.pointInterval ?? 1;
|
|
466
471
|
if (relativeXValue && isNumber(x)) {
|
|
467
472
|
pointInterval *= x;
|
|
468
473
|
}
|
|
@@ -534,9 +539,13 @@ class Series {
|
|
|
534
539
|
);
|
|
535
540
|
// When shared tooltip, stickyTracking is true by default,
|
|
536
541
|
// unless user says otherwise.
|
|
537
|
-
this.stickyTracking =
|
|
538
|
-
|
|
539
|
-
|
|
542
|
+
this.stickyTracking =
|
|
543
|
+
seriesUserOptions.stickyTracking ??
|
|
544
|
+
userPlotOptionsType.stickyTracking ??
|
|
545
|
+
userPlotOptionsSeries.stickyTracking ??
|
|
546
|
+
(this.tooltipOptions.shared && !this.noSharedTooltip ?
|
|
547
|
+
true :
|
|
548
|
+
options.stickyTracking);
|
|
540
549
|
// Delete marker object if not allowed (#1125)
|
|
541
550
|
if (typeOptions.marker === null) {
|
|
542
551
|
delete options.marker;
|
|
@@ -614,7 +623,9 @@ class Series {
|
|
|
614
623
|
if (!value) {
|
|
615
624
|
// Pick up either the colorIndex option, or the series.colorIndex
|
|
616
625
|
// after Series.update()
|
|
617
|
-
setting =
|
|
626
|
+
setting = prop === 'color' ?
|
|
627
|
+
(this.options.colorIndex ?? this[indexName]) :
|
|
628
|
+
this[indexName];
|
|
618
629
|
if (defined(setting)) { // After Series.update()
|
|
619
630
|
i = setting;
|
|
620
631
|
}
|
|
@@ -1641,7 +1652,9 @@ class Series {
|
|
|
1641
1652
|
yValue = stackValues[1];
|
|
1642
1653
|
if (lowValue === stackThreshold &&
|
|
1643
1654
|
stackIndicator.key === stacks[xValue].base) {
|
|
1644
|
-
lowValue =
|
|
1655
|
+
lowValue = isNumber(threshold) ?
|
|
1656
|
+
threshold :
|
|
1657
|
+
yAxis.min;
|
|
1645
1658
|
}
|
|
1646
1659
|
// #1200, #1232
|
|
1647
1660
|
if (yAxis.positiveValuesOnly &&
|
|
@@ -1649,7 +1662,7 @@ class Series {
|
|
|
1649
1662
|
lowValue <= 0) {
|
|
1650
1663
|
lowValue = void 0;
|
|
1651
1664
|
}
|
|
1652
|
-
point.total = point.stackTotal =
|
|
1665
|
+
point.total = point.stackTotal = stackItem.total ?? void 0;
|
|
1653
1666
|
point.percentage = defined(point.y) && stackItem.total ?
|
|
1654
1667
|
(point.y / stackItem.total * 100) : void 0;
|
|
1655
1668
|
point.stackY = yValue;
|
|
@@ -1899,7 +1912,9 @@ class Series {
|
|
|
1899
1912
|
// Only draw the point if y is defined
|
|
1900
1913
|
if (shouldDrawMarker) {
|
|
1901
1914
|
// Shortcuts
|
|
1902
|
-
const symbol =
|
|
1915
|
+
const symbol = pointMarkerOptions.symbol ??
|
|
1916
|
+
series.symbol ??
|
|
1917
|
+
'rect';
|
|
1903
1918
|
markerAttribs = series.markerAttribs(point, point.selected ? 'select' : '');
|
|
1904
1919
|
const isInside = point.isInside !== false;
|
|
1905
1920
|
if (!graphic &&
|
|
@@ -2167,7 +2182,7 @@ class Series {
|
|
|
2167
2182
|
// Reset
|
|
2168
2183
|
zones.forEach((zone) => {
|
|
2169
2184
|
zone.lineClip = [];
|
|
2170
|
-
zone.translated = clamp(axis.toPixels(
|
|
2185
|
+
zone.translated = clamp(axis.toPixels((zone.value ?? axisMax), true) || 0, 0, len);
|
|
2171
2186
|
});
|
|
2172
2187
|
// The use of the Color Threshold assumes there are no gaps so it is
|
|
2173
2188
|
// safe to hide the original graph and area unless it is not
|
|
@@ -2823,7 +2838,7 @@ class Series {
|
|
|
2823
2838
|
const series = this, seriesOptions = series.options, { chart, data, dataTable: table, xAxis } = series, names = xAxis?.hasNames && xAxis.names, dataOptions = seriesOptions.data, xData = series.getColumn('x');
|
|
2824
2839
|
let isInTheMiddle, i;
|
|
2825
2840
|
// Optional redraw, defaults to true
|
|
2826
|
-
redraw =
|
|
2841
|
+
redraw = (redraw ?? true);
|
|
2827
2842
|
// Get options and push the point to xData, yData and series.options. In
|
|
2828
2843
|
// series.generatePoints the Point instance will be created on demand
|
|
2829
2844
|
// and pushed to the series.data array.
|
|
@@ -2934,7 +2949,7 @@ class Series {
|
|
|
2934
2949
|
}
|
|
2935
2950
|
};
|
|
2936
2951
|
setAnimation(animation, chart);
|
|
2937
|
-
redraw =
|
|
2952
|
+
redraw = (redraw ?? true);
|
|
2938
2953
|
// Fire the event with a default handler of removing the point
|
|
2939
2954
|
if (point) {
|
|
2940
2955
|
point.firePointEvent('remove', null, remove);
|
|
@@ -2977,7 +2992,7 @@ class Series {
|
|
|
2977
2992
|
// Redraw
|
|
2978
2993
|
chart.isDirtyLegend = chart.isDirtyBox = true;
|
|
2979
2994
|
chart.linkSeries(keepEvents);
|
|
2980
|
-
if (
|
|
2995
|
+
if (redraw ?? true) {
|
|
2981
2996
|
chart.redraw(animation);
|
|
2982
2997
|
}
|
|
2983
2998
|
}
|
|
@@ -3194,7 +3209,7 @@ class Series {
|
|
|
3194
3209
|
series.isDirtyData = true;
|
|
3195
3210
|
}
|
|
3196
3211
|
fireEvent(this, 'afterUpdate');
|
|
3197
|
-
if (
|
|
3212
|
+
if (redraw ?? true) {
|
|
3198
3213
|
chart.redraw(keepPoints ? void 0 : false);
|
|
3199
3214
|
}
|
|
3200
3215
|
}
|
|
@@ -3211,12 +3226,12 @@ class Series {
|
|
|
3211
3226
|
* @internal
|
|
3212
3227
|
*/
|
|
3213
3228
|
hasOptionChanged(optionName) {
|
|
3214
|
-
const chart = this.chart, option = this.options[optionName], plotOptions = chart.options.plotOptions, oldOption = this.userOptions[optionName], plotOptionsOption =
|
|
3229
|
+
const chart = this.chart, option = this.options[optionName], plotOptions = chart.options.plotOptions, oldOption = this.userOptions[optionName], plotOptionsOption = (plotOptions?.[this.type]?.[optionName] ?? plotOptions?.series?.[optionName]);
|
|
3215
3230
|
// Check if `plotOptions` are defined already, #19203
|
|
3216
3231
|
if (oldOption && !defined(plotOptionsOption)) {
|
|
3217
3232
|
return option !== oldOption;
|
|
3218
3233
|
}
|
|
3219
|
-
return option !==
|
|
3234
|
+
return option !== (plotOptionsOption ?? option);
|
|
3220
3235
|
}
|
|
3221
3236
|
/**
|
|
3222
3237
|
* Runs on mouse over the series graphical items.
|
|
@@ -3290,7 +3305,8 @@ class Series {
|
|
|
3290
3305
|
const series = this, { graph, options } = series, { inactiveOtherPoints, states: stateOptions = {} } = options,
|
|
3291
3306
|
// By default a quick animation to hover/inactive,
|
|
3292
3307
|
// slower to un-hover
|
|
3293
|
-
stateAnimation =
|
|
3308
|
+
stateAnimation = stateOptions[state || 'normal']?.animation ??
|
|
3309
|
+
series.chart.options.chart.animation;
|
|
3294
3310
|
let { lineWidth, opacity } = options;
|
|
3295
3311
|
state = state || '';
|
|
3296
3312
|
if (series.state !== state) {
|
|
@@ -17,7 +17,7 @@ const { composed } = H;
|
|
|
17
17
|
import Math3D from '../Math3D.js';
|
|
18
18
|
const { perspective } = Math3D;
|
|
19
19
|
import Series from '../Series/Series.js';
|
|
20
|
-
import { addEvent, extend, isNumber, merge,
|
|
20
|
+
import { addEvent, extend, isNumber, merge, pushUnique } from '../../Shared/Utilities.js';
|
|
21
21
|
/* *
|
|
22
22
|
*
|
|
23
23
|
* Class
|
|
@@ -52,7 +52,7 @@ class Series3D extends Series {
|
|
|
52
52
|
* @internal
|
|
53
53
|
*/
|
|
54
54
|
translate3dPoints() {
|
|
55
|
-
const series = this, seriesOptions = series.options, chart = series.chart, zAxis =
|
|
55
|
+
const series = this, seriesOptions = series.options, chart = series.chart, zAxis = (series.zAxis ?? chart.options.zAxis[0]), rawPoints = [], rawPointsX = [], stack = seriesOptions.stacking ?
|
|
56
56
|
(isNumber(seriesOptions.stack) ? seriesOptions.stack : 0) :
|
|
57
57
|
series.index || 0;
|
|
58
58
|
let projectedPoint, zValue;
|
|
@@ -14,7 +14,7 @@ import D from './Defaults.js';
|
|
|
14
14
|
const { defaultOptions, defaultTime } = D;
|
|
15
15
|
import G from './Globals.js';
|
|
16
16
|
const { pageLang } = G;
|
|
17
|
-
import { correctFloat, extend, getNestedProperty, isArray, isNumber, isObject, isString,
|
|
17
|
+
import { correctFloat, extend, getNestedProperty, isArray, isNumber, isObject, isString, ucfirst } from '../Shared/Utilities.js';
|
|
18
18
|
/** @internal */
|
|
19
19
|
const helpers = {
|
|
20
20
|
// Built-in helpers
|
|
@@ -290,7 +290,7 @@ function format(str = '', ctx, owner) {
|
|
|
290
290
|
replacement = `"${replacement}"`;
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
|
-
str = str.replace(match.find,
|
|
293
|
+
str = str.replace(match.find, (replacement ?? ''));
|
|
294
294
|
});
|
|
295
295
|
return hasSub ? format(str, ctx, owner) : str;
|
|
296
296
|
}
|
|
@@ -18,7 +18,7 @@ const { composed, dateFormats, doc, isSafari } = H;
|
|
|
18
18
|
import R from './Renderer/RendererUtilities.js';
|
|
19
19
|
const { distribute } = R;
|
|
20
20
|
import SVGRenderer from './Renderer/SVG/SVGRenderer.js';
|
|
21
|
-
import { addEvent, clamp, css, discardElement, extend, fireEvent, getAlignFactor, internalClearTimeout, isArray, isNumber, isObject, isString, merge,
|
|
21
|
+
import { addEvent, clamp, css, discardElement, extend, fireEvent, getAlignFactor, internalClearTimeout, isArray, isNumber, isObject, isString, merge, pushUnique, splat, syncTimeout } from '../Shared/Utilities.js';
|
|
22
22
|
/**
|
|
23
23
|
* Clear all timeouts for showing and hiding the tooltip.
|
|
24
24
|
*
|
|
@@ -274,7 +274,8 @@ class Tooltip {
|
|
|
274
274
|
'highcharts-label',
|
|
275
275
|
isHeader && 'highcharts-tooltip-header',
|
|
276
276
|
isSplit ? 'highcharts-tooltip-box' : 'highcharts-tooltip',
|
|
277
|
-
!isHeader &&
|
|
277
|
+
!isHeader &&
|
|
278
|
+
'highcharts-color-' + (point.colorIndex ?? series.colorIndex),
|
|
278
279
|
seriesOptions?.className
|
|
279
280
|
].filter(isString).join(' ');
|
|
280
281
|
}
|
|
@@ -459,7 +460,8 @@ class Tooltip {
|
|
|
459
460
|
}
|
|
460
461
|
// The far side is right or bottom
|
|
461
462
|
const preferFarSide = !this.followPointer &&
|
|
462
|
-
|
|
463
|
+
(point.ttBelow ??
|
|
464
|
+
(polar ? false : !inverted === flipped)), // #4984
|
|
463
465
|
/*
|
|
464
466
|
* Handle the preferred dimension. When the preferred dimension is
|
|
465
467
|
* tooltip on top or bottom of the point, it will look for space
|
|
@@ -586,7 +588,7 @@ class Tooltip {
|
|
|
586
588
|
const tooltip = this;
|
|
587
589
|
// Disallow duplicate timers (#1728, #1766)
|
|
588
590
|
clearTimeouts(this);
|
|
589
|
-
delay =
|
|
591
|
+
delay = (delay ?? this.options.hideDelay);
|
|
590
592
|
if (!this.isHidden) {
|
|
591
593
|
this.hideTimer = syncTimeout(function () {
|
|
592
594
|
const label = tooltip.getLabel();
|
|
@@ -689,7 +691,9 @@ class Tooltip {
|
|
|
689
691
|
* Split tooltip does not support outside in the first iteration. Should
|
|
690
692
|
* not be too complicated to implement.
|
|
691
693
|
*/
|
|
692
|
-
this.outside =
|
|
694
|
+
this.outside =
|
|
695
|
+
options.outside ??
|
|
696
|
+
Boolean(chart.scrollablePixelsX || chart.scrollablePixelsY);
|
|
693
697
|
}
|
|
694
698
|
shouldStickOnContact(pointerEvent) {
|
|
695
699
|
return !!(!this.followPointer &&
|
|
@@ -769,7 +773,7 @@ class Tooltip {
|
|
|
769
773
|
point.points = void 0;
|
|
770
774
|
// Register the current series
|
|
771
775
|
const currentSeries = point.series;
|
|
772
|
-
this.distance =
|
|
776
|
+
this.distance = (currentSeries.tooltipOptions.distance ?? 16);
|
|
773
777
|
// Update the inner HTML
|
|
774
778
|
if (text === false) {
|
|
775
779
|
this.hide();
|
|
@@ -1042,7 +1046,7 @@ class Tooltip {
|
|
|
1042
1046
|
anchorY,
|
|
1043
1047
|
boxWidth,
|
|
1044
1048
|
point,
|
|
1045
|
-
rank:
|
|
1049
|
+
rank: boxPosition.rank ?? (isHeader ? 1 : 0),
|
|
1046
1050
|
size,
|
|
1047
1051
|
target: boxPosition.y,
|
|
1048
1052
|
tt,
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*
|
|
11
11
|
* */
|
|
12
12
|
'use strict';
|
|
13
|
-
import { attr, fireEvent, isNumber, isString, objectEach
|
|
13
|
+
import { attr, fireEvent, isNumber, isString, objectEach } from '../Shared/Utilities.js';
|
|
14
14
|
import H from './Globals.js';
|
|
15
15
|
const { charts, win } = H;
|
|
16
16
|
/* *
|
|
@@ -113,7 +113,8 @@ export function insertItem(item, collection) {
|
|
|
113
113
|
!collection[i] ||
|
|
114
114
|
// Handle index option, the element to insert has lower index
|
|
115
115
|
(isNumber(indexOption) &&
|
|
116
|
-
indexOption <
|
|
116
|
+
indexOption < (collection[i].options.index ??
|
|
117
|
+
collection[i]._i)) ||
|
|
117
118
|
// Insert the new item before other internal items
|
|
118
119
|
// (navigator)
|
|
119
120
|
collection[i].options.isInternal) {
|
|
@@ -199,7 +200,7 @@ export const uniqueKey = (function () {
|
|
|
199
200
|
* State of the serial mode.
|
|
200
201
|
*/
|
|
201
202
|
export function useSerialIds(mode) {
|
|
202
|
-
return (serialMode =
|
|
203
|
+
return (serialMode = (mode ?? serialMode));
|
|
203
204
|
}
|
|
204
205
|
/* *
|
|
205
206
|
*
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
'use strict';
|
|
19
19
|
import DataModifier from '../Modifiers/DataModifier.js';
|
|
20
20
|
import DataTable from '../DataTable.js';
|
|
21
|
-
import { addEvent, fireEvent, merge
|
|
21
|
+
import { addEvent, fireEvent, merge } from '../../Shared/Utilities.js';
|
|
22
22
|
/* *
|
|
23
23
|
*
|
|
24
24
|
* Class
|
|
@@ -163,7 +163,7 @@ class DataConnector {
|
|
|
163
163
|
getColumnOrder() {
|
|
164
164
|
const connector = this, columns = connector.metadata.columns, names = Object.keys(columns || {});
|
|
165
165
|
if (names.length) {
|
|
166
|
-
return names.sort((a, b) => (
|
|
166
|
+
return names.sort((a, b) => ((columns[a].index ?? 0) - (columns[b].index ?? 0)));
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
/**
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
'use strict';
|
|
20
20
|
import DataConnector from './DataConnector.js';
|
|
21
21
|
import GoogleSheetsConverter from '../Converters/GoogleSheetsConverter.js';
|
|
22
|
-
import { fireEvent, merge
|
|
22
|
+
import { fireEvent, merge } from '../../Shared/Utilities.js';
|
|
23
23
|
/* *
|
|
24
24
|
*
|
|
25
25
|
* Functions
|
|
@@ -193,7 +193,7 @@ export function buildQueryRange(options = {}) {
|
|
|
193
193
|
return googleSpreadsheetRange || ((alphabet[startColumn || 0] || 'A') +
|
|
194
194
|
(Math.max((startRow || 0), 0) + 1) +
|
|
195
195
|
':' +
|
|
196
|
-
(alphabet[
|
|
196
|
+
(alphabet[(endColumn ?? 25)] || 'Z') +
|
|
197
197
|
(endRow ?
|
|
198
198
|
Math.max(endRow, 0) :
|
|
199
199
|
'Z'));
|
|
@@ -958,6 +958,23 @@ class DataTable extends DataTableCore {
|
|
|
958
958
|
});
|
|
959
959
|
}
|
|
960
960
|
}
|
|
961
|
+
/**
|
|
962
|
+
* Type guard narrowing an arbitrary value to a valid table cell value.
|
|
963
|
+
*
|
|
964
|
+
* @param {*} value
|
|
965
|
+
* Candidate value.
|
|
966
|
+
*
|
|
967
|
+
* @return {boolean}
|
|
968
|
+
* `true` when the value is a valid `CellType`.
|
|
969
|
+
*/
|
|
970
|
+
export function isCellValue(value) {
|
|
971
|
+
const valueType = typeof value;
|
|
972
|
+
return (value === null ||
|
|
973
|
+
valueType === 'undefined' ||
|
|
974
|
+
valueType === 'boolean' ||
|
|
975
|
+
valueType === 'number' ||
|
|
976
|
+
valueType === 'string');
|
|
977
|
+
}
|
|
961
978
|
/* *
|
|
962
979
|
*
|
|
963
980
|
* Default Export
|