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
|
@@ -18,7 +18,7 @@ import D from '../../Defaults.js';
|
|
|
18
18
|
const { defaultOptions } = D;
|
|
19
19
|
import SeriesRegistry from '../../Series/SeriesRegistry.js';
|
|
20
20
|
const { series: Series } = SeriesRegistry;
|
|
21
|
-
import { defined, extend, fireEvent, isArray, isNumber, merge,
|
|
21
|
+
import { defined, extend, fireEvent, isArray, isNumber, merge, relativeLength } from '../../../Shared/Utilities.js';
|
|
22
22
|
defaultOptions.colorAxis = merge(defaultOptions.xAxis, ColorAxisDefaults);
|
|
23
23
|
/* *
|
|
24
24
|
*
|
|
@@ -224,10 +224,8 @@ class ColorAxis extends Axis {
|
|
|
224
224
|
* @internal
|
|
225
225
|
*/
|
|
226
226
|
drawLegendSymbol(legend, item) {
|
|
227
|
-
const axis = this, legendItem = item.legendItem || {}, padding = legend.padding, legendOptions = legend.options, labelOptions = axis.options.labels, itemDistance =
|
|
228
|
-
|
|
229
|
-
// vertical
|
|
230
|
-
legendOptions.labelPadding, horiz ? 16 : 30);
|
|
227
|
+
const axis = this, legendItem = item.legendItem || {}, padding = legend.padding, legendOptions = legend.options, labelOptions = axis.options.labels, itemDistance = (legendOptions.itemDistance ?? 10), horiz = axis.horiz, { width, height } = axis.getSize(), labelPadding = legendOptions.labelPadding ??
|
|
228
|
+
(horiz ? 16 : 30);
|
|
231
229
|
this.setLegendColor();
|
|
232
230
|
let titleHeight = 0;
|
|
233
231
|
let titleWidth = 0;
|
|
@@ -329,7 +327,12 @@ class ColorAxis extends Axis {
|
|
|
329
327
|
this.dataMax = -Infinity;
|
|
330
328
|
while (i--) { // X, y, value, other
|
|
331
329
|
cSeries = series[i];
|
|
332
|
-
colorKey = cSeries.colorKey =
|
|
330
|
+
colorKey = cSeries.colorKey =
|
|
331
|
+
cSeries.options.colorKey ??
|
|
332
|
+
cSeries.colorKey ??
|
|
333
|
+
cSeries.pointValKey ??
|
|
334
|
+
cSeries.zoneAxis ??
|
|
335
|
+
'y';
|
|
333
336
|
calculatedExtremes = cSeries[colorKey + 'Min'] &&
|
|
334
337
|
cSeries[colorKey + 'Max'];
|
|
335
338
|
// Find the first column that has values
|
|
@@ -516,7 +519,7 @@ class ColorAxis extends Axis {
|
|
|
516
519
|
getDataClassLegendSymbols() {
|
|
517
520
|
const axis = this, chart = axis.chart, legendItems = (axis.legendItem &&
|
|
518
521
|
axis.legendItem.labels ||
|
|
519
|
-
[]), legendOptions = chart.options.legend, valueDecimals =
|
|
522
|
+
[]), legendOptions = chart.options.legend, valueDecimals = (legendOptions.valueDecimals ?? -1), valueSuffix = (legendOptions.valueSuffix ?? '');
|
|
520
523
|
const getPointsInDataClass = (i) => axis.series.reduce((points, s) => {
|
|
521
524
|
points.push(...s.points.filter((point) => point.dataClass === i));
|
|
522
525
|
return points;
|
|
@@ -586,9 +589,13 @@ class ColorAxis extends Axis {
|
|
|
586
589
|
* @internal
|
|
587
590
|
*/
|
|
588
591
|
getSize() {
|
|
589
|
-
const axis = this, { chart, horiz } = axis, { height: colorAxisHeight, width: colorAxisWidth } = axis.options, { legend: legendOptions } = chart.options, width =
|
|
590
|
-
relativeLength(colorAxisWidth, chart.chartWidth) :
|
|
591
|
-
|
|
592
|
+
const axis = this, { chart, horiz } = axis, { height: colorAxisHeight, width: colorAxisWidth } = axis.options, { legend: legendOptions } = chart.options, width = defined(colorAxisWidth) ?
|
|
593
|
+
relativeLength(colorAxisWidth, chart.chartWidth) :
|
|
594
|
+
(legendOptions?.symbolWidth ??
|
|
595
|
+
(horiz ? ColorAxis.defaultLegendLength : 12)), height = defined(colorAxisHeight) ?
|
|
596
|
+
relativeLength(colorAxisHeight, chart.chartHeight) :
|
|
597
|
+
(legendOptions?.symbolHeight ??
|
|
598
|
+
(horiz ? 12 : ColorAxis.defaultLegendLength));
|
|
592
599
|
return {
|
|
593
600
|
width,
|
|
594
601
|
height
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
'use strict';
|
|
13
13
|
import Color from '../../Color/Color.js';
|
|
14
14
|
const { parse: color } = Color;
|
|
15
|
-
import { addEvent, extend, merge,
|
|
15
|
+
import { addEvent, extend, merge, splat } from '../../../Shared/Utilities.js';
|
|
16
16
|
/* *
|
|
17
17
|
*
|
|
18
18
|
* Composition
|
|
@@ -230,7 +230,7 @@ export var ColorAxisComposition;
|
|
|
230
230
|
series.bindAxes();
|
|
231
231
|
series.isDirtyData = true;
|
|
232
232
|
});
|
|
233
|
-
if (
|
|
233
|
+
if (options.redraw ?? true) {
|
|
234
234
|
chart.redraw(options.animation);
|
|
235
235
|
}
|
|
236
236
|
return axis;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import Axis from './Axis.js';
|
|
14
14
|
import H from '../Globals.js';
|
|
15
15
|
const { dateFormats } = H;
|
|
16
|
-
import { defined, find, erase, isArray, isNumber, isObject as isObjectUtils, merge,
|
|
16
|
+
import { defined, find, erase, isArray, isNumber, isObject as isObjectUtils, merge, wrap, addEvent } from '../../Shared/Utilities.js';
|
|
17
17
|
import { timeUnits } from '../Utilities.js';
|
|
18
18
|
/* *
|
|
19
19
|
*
|
|
@@ -54,7 +54,7 @@ function applyGridOptions(axis) {
|
|
|
54
54
|
options.labels = {};
|
|
55
55
|
}
|
|
56
56
|
*/
|
|
57
|
-
options.labels.align =
|
|
57
|
+
options.labels.align = (options.labels.align ?? 'center');
|
|
58
58
|
// @todo: Check against tickLabelPlacement between/on etc
|
|
59
59
|
/* Prevents adding the last tick label if the axis is not a category
|
|
60
60
|
axis.
|
|
@@ -598,8 +598,8 @@ function onAfterSetOptions(e) {
|
|
|
598
598
|
_________________________
|
|
599
599
|
Into this: |_____|_____|_____|_____|
|
|
600
600
|
^ ^ */
|
|
601
|
-
options.minPadding =
|
|
602
|
-
options.maxPadding =
|
|
601
|
+
options.minPadding = (userOptions.minPadding ?? 0);
|
|
602
|
+
options.maxPadding = (userOptions.maxPadding ?? 0);
|
|
603
603
|
}
|
|
604
604
|
// If borderWidth is set, then use its value for tick and
|
|
605
605
|
// line width.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*
|
|
11
11
|
* */
|
|
12
12
|
'use strict';
|
|
13
|
-
import { addEvent, normalizeTickInterval
|
|
13
|
+
import { addEvent, normalizeTickInterval } from '../../Shared/Utilities.js';
|
|
14
14
|
/* *
|
|
15
15
|
*
|
|
16
16
|
* Class
|
|
@@ -152,8 +152,10 @@ var LogarithmicAxis;
|
|
|
152
152
|
tickIntervalOption, tickPixelIntervalOption = options.tickPixelInterval / (minor ? 5 : 1), totalPixelLength = minor ?
|
|
153
153
|
axisLength / axis.tickPositions.length :
|
|
154
154
|
axisLength;
|
|
155
|
-
interval =
|
|
156
|
-
|
|
155
|
+
interval = filteredTickIntervalOption ??
|
|
156
|
+
log.minorAutoInterval ??
|
|
157
|
+
(realMax - realMin) * tickPixelIntervalOption /
|
|
158
|
+
(totalPixelLength || 1);
|
|
157
159
|
interval = normalizeTickInterval(interval);
|
|
158
160
|
positions = axis.getLinearTickPositions(interval, realMin, realMax).map(log.log2lin);
|
|
159
161
|
if (!minor) {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
'use strict';
|
|
13
13
|
import H from '../Globals.js';
|
|
14
14
|
const { isTouchDevice } = H;
|
|
15
|
-
import { addEvent, correctFloat, defined, isNumber
|
|
15
|
+
import { addEvent, correctFloat, defined, isNumber } from '../../Shared/Utilities.js';
|
|
16
16
|
/* *
|
|
17
17
|
*
|
|
18
18
|
* Functions
|
|
@@ -108,7 +108,7 @@ class NavigatorAxisAdditions {
|
|
|
108
108
|
*/
|
|
109
109
|
toFixedRange(pxMin, pxMax, fixedMin, fixedMax) {
|
|
110
110
|
const axis = this.axis, halfPointRange = (axis.pointRange || 0) / 2;
|
|
111
|
-
let newMin =
|
|
111
|
+
let newMin = fixedMin ?? axis.translate(pxMin, true, !axis.horiz), newMax = fixedMax ?? axis.translate(pxMax, true, !axis.horiz);
|
|
112
112
|
// Add/remove half point range to/from the extremes (#1172)
|
|
113
113
|
if (!defined(fixedMin)) {
|
|
114
114
|
newMin = correctFloat(newMin + halfPointRange);
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
'use strict';
|
|
13
13
|
import DataTableCore from '../../Data/DataTableCore.js';
|
|
14
14
|
import H from '../Globals.js';
|
|
15
|
-
import { correctFloat, defined, isString, isNumber,
|
|
15
|
+
import { correctFloat, defined, isString, isNumber, css, addEvent } from '../../Shared/Utilities.js';
|
|
16
16
|
import { error, timeUnits } from '../Utilities.js';
|
|
17
17
|
/* *
|
|
18
18
|
*
|
|
@@ -601,9 +601,7 @@ var OrdinalAxis;
|
|
|
601
601
|
// Without a custom function it is sorted as strings
|
|
602
602
|
return a - b;
|
|
603
603
|
});
|
|
604
|
-
overscrollPointsRange = Math.min(overscrollPointsRange,
|
|
605
|
-
// Check for a single-point series:
|
|
606
|
-
series.closestPointRange, overscrollPointsRange));
|
|
604
|
+
overscrollPointsRange = Math.min(overscrollPointsRange, (series.closestPointRange ?? overscrollPointsRange));
|
|
607
605
|
if (len) {
|
|
608
606
|
i = 0;
|
|
609
607
|
while (i < len - 1) {
|
|
@@ -704,7 +702,9 @@ var OrdinalAxis;
|
|
|
704
702
|
ordinal.offset = min - (minIndex * slope);
|
|
705
703
|
}
|
|
706
704
|
else {
|
|
707
|
-
ordinal.overscrollPointsRange =
|
|
705
|
+
ordinal.overscrollPointsRange =
|
|
706
|
+
axis.closestPointRange ??
|
|
707
|
+
ordinal.overscrollPointsRange;
|
|
708
708
|
ordinal.positions = axis.ordinal.slope = ordinal.offset =
|
|
709
709
|
void 0;
|
|
710
710
|
}
|
|
@@ -997,8 +997,10 @@ var OrdinalAxis;
|
|
|
997
997
|
*/
|
|
998
998
|
convertOverscroll(overscroll = 0) {
|
|
999
999
|
const ordinal = this, axis = ordinal.axis, calculateOverscroll = function (overscrollPercentage) {
|
|
1000
|
-
return
|
|
1001
|
-
axis.dataMax
|
|
1000
|
+
return (ordinal.originalOrdinalRange ??
|
|
1001
|
+
(defined(axis.dataMax) && defined(axis.dataMin) ?
|
|
1002
|
+
axis.dataMax - axis.dataMin :
|
|
1003
|
+
0)) * overscrollPercentage;
|
|
1002
1004
|
};
|
|
1003
1005
|
if (isString(overscroll)) {
|
|
1004
1006
|
const overscrollValue = parseInt(overscroll, 10);
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* */
|
|
12
12
|
'use strict';
|
|
13
13
|
import PlotLineOrBandAxis from './PlotLineOrBandAxis.js';
|
|
14
|
-
import { addEvent, arrayMax, arrayMin, defined, destroyObjectProperties, erase, fireEvent, merge, objectEach
|
|
14
|
+
import { addEvent, arrayMax, arrayMin, defined, destroyObjectProperties, erase, fireEvent, merge, objectEach } from '../../../Shared/Utilities.js';
|
|
15
15
|
/* *
|
|
16
16
|
*
|
|
17
17
|
* Class
|
|
@@ -111,7 +111,8 @@ class PlotLineOrBand {
|
|
|
111
111
|
if (!chart.styledMode) {
|
|
112
112
|
if (isLine) {
|
|
113
113
|
attribs.stroke = color || 'var(--highcharts-neutral-color-40)';
|
|
114
|
-
attribs['stroke-width'] =
|
|
114
|
+
attribs['stroke-width'] =
|
|
115
|
+
options.width ?? 1;
|
|
115
116
|
if (options.dashStyle) {
|
|
116
117
|
attribs.dashstyle = options.dashStyle;
|
|
117
118
|
}
|
|
@@ -16,7 +16,7 @@ import D from '../Defaults.js';
|
|
|
16
16
|
const { defaultOptions } = D;
|
|
17
17
|
import H from '../Globals.js';
|
|
18
18
|
const { composed, noop } = H;
|
|
19
|
-
import { addEvent, clamp, correctFloat, defined, extend, fireEvent, isNumber, isObject, merge,
|
|
19
|
+
import { addEvent, clamp, correctFloat, defined, extend, fireEvent, isNumber, isObject, merge, pushUnique, relativeLength, splat, wrap } from '../../Shared/Utilities.js';
|
|
20
20
|
/* *
|
|
21
21
|
*
|
|
22
22
|
* Composition
|
|
@@ -47,7 +47,7 @@ var RadialAxis;
|
|
|
47
47
|
// one closestPointRange is added to the X axis to prevent the last
|
|
48
48
|
// point from overlapping the first.
|
|
49
49
|
this.autoConnect = (this.isCircular &&
|
|
50
|
-
typeof
|
|
50
|
+
typeof (this.userMax ?? this.options.max) === 'undefined' &&
|
|
51
51
|
correctFloat(this.endAngleRad - this.startAngleRad) ===
|
|
52
52
|
correctFloat(2 * Math.PI));
|
|
53
53
|
// This will lead to add an extra tick to xAxis in order to display
|
|
@@ -175,7 +175,7 @@ var RadialAxis;
|
|
|
175
175
|
*/
|
|
176
176
|
function getLinePath(_lineWidth, radius, innerRadius) {
|
|
177
177
|
const center = this.pane.center, chart = this.chart, left = this.left || 0, top = this.top || 0;
|
|
178
|
-
let end, path, r =
|
|
178
|
+
let end, path, r = (radius ?? center[2] / 2 - this.offset);
|
|
179
179
|
innerRadius ?? (innerRadius = this.horiz ? 0 : this.center && -this.center[3] / 2);
|
|
180
180
|
// In case when innerSize of pane is set, it must be included
|
|
181
181
|
if (innerRadius && innerRadius > 0) {
|
|
@@ -241,7 +241,7 @@ var RadialAxis;
|
|
|
241
241
|
}, center = this.center, { endAngleRad, startAngleRad } = this, borderRadius = borderRadiusObject(options.borderRadius ??
|
|
242
242
|
this.pane.options.borderRadius), fullRadius = center[2] / 2, offset = Math.min(this.offset || 0, 0), left = this.left || 0, top = this.top || 0, percentRegex = /%$/, isCircular = this.isCircular, // X axis in a polar chart
|
|
243
243
|
trueBands = this.options.plotBands || [], index = trueBands.indexOf(options);
|
|
244
|
-
let start, end, angle, xOnPerimeter, open, path, outerRadius =
|
|
244
|
+
let start, end, angle, xOnPerimeter, open, path, outerRadius = (radiusToPixels(options.outerRadius) ?? fullRadius), innerRadius = radiusToPixels(options.innerRadius), thickness = radiusToPixels(options.thickness), brStart = true, brEnd = true;
|
|
245
245
|
// Apply conditional border radius, only for ends of band stacks
|
|
246
246
|
if (borderRadius.radius &&
|
|
247
247
|
borderRadius.scope === 'stack' &&
|
|
@@ -300,7 +300,9 @@ var RadialAxis;
|
|
|
300
300
|
// Math is for reversed yAxis (#3606)
|
|
301
301
|
start: Math.min(start, end),
|
|
302
302
|
end: Math.max(start, end),
|
|
303
|
-
innerR:
|
|
303
|
+
innerR: innerRadius ?? (isNumber(thickness) ?
|
|
304
|
+
outerRadius - thickness :
|
|
305
|
+
this.center[3] / 2),
|
|
304
306
|
open,
|
|
305
307
|
borderRadius: borderRadius.radius,
|
|
306
308
|
brStart,
|
|
@@ -430,13 +432,16 @@ var RadialAxis;
|
|
|
430
432
|
*/
|
|
431
433
|
function getPosition(value, length) {
|
|
432
434
|
const translatedVal = this.translate(value);
|
|
435
|
+
const centerRadius = ((this.center && this.center[2]) || 0) / 2;
|
|
433
436
|
return this.postTranslate(this.isCircular ? translatedVal : this.angleRad, // #2848
|
|
434
437
|
// In case when translatedVal is negative, the 0 value must be
|
|
435
438
|
// used instead, in order to deal with lines and labels that
|
|
436
439
|
// fall out of the visible range near the center of a pane
|
|
437
|
-
|
|
438
|
-
length :
|
|
439
|
-
(translatedVal
|
|
440
|
+
(this.isCircular ?
|
|
441
|
+
(length ?? centerRadius) :
|
|
442
|
+
(typeof translatedVal === 'number' && translatedVal < 0 ?
|
|
443
|
+
0 :
|
|
444
|
+
translatedVal ?? centerRadius)) - this.offset);
|
|
440
445
|
}
|
|
441
446
|
/**
|
|
442
447
|
* Find the position for the axis title, by default inside the gauge.
|
|
@@ -503,7 +508,8 @@ var RadialAxis;
|
|
|
503
508
|
// Start and end angle options are given in degrees relative to
|
|
504
509
|
// top, while internal computations are in radians relative to
|
|
505
510
|
// right (like SVG).
|
|
506
|
-
start = (startAngle - 90) * Math.PI / 180, end = (
|
|
511
|
+
start = (startAngle - 90) * Math.PI / 180, end = ((paneOptions.endAngle ??
|
|
512
|
+
startAngle + (chart.angular ? 270 : 360)) - 90) * Math.PI / 180;
|
|
507
513
|
// Y axis in polar charts
|
|
508
514
|
this.angleRad = (options.angle || 0) * Math.PI / 180;
|
|
509
515
|
// Gauges
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
'use strict';
|
|
13
13
|
import H from '../Globals.js';
|
|
14
14
|
const { composed } = H;
|
|
15
|
-
import { addEvent, correctFloat, defined,
|
|
15
|
+
import { addEvent, correctFloat, defined, pushUnique } from '../../Shared/Utilities.js';
|
|
16
16
|
/* *
|
|
17
17
|
*
|
|
18
18
|
* Composition
|
|
@@ -54,8 +54,8 @@ var ScrollbarAxis;
|
|
|
54
54
|
ScrollbarAxis.compose = compose;
|
|
55
55
|
/** @internal */
|
|
56
56
|
function getExtremes(axis) {
|
|
57
|
-
const axisMin =
|
|
58
|
-
const axisMax =
|
|
57
|
+
const axisMin = (axis.options?.min ?? axis.min);
|
|
58
|
+
const axisMax = (axis.options?.max ?? axis.max);
|
|
59
59
|
return {
|
|
60
60
|
axisMin,
|
|
61
61
|
axisMax,
|
|
@@ -14,7 +14,7 @@ import T from '../../Templating.js';
|
|
|
14
14
|
const { format } = T;
|
|
15
15
|
import SeriesRegistry from '../../Series/SeriesRegistry.js';
|
|
16
16
|
const { series: Series } = SeriesRegistry;
|
|
17
|
-
import { destroyObjectProperties, fireEvent, getAlignFactor, isNumber
|
|
17
|
+
import { destroyObjectProperties, fireEvent, getAlignFactor, isNumber } from '../../../Shared/Utilities.js';
|
|
18
18
|
/* *
|
|
19
19
|
*
|
|
20
20
|
* Class
|
|
@@ -99,7 +99,7 @@ class StackItem {
|
|
|
99
99
|
r: options.borderRadius || 0,
|
|
100
100
|
text: str,
|
|
101
101
|
// Set default padding to 5 as it is in dataLabels #12308
|
|
102
|
-
padding:
|
|
102
|
+
padding: (options.padding ?? 5),
|
|
103
103
|
visibility: 'hidden' // Hidden until setOffset is called
|
|
104
104
|
};
|
|
105
105
|
if (!chart.styledMode) {
|
|
@@ -133,7 +133,7 @@ class StackItem {
|
|
|
133
133
|
}), { verticalAlign } = alignOptions;
|
|
134
134
|
if (label && stackBox) {
|
|
135
135
|
const labelBox = label.getBBox(void 0, 0), padding = label.padding;
|
|
136
|
-
let isJustify =
|
|
136
|
+
let isJustify = (options.overflow ?? 'justify') === 'justify', visible;
|
|
137
137
|
// Reset alignOptions property after justify #12337
|
|
138
138
|
alignOptions.x = options.x || 0;
|
|
139
139
|
alignOptions.y = options.y || 0;
|
|
@@ -170,7 +170,7 @@ class StackItem {
|
|
|
170
170
|
rotationOriginY: labelBox.height / 2
|
|
171
171
|
});
|
|
172
172
|
// Check if the dataLabel should be visible.
|
|
173
|
-
if (
|
|
173
|
+
if (((!isJustify && options.crop) ?? true)) {
|
|
174
174
|
visible =
|
|
175
175
|
isNumber(label.x) &&
|
|
176
176
|
isNumber(label.y) &&
|
|
@@ -204,7 +204,7 @@ class StackItem {
|
|
|
204
204
|
getStackBox(stackBoxProps) {
|
|
205
205
|
const stackItem = this, axis = this.axis, chart = axis.chart, { boxTop, defaultX, xOffset, width, boxBottom } = stackBoxProps, totalStackValue = axis.stacking.usePercentage ?
|
|
206
206
|
100 :
|
|
207
|
-
|
|
207
|
+
(boxTop ?? this.total ?? 0), y = axis.toPixels(totalStackValue), xAxis = stackBoxProps.xAxis || chart.xAxis[0], x = (defaultX ?? xAxis.translate(this.x)) + xOffset, yZero = axis.toPixels(boxBottom ||
|
|
208
208
|
(isNumber(axis.min) &&
|
|
209
209
|
axis.logarithmic &&
|
|
210
210
|
axis.logarithmic.lin2log(axis.min)) ||
|
|
@@ -14,7 +14,7 @@ import { getDeferredAnimation } from '../../Animation/AnimationUtilities.js';
|
|
|
14
14
|
import SeriesRegistry from '../../Series/SeriesRegistry.js';
|
|
15
15
|
const { series: { prototype: seriesProto } } = SeriesRegistry;
|
|
16
16
|
import StackItem from './StackItem.js';
|
|
17
|
-
import { addEvent, correctFloat, defined, destroyObjectProperties, fireEvent, isNumber, objectEach
|
|
17
|
+
import { addEvent, correctFloat, defined, destroyObjectProperties, fireEvent, isNumber, objectEach } from '../../../Shared/Utilities.js';
|
|
18
18
|
/* *
|
|
19
19
|
*
|
|
20
20
|
* Functions
|
|
@@ -39,7 +39,7 @@ function chartGetStacks() {
|
|
|
39
39
|
if (series.options.stacking && series.reserveSpace()) {
|
|
40
40
|
series.stackKey = [
|
|
41
41
|
series.type,
|
|
42
|
-
|
|
42
|
+
(series.options.stack ?? ''),
|
|
43
43
|
inverted ? xAxisOptions.top : xAxisOptions.left,
|
|
44
44
|
inverted ? xAxisOptions.height : xAxisOptions.width
|
|
45
45
|
].join(',');
|
|
@@ -202,7 +202,7 @@ function seriesSetStackedPoints(axis, stackingParam) {
|
|
|
202
202
|
stack = stacks[key][x];
|
|
203
203
|
if (y !== null) {
|
|
204
204
|
stack.points[pointKey] = stack.points[series.index] = [
|
|
205
|
-
|
|
205
|
+
(stack.cumulative ?? stackThreshold)
|
|
206
206
|
];
|
|
207
207
|
// Record the base of the stack
|
|
208
208
|
if (!defined(stack.cumulative)) {
|
|
@@ -250,7 +250,7 @@ function seriesSetStackedPoints(axis, stackingParam) {
|
|
|
250
250
|
stack.cumulative = (total || 1) - 1;
|
|
251
251
|
}
|
|
252
252
|
else {
|
|
253
|
-
stack.cumulative = correctFloat(
|
|
253
|
+
stack.cumulative = correctFloat((stack.cumulative ?? stackThreshold) + yNumber);
|
|
254
254
|
}
|
|
255
255
|
stack.total = total;
|
|
256
256
|
if (y !== null) {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import F from '../Templating.js';
|
|
14
14
|
import H from '../Globals.js';
|
|
15
15
|
const { deg2rad } = H;
|
|
16
|
-
import { correctFloat, clamp, defined, extend, isNumber, merge,
|
|
16
|
+
import { correctFloat, clamp, defined, extend, isNumber, merge, destroyObjectProperties, getAlignFactor, fireEvent } from '../../Shared/Utilities.js';
|
|
17
17
|
/* *
|
|
18
18
|
*
|
|
19
19
|
* Class
|
|
@@ -96,11 +96,11 @@ class Tick {
|
|
|
96
96
|
* @function Highcharts.Tick#addLabel
|
|
97
97
|
*/
|
|
98
98
|
addLabel() {
|
|
99
|
-
const tick = this, axis = tick.axis, options = axis.options, chart = axis.chart, categories = axis.categories, log = axis.logarithmic, names = axis.names, pos = tick.pos, labelOptions =
|
|
99
|
+
const tick = this, axis = tick.axis, options = axis.options, chart = axis.chart, categories = axis.categories, log = axis.logarithmic, names = axis.names, pos = tick.pos, labelOptions = (tick.options?.labels ?? options.labels), tickPositions = axis.tickPositions, isFirst = pos === tickPositions[0], isLast = pos === tickPositions[tickPositions.length - 1], tickPositionInfo = tickPositions.info, boundary = tickPositionInfo?.boundaryTicks[pos], DTLFormats = options.dateTimeLabelFormats;
|
|
100
100
|
let label = tick.label, dateTimeLabelFormat, dateTimeLabelFormats, i;
|
|
101
101
|
// The context value
|
|
102
102
|
let value = this.parameters.category || (categories ?
|
|
103
|
-
|
|
103
|
+
(categories[pos] ?? names[pos] ?? pos) :
|
|
104
104
|
pos);
|
|
105
105
|
if (log && isNumber(value)) {
|
|
106
106
|
value = correctFloat(log.lin2log(value));
|
|
@@ -347,7 +347,7 @@ class Tick {
|
|
|
347
347
|
labelOptions.y;
|
|
348
348
|
}
|
|
349
349
|
x = x +
|
|
350
|
-
|
|
350
|
+
(labelOptions.x ?? [0, 1, 0, -1][axis.side] * distance) +
|
|
351
351
|
labelOffsetCorrection +
|
|
352
352
|
rotCorr.x -
|
|
353
353
|
(tickmarkOffset && horiz ?
|
|
@@ -402,7 +402,7 @@ class Tick {
|
|
|
402
402
|
* @function Highcharts.Tick#handleOverflow
|
|
403
403
|
*/
|
|
404
404
|
handleOverflow(xy) {
|
|
405
|
-
const tick = this, axis = this.axis, labelOptions = axis.options.labels, pxPos = xy.x, chartWidth = axis.chart.chartWidth, spacing = axis.chart.spacing, leftBound =
|
|
405
|
+
const tick = this, axis = this.axis, labelOptions = axis.options.labels, pxPos = xy.x, chartWidth = axis.chart.chartWidth, spacing = axis.chart.spacing, leftBound = axis.labelLeft ?? Math.min(axis.pos, spacing[3]), rightBound = (axis.labelRight ?? Math.max(!axis.isRadial ? axis.pos + axis.len : 0, chartWidth - spacing[1])), label = this.label, rotation = this.rotation, factor = getAlignFactor(axis.labelAlign || label.attr('align')), labelWidth = label.getBBox().width, slotWidth = axis.getSlotWidth(tick), xCorrection = factor, css = {};
|
|
406
406
|
let modifiedSlotWidth = slotWidth, goRight = 1, leftPos, rightPos, textWidth;
|
|
407
407
|
// Check if the label overshoots the chart spacing box. If it does, move
|
|
408
408
|
// it. If it now overshoots the slotWidth, add ellipsis.
|
|
@@ -469,9 +469,8 @@ class Tick {
|
|
|
469
469
|
* @param {number} [opacity]
|
|
470
470
|
*/
|
|
471
471
|
render(index, old, opacity) {
|
|
472
|
-
const tick = this, axis = tick.axis, horiz = axis.horiz, pos = tick.pos, tickmarkOffset =
|
|
473
|
-
const labelOpacity =
|
|
474
|
-
1);
|
|
472
|
+
const tick = this, axis = tick.axis, horiz = axis.horiz, pos = tick.pos, tickmarkOffset = (tick.tickmarkOffset ?? axis.tickmarkOffset), xy = tick.getPosition(horiz, pos, tickmarkOffset, old), x = xy.x, y = xy.y, axisStart = axis.pos, axisEnd = axisStart + axis.len, pxPos = horiz ? x : y;
|
|
473
|
+
const labelOpacity = (opacity ?? tick.label?.newOpacity ?? 1);
|
|
475
474
|
// Anything that is not between `axis.pos` and `axis.pos + axis.length`
|
|
476
475
|
// should not be visible (#20166). The `correctFloat` is for reversed
|
|
477
476
|
// axes in Safari.
|
|
@@ -499,7 +498,7 @@ class Tick {
|
|
|
499
498
|
* @param {number} opacity The opacity of the grid line
|
|
500
499
|
*/
|
|
501
500
|
renderGridLine(old, opacity) {
|
|
502
|
-
const tick = this, axis = tick.axis, options = axis.options, attribs = {}, pos = tick.pos, type = tick.type, tickmarkOffset =
|
|
501
|
+
const tick = this, axis = tick.axis, options = axis.options, attribs = {}, pos = tick.pos, type = tick.type, tickmarkOffset = (tick.tickmarkOffset ?? axis.tickmarkOffset), renderer = axis.chart.renderer;
|
|
503
502
|
let gridLine = tick.gridLine, gridLinePath, gridLineWidth = options.gridLineWidth, gridLineColor = options.gridLineColor, dashStyle = options.gridLineDashStyle;
|
|
504
503
|
if (tick.type === 'minor') {
|
|
505
504
|
gridLineWidth = options.minorGridLineWidth;
|
|
@@ -555,7 +554,7 @@ class Tick {
|
|
|
555
554
|
* @param {number} opacity The opacity of the mark
|
|
556
555
|
*/
|
|
557
556
|
renderMark(xy, opacity) {
|
|
558
|
-
const tick = this, axis = tick.axis, options = axis.options, renderer = axis.chart.renderer, type = tick.type, tickSize = axis.tickSize(type ? type + 'Tick' : 'tick'), x = xy.x, y = xy.y, tickWidth =
|
|
557
|
+
const tick = this, axis = tick.axis, options = axis.options, renderer = axis.chart.renderer, type = tick.type, tickSize = axis.tickSize(type ? type + 'Tick' : 'tick'), x = xy.x, y = xy.y, tickWidth = options[type !== 'minor' ? 'tickWidth' : 'minorTickWidth'] ?? (!type && axis.isXAxis ? 1 : 0), // X axis defaults to 1
|
|
559
558
|
tickColor = options[type !== 'minor' ? 'tickColor' : 'minorTickColor'];
|
|
560
559
|
let mark = tick.mark;
|
|
561
560
|
const isNewMark = !mark;
|
|
@@ -600,7 +599,7 @@ class Tick {
|
|
|
600
599
|
* @param {number} index The index of the tick
|
|
601
600
|
*/
|
|
602
601
|
renderLabel(xy, old, opacity, index) {
|
|
603
|
-
const tick = this, axis = tick.axis, horiz = axis.horiz, options = axis.options, label = tick.label, labelOptions = options.labels, step = labelOptions.step, tickmarkOffset =
|
|
602
|
+
const tick = this, axis = tick.axis, horiz = axis.horiz, options = axis.options, label = tick.label, labelOptions = options.labels, step = labelOptions.step, tickmarkOffset = (tick.tickmarkOffset ?? axis.tickmarkOffset), x = xy.x, y = xy.y;
|
|
604
603
|
let show = true;
|
|
605
604
|
if (label && isNumber(x)) {
|
|
606
605
|
label.xy = xy = tick.getLabelPosition(x, y, label, horiz, labelOptions, tickmarkOffset, index, step);
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*
|
|
11
11
|
* */
|
|
12
12
|
'use strict';
|
|
13
|
-
import { addEvent, correctFloat, isNumber, isObject,
|
|
13
|
+
import { addEvent, correctFloat, isNumber, isObject, removeEvent, wrap } from '../../../Shared/Utilities.js';
|
|
14
14
|
/* *
|
|
15
15
|
*
|
|
16
16
|
* Functions
|
|
@@ -75,7 +75,7 @@ function renderLabelIcon(tick, params) {
|
|
|
75
75
|
}
|
|
76
76
|
/** @internal */
|
|
77
77
|
function wrapGetLabelPosition(proceed, x, y, label, horiz, labelOptions, tickmarkOffset, index, step) {
|
|
78
|
-
const tick = this, lbOptions =
|
|
78
|
+
const tick = this, lbOptions = (tick.options?.labels ?? labelOptions), pos = tick.pos, axis = tick.axis, isTreeGrid = axis.type === 'treegrid', result = proceed.apply(tick, [x, y, label, horiz, lbOptions, tickmarkOffset, index, step]);
|
|
79
79
|
let mapOfPosToGridNode, node, level;
|
|
80
80
|
if (isTreeGrid) {
|
|
81
81
|
const { width = 0, padding = axis.linkedParent ? 0 : 5 } = (lbOptions && isObject(lbOptions.symbol, true) ?
|
|
@@ -96,7 +96,7 @@ function wrapGetLabelPosition(proceed, x, y, label, horiz, labelOptions, tickmar
|
|
|
96
96
|
}
|
|
97
97
|
/** @internal */
|
|
98
98
|
function wrapRenderLabel(proceed) {
|
|
99
|
-
const tick = this, { pos, axis, label, treeGrid: tickGrid, options: tickOptions } = tick, icon = tickGrid?.labelIcon, labelElement = label?.element, { treeGrid: axisGrid, options: axisOptions, chart, tickPositions } = axis, mapOfPosToGridNode = axisGrid.mapOfPosToGridNode, labelOptions =
|
|
99
|
+
const tick = this, { pos, axis, label, treeGrid: tickGrid, options: tickOptions } = tick, icon = tickGrid?.labelIcon, labelElement = label?.element, { treeGrid: axisGrid, options: axisOptions, chart, tickPositions } = axis, mapOfPosToGridNode = axisGrid.mapOfPosToGridNode, labelOptions = (tickOptions?.labels ?? axisOptions?.labels), symbolOptions = (labelOptions && isObject(labelOptions.symbol, true) ?
|
|
100
100
|
labelOptions.symbol :
|
|
101
101
|
{}), node = mapOfPosToGridNode?.[pos], { descendants, depth } = node || {}, hasDescendants = node && descendants && descendants > 0, level = depth, isTreeGridElement = (axis.type === 'treegrid') && labelElement, shouldRender = tickPositions.indexOf(pos) > -1, prefixClassName = 'highcharts-treegrid-node-', prefixLevelClass = prefixClassName + 'level-', styledMode = chart.styledMode;
|
|
102
102
|
let collapsed, addClassName, removeClassName;
|
|
@@ -28,7 +28,7 @@ import SVGRenderer from '../Renderer/SVG/SVGRenderer.js';
|
|
|
28
28
|
import Time from '../Time.js';
|
|
29
29
|
import AST from '../Renderer/HTML/AST.js';
|
|
30
30
|
import Tick from '../Axis/Tick.js';
|
|
31
|
-
import { addEvent, attr, createElement, css, defined, diffObjects, discardElement, erase, extend, find, fireEvent, getAlignFactor, getStyle, internalClearTimeout, isArray, isNumber, isObject, isString, merge, objectEach,
|
|
31
|
+
import { addEvent, attr, createElement, css, defined, diffObjects, discardElement, erase, extend, find, fireEvent, getAlignFactor, getStyle, internalClearTimeout, isArray, isNumber, isObject, isString, merge, objectEach, pInt, relativeLength, removeEvent, splat, syncTimeout } from '../../Shared/Utilities.js';
|
|
32
32
|
import { error, uniqueKey } from '../Utilities.js';
|
|
33
33
|
/* *
|
|
34
34
|
*
|
|
@@ -101,7 +101,7 @@ class Chart {
|
|
|
101
101
|
*/
|
|
102
102
|
static chart(a, b, c) {
|
|
103
103
|
const chart = new Chart(a, b, c);
|
|
104
|
-
return chart.promise
|
|
104
|
+
return chart.promise ?? chart;
|
|
105
105
|
}
|
|
106
106
|
// Implementation
|
|
107
107
|
constructor(a,
|
|
@@ -142,10 +142,10 @@ class Chart {
|
|
|
142
142
|
const chart = this, options = chart.options.chart, zooming = options.zooming;
|
|
143
143
|
chart.zooming = {
|
|
144
144
|
...zooming,
|
|
145
|
-
type:
|
|
146
|
-
key:
|
|
147
|
-
pinchType:
|
|
148
|
-
singleTouch:
|
|
145
|
+
type: (options.zoomType ?? zooming.type),
|
|
146
|
+
key: (options.zoomKey ?? zooming.key),
|
|
147
|
+
pinchType: (options.pinchType ?? zooming.pinchType),
|
|
148
|
+
singleTouch: options.zoomBySingleTouch ?? zooming.singleTouch ?? false,
|
|
149
149
|
resetButton: merge(zooming.resetButton, options.resetZoomButton)
|
|
150
150
|
};
|
|
151
151
|
}
|
|
@@ -697,7 +697,7 @@ class Chart {
|
|
|
697
697
|
// inspect the generated series.points.
|
|
698
698
|
series.getPointsCollection()
|
|
699
699
|
.forEach((point) => {
|
|
700
|
-
if (
|
|
700
|
+
if (point.selectedStaging ?? point.selected) {
|
|
701
701
|
acc.push(point);
|
|
702
702
|
}
|
|
703
703
|
});
|
|
@@ -1135,7 +1135,7 @@ class Chart {
|
|
|
1135
1135
|
chartWidth = chart.chartWidth;
|
|
1136
1136
|
if (!chart.styledMode) {
|
|
1137
1137
|
css(container, {
|
|
1138
|
-
width:
|
|
1138
|
+
width: (optionsChart.style?.width ?? chartWidth + 'px')
|
|
1139
1139
|
});
|
|
1140
1140
|
}
|
|
1141
1141
|
}
|
|
@@ -1778,7 +1778,7 @@ class Chart {
|
|
|
1778
1778
|
const mockTick = new Tick(axis, 0, '', true), label = mockTick.createLabel('x', labels);
|
|
1779
1779
|
mockTick.destroy();
|
|
1780
1780
|
if (label &&
|
|
1781
|
-
|
|
1781
|
+
(labels.reserveSpace ?? !isNumber(options.crossing))) {
|
|
1782
1782
|
expectedSpace = label.getBBox().height +
|
|
1783
1783
|
labels.distance +
|
|
1784
1784
|
Math.max(isNumber(offset) ? offset : 0, 0);
|
|
@@ -2113,7 +2113,7 @@ class Chart {
|
|
|
2113
2113
|
const chart = this;
|
|
2114
2114
|
let series;
|
|
2115
2115
|
if (options) { // <- not necessary
|
|
2116
|
-
redraw =
|
|
2116
|
+
redraw = (redraw ?? true); // Defaults to true
|
|
2117
2117
|
fireEvent(chart, 'addSeries', { options: options }, function () {
|
|
2118
2118
|
series = chart.initSeries(options);
|
|
2119
2119
|
chart.isDirtyLegend = true;
|
|
@@ -2204,7 +2204,7 @@ class Chart {
|
|
|
2204
2204
|
*/
|
|
2205
2205
|
createAxis(coll, options) {
|
|
2206
2206
|
const axis = new Axis(this, options.axis, coll);
|
|
2207
|
-
if (
|
|
2207
|
+
if (options.redraw ?? true) {
|
|
2208
2208
|
this.redraw(options.animation);
|
|
2209
2209
|
}
|
|
2210
2210
|
return axis;
|
|
@@ -2252,7 +2252,7 @@ class Chart {
|
|
|
2252
2252
|
}
|
|
2253
2253
|
loadingDiv.className = 'highcharts-loading';
|
|
2254
2254
|
// Update text
|
|
2255
|
-
AST.setElementHTML(loadingSpan,
|
|
2255
|
+
AST.setElementHTML(loadingSpan, (str ?? options.lang.loading ?? ''));
|
|
2256
2256
|
if (!chart.styledMode) {
|
|
2257
2257
|
// Update visuals
|
|
2258
2258
|
css(loadingDiv, extend(loadingStyle, { zIndex: 10 }));
|
|
@@ -2490,7 +2490,7 @@ class Chart {
|
|
|
2490
2490
|
}
|
|
2491
2491
|
// No match by id found, match by index instead
|
|
2492
2492
|
if (!item && chart[coll]) {
|
|
2493
|
-
item = chart[coll][
|
|
2493
|
+
item = chart[coll][(newOptions.index ?? i)];
|
|
2494
2494
|
// Check if we grabbed an item with an existing but
|
|
2495
2495
|
// different id (#13541). Check that the item in this
|
|
2496
2496
|
// position is not internal (navigator).
|
|
@@ -2703,7 +2703,7 @@ class Chart {
|
|
|
2703
2703
|
fireEvent(this, 'transform', params);
|
|
2704
2704
|
let hasZoomed = params.hasZoomed || false, displayButton, isAnyAxisPanning;
|
|
2705
2705
|
for (const axis of axes) {
|
|
2706
|
-
const { horiz, len, minPointOffset = 0, options, reversed } = axis, wh = horiz ? 'width' : 'height', xy = horiz ? 'x' : 'y', toLength =
|
|
2706
|
+
const { horiz, len, minPointOffset = 0, options, reversed } = axis, wh = horiz ? 'width' : 'height', xy = horiz ? 'x' : 'y', toLength = (to[wh] ?? axis.len), fromLength = (from[wh] ?? axis.len),
|
|
2707
2707
|
// If fingers pinched very close on this axis, treat as pan
|
|
2708
2708
|
scale = Math.abs(toLength) < 10 ?
|
|
2709
2709
|
1 :
|
|
@@ -18,7 +18,7 @@ import D from '../Defaults.js';
|
|
|
18
18
|
const { defaultOptions: genericDefaultOptions } = D;
|
|
19
19
|
import Math3D from '../Math3D.js';
|
|
20
20
|
const { perspective, shapeArea3D } = Math3D;
|
|
21
|
-
import { addEvent, isArray, merge,
|
|
21
|
+
import { addEvent, isArray, merge, wrap } from '../../Shared/Utilities.js';
|
|
22
22
|
/* *
|
|
23
23
|
*
|
|
24
24
|
* Composition
|
|
@@ -1312,8 +1312,8 @@ var Chart3D;
|
|
|
1312
1312
|
isVisible = faceOrientation > 0;
|
|
1313
1313
|
}
|
|
1314
1314
|
return {
|
|
1315
|
-
size:
|
|
1316
|
-
color:
|
|
1315
|
+
size: (options.size ?? 1),
|
|
1316
|
+
color: (options.color ?? 'none'),
|
|
1317
1317
|
frontFacing: faceOrientation > 0,
|
|
1318
1318
|
visible: isVisible
|
|
1319
1319
|
};
|