highcharts 9.1.1 → 9.1.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 +1 -1
- package/css/annotations/popup.css +29 -28
- package/css/annotations/popup.scss +29 -27
- package/es-modules/Core/Axis/Axis.js +24 -17
- package/es-modules/Core/Axis/AxisDefaults.js +0 -1
- package/es-modules/Core/Axis/OrdinalAxis.js +141 -61
- package/es-modules/Core/Globals.js +7 -1
- package/es-modules/Core/Renderer/SVG/SVGRenderer.js +1 -1
- package/es-modules/Core/Series/Series.js +16 -1
- package/es-modules/Core/Time.js +2 -2
- package/es-modules/Core/Tooltip.js +7 -11
- package/es-modules/Extensions/Annotations/NavigationBindings.js +1 -1
- package/es-modules/Extensions/Annotations/Popup.js +4 -1
- package/es-modules/Extensions/Boost/WGLRenderer.js +5 -0
- package/es-modules/Extensions/Drilldown.js +39 -12
- package/es-modules/Extensions/OfflineExporting.js +1 -1
- package/es-modules/Extensions/Oldie/Oldie.js +1 -1
- package/es-modules/Extensions/PatternFill.js +23 -10
- package/es-modules/Stock/StockToolsGui.js +1 -1
- package/es-modules/masters/highcharts-3d.src.js +1 -1
- package/es-modules/masters/highcharts-gantt.src.js +1 -1
- package/es-modules/masters/highcharts-more.src.js +1 -1
- package/es-modules/masters/highcharts.src.js +1 -1
- package/es-modules/masters/highmaps.src.js +1 -1
- package/es-modules/masters/highstock.src.js +1 -1
- package/es-modules/masters/indicators/acceleration-bands.src.js +1 -1
- package/es-modules/masters/indicators/accumulation-distribution.src.js +1 -1
- package/es-modules/masters/indicators/ao.src.js +1 -1
- package/es-modules/masters/indicators/apo.src.js +1 -1
- package/es-modules/masters/indicators/aroon-oscillator.src.js +1 -1
- package/es-modules/masters/indicators/aroon.src.js +1 -1
- package/es-modules/masters/indicators/atr.src.js +1 -1
- package/es-modules/masters/indicators/bollinger-bands.src.js +1 -1
- package/es-modules/masters/indicators/cci.src.js +1 -1
- package/es-modules/masters/indicators/chaikin.src.js +1 -1
- package/es-modules/masters/indicators/cmf.src.js +1 -1
- package/es-modules/masters/indicators/cmo.src.js +1 -1
- package/es-modules/masters/indicators/dema.src.js +1 -1
- package/es-modules/masters/indicators/disparity-index.src.js +1 -1
- package/es-modules/masters/indicators/dmi.src.js +1 -1
- package/es-modules/masters/indicators/dpo.src.js +1 -1
- package/es-modules/masters/indicators/ema.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/arrow-symbols.src.js +1 -1
- package/es-modules/masters/modules/boost-canvas.src.js +1 -1
- package/es-modules/masters/modules/boost.src.js +1 -1
- package/es-modules/masters/modules/broken-axis.src.js +1 -1
- package/es-modules/masters/modules/bullet.src.js +1 -1
- package/es-modules/masters/modules/coloraxis.src.js +1 -1
- package/es-modules/masters/modules/current-date-indicator.src.js +1 -1
- package/es-modules/masters/modules/cylinder.src.js +1 -1
- package/es-modules/masters/modules/data.src.js +1 -1
- package/es-modules/masters/modules/datagrouping.src.js +1 -1
- package/es-modules/masters/modules/debugger.src.js +1 -1
- package/es-modules/masters/modules/dependency-wheel.src.js +1 -1
- package/es-modules/masters/modules/dotplot.src.js +1 -1
- package/es-modules/masters/modules/drag-panes.src.js +1 -1
- package/es-modules/masters/modules/draggable-points.src.js +1 -1
- package/es-modules/masters/modules/drilldown.src.js +1 -1
- package/es-modules/masters/modules/dumbbell.src.js +1 -1
- package/es-modules/masters/modules/export-data.src.js +1 -1
- package/es-modules/masters/modules/exporting.src.js +1 -1
- package/es-modules/masters/modules/full-screen.src.js +1 -1
- package/es-modules/masters/modules/funnel.src.js +1 -1
- package/es-modules/masters/modules/funnel3d.src.js +1 -1
- package/es-modules/masters/modules/gantt.src.js +1 -1
- package/es-modules/masters/modules/grid-axis.src.js +1 -1
- package/es-modules/masters/modules/heatmap.src.js +1 -1
- package/es-modules/masters/modules/histogram-bellcurve.src.js +1 -1
- package/es-modules/masters/modules/item-series.src.js +1 -1
- package/es-modules/masters/modules/lollipop.src.js +1 -1
- package/es-modules/masters/modules/map.src.js +1 -1
- package/es-modules/masters/modules/marker-clusters.src.js +1 -1
- package/es-modules/masters/modules/networkgraph.src.js +1 -1
- package/es-modules/masters/modules/no-data-to-display.src.js +1 -1
- package/es-modules/masters/modules/offline-exporting.src.js +1 -1
- package/es-modules/masters/modules/oldie-polyfills.src.js +1 -1
- package/es-modules/masters/modules/oldie.src.js +1 -1
- package/es-modules/masters/modules/organization.src.js +1 -1
- package/es-modules/masters/modules/overlapping-datalabels.src.js +1 -1
- package/es-modules/masters/modules/parallel-coordinates.src.js +1 -1
- package/es-modules/masters/modules/pareto.src.js +1 -1
- package/es-modules/masters/modules/pathfinder.src.js +1 -1
- package/es-modules/masters/modules/pattern-fill.src.js +1 -1
- package/es-modules/masters/modules/price-indicator.src.js +1 -1
- package/es-modules/masters/modules/pyramid3d.src.js +1 -1
- package/es-modules/masters/modules/sankey.src.js +1 -1
- package/es-modules/masters/modules/series-label.src.js +1 -1
- package/es-modules/masters/modules/solid-gauge.src.js +1 -1
- package/es-modules/masters/modules/sonification.src.js +1 -1
- package/es-modules/masters/modules/static-scale.src.js +1 -1
- package/es-modules/masters/modules/stock-tools.src.js +1 -1
- package/es-modules/masters/modules/stock.src.js +1 -1
- package/es-modules/masters/modules/streamgraph.src.js +1 -1
- package/es-modules/masters/modules/sunburst.src.js +1 -1
- package/es-modules/masters/modules/tilemap.src.js +1 -1
- package/es-modules/masters/modules/timeline.src.js +1 -1
- package/es-modules/masters/modules/treegrid.src.js +1 -1
- package/es-modules/masters/modules/treemap.src.js +1 -1
- package/es-modules/masters/modules/variable-pie.src.js +1 -1
- package/es-modules/masters/modules/variwide.src.js +1 -1
- package/es-modules/masters/modules/vector.src.js +1 -1
- package/es-modules/masters/modules/venn.src.js +1 -1
- package/es-modules/masters/modules/windbarb.src.js +1 -1
- package/es-modules/masters/modules/wordcloud.src.js +1 -1
- package/es-modules/masters/modules/xrange.src.js +1 -1
- package/es-modules/masters/themes/avocado.src.js +1 -1
- package/es-modules/masters/themes/dark-blue.src.js +1 -1
- package/es-modules/masters/themes/dark-green.src.js +1 -1
- package/es-modules/masters/themes/dark-unica.src.js +1 -1
- package/es-modules/masters/themes/gray.src.js +1 -1
- package/es-modules/masters/themes/grid-light.src.js +1 -1
- package/es-modules/masters/themes/grid.src.js +1 -1
- package/es-modules/masters/themes/high-contrast-dark.src.js +1 -1
- package/es-modules/masters/themes/high-contrast-light.src.js +1 -1
- package/es-modules/masters/themes/sand-signika.src.js +1 -1
- package/es-modules/masters/themes/skies.src.js +1 -1
- package/es-modules/masters/themes/sunset.src.js +1 -1
- package/highcharts-3d.js +1 -1
- package/highcharts-3d.src.js +1 -1
- package/highcharts-gantt.js +782 -782
- package/highcharts-gantt.js.map +1 -1
- package/highcharts-gantt.src.js +109 -87
- package/highcharts-more.js +1 -1
- package/highcharts-more.src.js +1 -1
- package/highcharts.d.ts +30 -9
- package/highcharts.js +467 -467
- package/highcharts.js.map +1 -1
- package/highcharts.src.d.ts +30 -9
- package/highcharts.src.js +109 -87
- package/highmaps.js +697 -697
- package/highmaps.js.map +1 -1
- package/highmaps.src.js +109 -87
- package/highstock.js +757 -755
- package/highstock.js.map +1 -1
- package/highstock.src.js +270 -157
- package/indicators/acceleration-bands.js +1 -1
- package/indicators/acceleration-bands.src.js +1 -1
- package/indicators/accumulation-distribution.js +1 -1
- package/indicators/accumulation-distribution.src.js +1 -1
- package/indicators/ao.js +1 -1
- package/indicators/ao.src.js +1 -1
- package/indicators/apo.js +1 -1
- package/indicators/apo.src.js +1 -1
- package/indicators/aroon-oscillator.js +1 -1
- package/indicators/aroon-oscillator.src.js +1 -1
- package/indicators/aroon.js +1 -1
- package/indicators/aroon.src.js +1 -1
- package/indicators/atr.js +1 -1
- package/indicators/atr.src.js +1 -1
- package/indicators/bollinger-bands.js +1 -1
- package/indicators/bollinger-bands.src.js +1 -1
- package/indicators/cci.js +1 -1
- package/indicators/cci.src.js +1 -1
- package/indicators/chaikin.js +1 -1
- package/indicators/chaikin.src.js +1 -1
- package/indicators/cmf.js +1 -1
- package/indicators/cmf.src.js +1 -1
- package/indicators/cmo.js +1 -1
- package/indicators/cmo.src.js +1 -1
- package/indicators/dema.js +1 -1
- package/indicators/dema.src.js +1 -1
- package/indicators/disparity-index.js +1 -1
- package/indicators/disparity-index.src.js +1 -1
- package/indicators/dmi.js +1 -1
- package/indicators/dmi.src.js +1 -1
- package/indicators/dpo.js +1 -1
- package/indicators/dpo.src.js +1 -1
- package/indicators/ema.js +1 -1
- package/indicators/ema.src.js +1 -1
- package/indicators/ichimoku-kinko-hyo.js +1 -1
- package/indicators/ichimoku-kinko-hyo.src.js +1 -1
- package/indicators/indicators-all.js +1 -1
- package/indicators/indicators-all.src.js +1 -1
- package/indicators/indicators.js +1 -1
- package/indicators/indicators.src.js +1 -1
- package/indicators/keltner-channels.js +1 -1
- package/indicators/keltner-channels.src.js +1 -1
- package/indicators/klinger.js +1 -1
- package/indicators/klinger.src.js +1 -1
- package/indicators/macd.js +1 -1
- package/indicators/macd.src.js +1 -1
- package/indicators/mfi.js +1 -1
- package/indicators/mfi.src.js +1 -1
- package/indicators/momentum.js +1 -1
- package/indicators/momentum.src.js +1 -1
- package/indicators/natr.js +1 -1
- package/indicators/natr.src.js +1 -1
- package/indicators/obv.js +1 -1
- package/indicators/obv.src.js +1 -1
- package/indicators/pivot-points.js +1 -1
- package/indicators/pivot-points.src.js +1 -1
- package/indicators/ppo.js +1 -1
- package/indicators/ppo.src.js +1 -1
- package/indicators/price-channel.js +1 -1
- package/indicators/price-channel.src.js +1 -1
- package/indicators/price-envelopes.js +1 -1
- package/indicators/price-envelopes.src.js +1 -1
- package/indicators/psar.js +1 -1
- package/indicators/psar.src.js +1 -1
- package/indicators/regressions.js +1 -1
- package/indicators/regressions.src.js +1 -1
- package/indicators/roc.js +1 -1
- package/indicators/roc.src.js +1 -1
- package/indicators/rsi.js +1 -1
- package/indicators/rsi.src.js +1 -1
- package/indicators/slow-stochastic.js +1 -1
- package/indicators/slow-stochastic.src.js +1 -1
- package/indicators/stochastic.js +1 -1
- package/indicators/stochastic.src.js +1 -1
- package/indicators/supertrend.js +1 -1
- package/indicators/supertrend.src.js +1 -1
- package/indicators/tema.js +1 -1
- package/indicators/tema.src.js +1 -1
- package/indicators/trendline.js +1 -1
- package/indicators/trendline.src.js +1 -1
- package/indicators/trix.js +1 -1
- package/indicators/trix.src.js +1 -1
- package/indicators/volume-by-price.js +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 +1 -1
- package/modules/accessibility.src.js +1 -1
- package/modules/annotations-advanced.js +16 -16
- package/modules/annotations-advanced.js.map +1 -1
- package/modules/annotations-advanced.src.js +6 -3
- package/modules/annotations.js +16 -16
- package/modules/annotations.js.map +1 -1
- package/modules/annotations.src.js +6 -3
- package/modules/arrow-symbols.js +1 -1
- package/modules/arrow-symbols.src.js +1 -1
- package/modules/boost-canvas.js +1 -1
- package/modules/boost-canvas.src.js +1 -1
- package/modules/boost.js +34 -34
- package/modules/boost.js.map +1 -1
- package/modules/boost.src.js +6 -1
- package/modules/broken-axis.js +1 -1
- package/modules/broken-axis.src.js +1 -1
- package/modules/bullet.js +1 -1
- package/modules/bullet.src.js +1 -1
- package/modules/coloraxis.js +1 -1
- package/modules/coloraxis.src.js +1 -1
- package/modules/current-date-indicator.js +1 -1
- package/modules/current-date-indicator.src.js +1 -1
- package/modules/cylinder.js +1 -1
- package/modules/cylinder.src.js +1 -1
- package/modules/data.js +1 -1
- package/modules/data.src.js +1 -1
- package/modules/datagrouping.js +1 -1
- package/modules/datagrouping.src.js +1 -1
- package/modules/debugger.js +1 -1
- package/modules/debugger.src.js +1 -1
- package/modules/dependency-wheel.js +1 -1
- package/modules/dependency-wheel.src.js +1 -1
- package/modules/dotplot.js +1 -1
- package/modules/dotplot.src.js +1 -1
- package/modules/drag-panes.js +1 -1
- package/modules/drag-panes.src.js +1 -1
- package/modules/draggable-points.js +1 -1
- package/modules/draggable-points.src.js +1 -1
- package/modules/drilldown.d.ts +27 -0
- package/modules/drilldown.js +16 -16
- package/modules/drilldown.js.map +1 -1
- package/modules/drilldown.src.d.ts +27 -0
- package/modules/drilldown.src.js +40 -14
- package/modules/dumbbell.js +1 -1
- package/modules/dumbbell.src.js +1 -1
- package/modules/export-data.js +1 -1
- package/modules/export-data.src.js +1 -1
- package/modules/exporting.js +1 -1
- package/modules/exporting.src.js +1 -1
- package/modules/full-screen.js +1 -1
- package/modules/full-screen.src.js +1 -1
- package/modules/funnel.js +1 -1
- package/modules/funnel.src.js +1 -1
- package/modules/funnel3d.js +1 -1
- package/modules/funnel3d.src.js +1 -1
- package/modules/gantt.js +1 -1
- package/modules/gantt.src.js +1 -1
- package/modules/grid-axis.js +1 -1
- package/modules/grid-axis.src.js +1 -1
- package/modules/heatmap.js +1 -1
- package/modules/heatmap.src.js +1 -1
- package/modules/histogram-bellcurve.js +1 -1
- package/modules/histogram-bellcurve.src.js +1 -1
- package/modules/item-series.js +1 -1
- package/modules/item-series.src.js +1 -1
- package/modules/lollipop.js +1 -1
- package/modules/lollipop.src.js +1 -1
- package/modules/map.js +1 -1
- package/modules/map.src.js +1 -1
- package/modules/marker-clusters.js +1 -1
- package/modules/marker-clusters.src.js +1 -1
- package/modules/networkgraph.js +1 -1
- package/modules/networkgraph.src.js +1 -1
- package/modules/no-data-to-display.js +1 -1
- package/modules/no-data-to-display.src.js +1 -1
- package/modules/offline-exporting.js +2 -2
- package/modules/offline-exporting.src.js +2 -2
- package/modules/oldie-polyfills.js +1 -1
- package/modules/oldie-polyfills.src.js +1 -1
- package/modules/oldie.js +2 -2
- package/modules/oldie.src.js +2 -2
- package/modules/organization.js +1 -1
- package/modules/organization.src.js +1 -1
- package/modules/overlapping-datalabels.js +1 -1
- package/modules/overlapping-datalabels.src.js +1 -1
- package/modules/parallel-coordinates.js +1 -1
- package/modules/parallel-coordinates.src.js +1 -1
- package/modules/pareto.js +1 -1
- package/modules/pareto.src.js +1 -1
- package/modules/pathfinder.js +1 -1
- package/modules/pathfinder.src.js +1 -1
- package/modules/pattern-fill.js +14 -14
- package/modules/pattern-fill.js.map +1 -1
- package/modules/pattern-fill.src.js +24 -12
- package/modules/price-indicator.js +1 -1
- package/modules/price-indicator.src.js +1 -1
- package/modules/pyramid3d.js +1 -1
- package/modules/pyramid3d.src.js +1 -1
- package/modules/sankey.js +1 -1
- package/modules/sankey.src.js +1 -1
- package/modules/series-label.js +1 -1
- package/modules/series-label.src.js +1 -1
- package/modules/solid-gauge.js +1 -1
- package/modules/solid-gauge.src.js +1 -1
- package/modules/sonification.js +1 -1
- package/modules/sonification.src.js +1 -1
- package/modules/static-scale.js +1 -1
- package/modules/static-scale.src.js +1 -1
- package/modules/stock-tools.js +2 -2
- package/modules/stock-tools.src.js +3 -3
- package/modules/stock.js +191 -189
- package/modules/stock.js.map +1 -1
- package/modules/stock.src.js +162 -71
- package/modules/streamgraph.js +1 -1
- package/modules/streamgraph.src.js +1 -1
- package/modules/sunburst.js +1 -1
- package/modules/sunburst.src.js +1 -1
- package/modules/tilemap.js +1 -1
- package/modules/tilemap.src.js +1 -1
- package/modules/timeline.js +1 -1
- package/modules/timeline.src.js +1 -1
- package/modules/treegrid.js +1 -1
- package/modules/treegrid.src.js +1 -1
- package/modules/treemap.js +1 -1
- package/modules/treemap.src.js +1 -1
- package/modules/variable-pie.js +1 -1
- package/modules/variable-pie.src.js +1 -1
- package/modules/variwide.js +1 -1
- package/modules/variwide.src.js +1 -1
- package/modules/vector.js +1 -1
- package/modules/vector.src.js +1 -1
- package/modules/venn.js +1 -1
- package/modules/venn.src.js +1 -1
- package/modules/windbarb.js +1 -1
- package/modules/windbarb.src.js +1 -1
- package/modules/wordcloud.js +1 -1
- package/modules/wordcloud.src.js +1 -1
- package/modules/xrange.js +1 -1
- package/modules/xrange.src.js +1 -1
- package/package.json +1 -1
- package/themes/avocado.js +1 -1
- package/themes/avocado.src.js +1 -1
- package/themes/dark-blue.js +1 -1
- package/themes/dark-blue.src.js +1 -1
- package/themes/dark-green.js +1 -1
- package/themes/dark-green.src.js +1 -1
- package/themes/dark-unica.js +1 -1
- package/themes/dark-unica.src.js +1 -1
- package/themes/gray.js +1 -1
- package/themes/gray.src.js +1 -1
- package/themes/grid-light.js +1 -1
- package/themes/grid-light.src.js +1 -1
- package/themes/grid.js +1 -1
- package/themes/grid.src.js +1 -1
- package/themes/high-contrast-dark.js +1 -1
- package/themes/high-contrast-dark.src.js +1 -1
- package/themes/high-contrast-light.js +1 -1
- package/themes/high-contrast-light.src.js +1 -1
- package/themes/sand-signika.js +1 -1
- package/themes/sand-signika.src.js +1 -1
- package/themes/skies.js +1 -1
- package/themes/skies.src.js +1 -1
- package/themes/sunset.js +1 -1
- package/themes/sunset.src.js +1 -1
package/bower.json
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
top: 5%;
|
|
28
28
|
left: 15%;
|
|
29
29
|
overflow-x: hidden;
|
|
30
|
-
overflow-y:
|
|
30
|
+
overflow-y: hidden;
|
|
31
31
|
width: 75%;
|
|
32
32
|
min-width: 300px;
|
|
33
33
|
max-width: 600px;
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.highcharts-popup div, .highcharts-popup span {
|
|
42
|
-
box-sizing:
|
|
42
|
+
box-sizing: border-box;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.highcharts-popup input, .highcharts-popup label, .highcharts-popup select {
|
|
@@ -47,56 +47,56 @@
|
|
|
47
47
|
float: left;
|
|
48
48
|
width: 100%;
|
|
49
49
|
margin-bottom: 10px;
|
|
50
|
+
box-sizing: border-box;
|
|
50
51
|
}
|
|
51
52
|
|
|
52
53
|
.highcharts-popup input {
|
|
53
54
|
border: 1px solid #e6e6e6;
|
|
54
55
|
padding: 5px;
|
|
55
|
-
width:
|
|
56
|
+
width: 100%;
|
|
56
57
|
}
|
|
57
58
|
|
|
58
59
|
.highcharts-popup-lhs-col, .highcharts-popup-rhs-col {
|
|
59
|
-
|
|
60
|
-
height: calc(100% - 84px);
|
|
61
|
-
/* 44px - padding, 40px - tabs*/
|
|
60
|
+
height: 100%;
|
|
62
61
|
float: left;
|
|
62
|
+
overflow-y: auto;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
.highcharts-popup-lhs-col.highcharts-popup-lhs-full {
|
|
66
|
-
width:
|
|
67
|
-
overflow-y: auto;
|
|
66
|
+
width: 100%;
|
|
68
67
|
overflow-x: hidden;
|
|
69
|
-
height: calc(100% -
|
|
68
|
+
height: calc(100% - 104px);
|
|
70
69
|
border: none;
|
|
71
|
-
padding:
|
|
70
|
+
padding: 20px;
|
|
71
|
+
padding-bottom: 10px;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.highcharts-popup-lhs-col.highcharts-popup-lhs-full + .highcharts-popup-bottom-row {
|
|
75
|
-
width:
|
|
75
|
+
width: 100%;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
.highcharts-popup-lhs-col {
|
|
79
79
|
clear: both;
|
|
80
|
-
width:
|
|
80
|
+
width: 30%;
|
|
81
81
|
border-right: 1px solid #e6e6e6;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
.highcharts-popup-bottom-row {
|
|
85
85
|
float: left;
|
|
86
86
|
padding: 0px 20px;
|
|
87
|
-
|
|
87
|
+
padding-bottom: 12px;
|
|
88
|
+
width: 100%;
|
|
89
|
+
border-top: 1px solid #e6e6e6;
|
|
88
90
|
}
|
|
89
91
|
|
|
90
92
|
.highcharts-popup-rhs-col {
|
|
91
|
-
width:
|
|
93
|
+
width: 70%;
|
|
94
|
+
height: calc(100% - 40px);
|
|
95
|
+
padding: 20px;
|
|
92
96
|
}
|
|
93
97
|
|
|
94
98
|
.highcharts-popup-rhs-col-wrapper {
|
|
95
|
-
|
|
96
|
-
width: calc(100% - 20px);
|
|
97
|
-
padding-right: 20px;
|
|
98
|
-
height: calc(100% - 40px);
|
|
99
|
-
overflow-y: auto;
|
|
99
|
+
width: 100%;
|
|
100
100
|
overflow-x: hidden;
|
|
101
101
|
}
|
|
102
102
|
|
|
@@ -109,22 +109,22 @@
|
|
|
109
109
|
.highcharts-indicator-list {
|
|
110
110
|
float: left;
|
|
111
111
|
color: #666;
|
|
112
|
-
height: 100
|
|
112
|
+
height: calc(100% - 70px);
|
|
113
113
|
width: 100%;
|
|
114
|
-
overflow-y: auto;
|
|
115
114
|
overflow-x: hidden;
|
|
116
115
|
margin: 0px;
|
|
117
|
-
padding: 0px;
|
|
116
|
+
padding: 15px 0px;
|
|
118
117
|
}
|
|
119
118
|
|
|
120
119
|
.highcharts-indicator-list li {
|
|
121
120
|
cursor: pointer;
|
|
122
|
-
padding:
|
|
121
|
+
padding: 5px 20px;
|
|
123
122
|
margin: 0px;
|
|
124
123
|
width: 100%;
|
|
125
124
|
height: auto;
|
|
126
125
|
overflow: hidden;
|
|
127
126
|
word-break: break-all;
|
|
127
|
+
box-sizing: border-box;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
.highcharts-indicator-list li:hover {
|
|
@@ -136,8 +136,9 @@
|
|
|
136
136
|
cursor: pointer;
|
|
137
137
|
display: block;
|
|
138
138
|
float: left;
|
|
139
|
-
padding: 10px;
|
|
140
|
-
height:
|
|
139
|
+
padding: 0px 10px;
|
|
140
|
+
height: 40px;
|
|
141
|
+
line-height: 40px;
|
|
141
142
|
}
|
|
142
143
|
|
|
143
144
|
.highcharts-tab-item.highcharts-tab-item-active {
|
|
@@ -160,8 +161,8 @@
|
|
|
160
161
|
.highcharts-popup-close {
|
|
161
162
|
background-repeat: no-repeat;
|
|
162
163
|
background-position: 50% 50%;
|
|
163
|
-
width:
|
|
164
|
-
height:
|
|
164
|
+
width: 40px;
|
|
165
|
+
height: 40px;
|
|
165
166
|
cursor: pointer;
|
|
166
167
|
position: absolute;
|
|
167
168
|
padding: 10px;
|
|
@@ -225,7 +226,7 @@
|
|
|
225
226
|
|
|
226
227
|
.highcharts-popup .highcharts-popup-main-title {
|
|
227
228
|
border-bottom: 1px solid #e6e6e6;
|
|
228
|
-
margin: 0px
|
|
229
|
+
margin: 0px;
|
|
229
230
|
padding: 8px 0px 6px 20px;
|
|
230
231
|
}
|
|
231
232
|
|
|
@@ -33,7 +33,7 @@ $button-hover-color: #e6ebf5;
|
|
|
33
33
|
top: 5%;
|
|
34
34
|
left: 15%;
|
|
35
35
|
overflow-x: hidden;
|
|
36
|
-
overflow-y:
|
|
36
|
+
overflow-y: hidden;
|
|
37
37
|
width: 75%;
|
|
38
38
|
min-width: 300px;
|
|
39
39
|
max-width: 600px;
|
|
@@ -45,7 +45,7 @@ $button-hover-color: #e6ebf5;
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.highcharts-popup div, .highcharts-popup span {
|
|
48
|
-
box-sizing:
|
|
48
|
+
box-sizing: border-box;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.highcharts-popup input, .highcharts-popup label, .highcharts-popup select {
|
|
@@ -53,55 +53,56 @@ $button-hover-color: #e6ebf5;
|
|
|
53
53
|
float: left;
|
|
54
54
|
width: 100%;
|
|
55
55
|
margin-bottom: 10px;
|
|
56
|
+
box-sizing: border-box;
|
|
56
57
|
}
|
|
57
58
|
|
|
58
59
|
.highcharts-popup input {
|
|
59
60
|
border: 1px solid #e6e6e6;
|
|
60
61
|
padding: 5px;
|
|
61
|
-
width:
|
|
62
|
+
width: 100%;
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
.highcharts-popup-lhs-col, .highcharts-popup-rhs-col {
|
|
65
|
-
|
|
66
|
-
height: calc(100% - 84px); /* 44px - padding, 40px - tabs*/
|
|
66
|
+
height: 100%;
|
|
67
67
|
float: left;
|
|
68
|
+
overflow-y: auto;
|
|
68
69
|
}
|
|
69
70
|
|
|
70
71
|
.highcharts-popup-lhs-col.highcharts-popup-lhs-full {
|
|
71
|
-
width:
|
|
72
|
-
overflow-y: auto;
|
|
72
|
+
width: 100%;
|
|
73
73
|
overflow-x: hidden;
|
|
74
|
-
height: calc(100% -
|
|
74
|
+
height: calc(100% - 104px);
|
|
75
75
|
border: none;
|
|
76
|
-
padding:
|
|
76
|
+
padding: 20px;
|
|
77
|
+
padding-bottom: 10px;
|
|
77
78
|
}
|
|
78
79
|
|
|
79
80
|
.highcharts-popup-lhs-col.highcharts-popup-lhs-full + .highcharts-popup-bottom-row {
|
|
80
|
-
width:
|
|
81
|
+
width: 100%;
|
|
81
82
|
}
|
|
82
83
|
|
|
83
84
|
.highcharts-popup-lhs-col {
|
|
84
85
|
clear: both;
|
|
85
|
-
width:
|
|
86
|
+
width: 30%;
|
|
86
87
|
border-right: 1px solid #e6e6e6;
|
|
87
88
|
}
|
|
88
89
|
|
|
89
90
|
.highcharts-popup-bottom-row {
|
|
90
91
|
float: left;
|
|
91
92
|
padding: 0px 20px;
|
|
92
|
-
|
|
93
|
+
padding-bottom: 12px;
|
|
94
|
+
width: 100%;
|
|
95
|
+
border-top: 1px solid #e6e6e6;
|
|
93
96
|
}
|
|
94
97
|
|
|
95
98
|
.highcharts-popup-rhs-col {
|
|
96
|
-
width:
|
|
99
|
+
width: 70%;
|
|
100
|
+
height: calc(100% - 40px);
|
|
101
|
+
padding: 20px;
|
|
97
102
|
}
|
|
98
103
|
|
|
99
104
|
.highcharts-popup-rhs-col-wrapper {
|
|
100
|
-
|
|
101
|
-
width: calc(100% - 20px);
|
|
102
|
-
padding-right: 20px;
|
|
103
|
-
height: calc(100% - 40px);
|
|
104
|
-
overflow-y: auto;
|
|
105
|
+
width: 100%;
|
|
105
106
|
overflow-x: hidden;
|
|
106
107
|
}
|
|
107
108
|
|
|
@@ -114,22 +115,22 @@ $button-hover-color: #e6ebf5;
|
|
|
114
115
|
.highcharts-indicator-list {
|
|
115
116
|
float: left;
|
|
116
117
|
color: #666;
|
|
117
|
-
height: 100
|
|
118
|
+
height: calc(100% - 70px);
|
|
118
119
|
width: 100%;
|
|
119
|
-
overflow-y: auto;
|
|
120
120
|
overflow-x: hidden;
|
|
121
121
|
margin: 0px;
|
|
122
|
-
padding: 0px;
|
|
122
|
+
padding: 15px 0px;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
.highcharts-indicator-list li {
|
|
126
126
|
cursor: pointer;
|
|
127
|
-
padding:
|
|
127
|
+
padding: 5px 20px;
|
|
128
128
|
margin: 0px;
|
|
129
129
|
width: 100%;
|
|
130
130
|
height: auto;
|
|
131
131
|
overflow: hidden;
|
|
132
132
|
word-break: break-all;
|
|
133
|
+
box-sizing: border-box;
|
|
133
134
|
}
|
|
134
135
|
|
|
135
136
|
.highcharts-indicator-list li:hover {
|
|
@@ -141,8 +142,9 @@ $button-hover-color: #e6ebf5;
|
|
|
141
142
|
cursor: pointer;
|
|
142
143
|
display: block;
|
|
143
144
|
float:left;
|
|
144
|
-
padding: 10px;
|
|
145
|
-
height:
|
|
145
|
+
padding: 0px 10px;
|
|
146
|
+
height: 40px;
|
|
147
|
+
line-height: 40px;
|
|
146
148
|
}
|
|
147
149
|
|
|
148
150
|
.highcharts-tab-item.highcharts-tab-item-active {
|
|
@@ -165,8 +167,8 @@ $button-hover-color: #e6ebf5;
|
|
|
165
167
|
.highcharts-popup-close {
|
|
166
168
|
background-repeat: no-repeat;
|
|
167
169
|
background-position: 50% 50%;
|
|
168
|
-
width:
|
|
169
|
-
height:
|
|
170
|
+
width: 40px;
|
|
171
|
+
height: 40px;
|
|
170
172
|
cursor: pointer;
|
|
171
173
|
position: absolute;
|
|
172
174
|
padding: 10px;
|
|
@@ -229,7 +231,7 @@ $button-hover-color: #e6ebf5;
|
|
|
229
231
|
|
|
230
232
|
.highcharts-popup .highcharts-popup-main-title {
|
|
231
233
|
border-bottom: 1px solid #e6e6e6;
|
|
232
|
-
margin: 0px
|
|
234
|
+
margin: 0px;
|
|
233
235
|
padding: 8px 0px 6px 20px;
|
|
234
236
|
}
|
|
235
237
|
|
|
@@ -9,18 +9,18 @@
|
|
|
9
9
|
* */
|
|
10
10
|
'use strict';
|
|
11
11
|
import A from '../Animation/AnimationUtilities.js';
|
|
12
|
-
var animObject = A.animObject;
|
|
13
|
-
import AxisDefaults from './AxisDefaults.js';
|
|
14
12
|
import Color from '../Color/Color.js';
|
|
13
|
+
import Palette from '../Color/Palette.js';
|
|
14
|
+
import D from '../DefaultOptions.js';
|
|
15
15
|
import F from '../Foundation.js';
|
|
16
|
-
var registerEventOptions = F.registerEventOptions;
|
|
17
16
|
import H from '../Globals.js';
|
|
17
|
+
import U from '../Utilities.js';
|
|
18
|
+
import AxisDefaults from './AxisDefaults.js';
|
|
19
|
+
import Tick from './Tick.js';
|
|
20
|
+
var animObject = A.animObject;
|
|
21
|
+
var registerEventOptions = F.registerEventOptions;
|
|
18
22
|
var deg2rad = H.deg2rad;
|
|
19
|
-
import Palette from '../Color/Palette.js';
|
|
20
|
-
import D from '../DefaultOptions.js';
|
|
21
23
|
var defaultOptions = D.defaultOptions;
|
|
22
|
-
import Tick from './Tick.js';
|
|
23
|
-
import U from '../Utilities.js';
|
|
24
24
|
var arrayMax = U.arrayMax, arrayMin = U.arrayMin, clamp = U.clamp, correctFloat = U.correctFloat, defined = U.defined, destroyObjectProperties = U.destroyObjectProperties, erase = U.erase, error = U.error, extend = U.extend, fireEvent = U.fireEvent, getMagnitude = U.getMagnitude, isArray = U.isArray, isNumber = U.isNumber, isString = U.isString, merge = U.merge, normalizeTickInterval = U.normalizeTickInterval, objectEach = U.objectEach, pick = U.pick, relativeLength = U.relativeLength, removeEvent = U.removeEvent, splat = U.splat, syncTimeout = U.syncTimeout;
|
|
25
25
|
/* *
|
|
26
26
|
*
|
|
@@ -557,13 +557,13 @@ var Axis = /** @class */ (function () {
|
|
|
557
557
|
val -= minPixelPadding;
|
|
558
558
|
// from chart pixel to value:
|
|
559
559
|
returnValue = val / localA + localMin;
|
|
560
|
-
if (doPostTranslate) { // log and
|
|
560
|
+
if (doPostTranslate) { // log, ordinal and broken axis
|
|
561
561
|
returnValue = axis.lin2val(returnValue);
|
|
562
562
|
}
|
|
563
563
|
// From value to pixels
|
|
564
564
|
}
|
|
565
565
|
else {
|
|
566
|
-
if (doPostTranslate) { // log and
|
|
566
|
+
if (doPostTranslate) { // log, ordinal and broken axis
|
|
567
567
|
val = axis.val2lin(val);
|
|
568
568
|
}
|
|
569
569
|
returnValue = isNumber(localMin) ?
|
|
@@ -2457,16 +2457,18 @@ var Axis = /** @class */ (function () {
|
|
|
2457
2457
|
*
|
|
2458
2458
|
* @param {number} pos
|
|
2459
2459
|
* The position in axis values.
|
|
2460
|
+
*
|
|
2461
|
+
* @param {boolean} slideIn
|
|
2462
|
+
* Whether the tick should animate in from last computed position
|
|
2460
2463
|
*/
|
|
2461
|
-
Axis.prototype.renderMinorTick = function (pos) {
|
|
2464
|
+
Axis.prototype.renderMinorTick = function (pos, slideIn) {
|
|
2462
2465
|
var axis = this;
|
|
2463
|
-
var slideInTicks = axis.chart.hasRendered && axis.old;
|
|
2464
2466
|
var minorTicks = axis.minorTicks;
|
|
2465
2467
|
if (!minorTicks[pos]) {
|
|
2466
2468
|
minorTicks[pos] = new Tick(axis, pos, 'minor');
|
|
2467
2469
|
}
|
|
2468
2470
|
// Render new ticks in old position
|
|
2469
|
-
if (
|
|
2471
|
+
if (slideIn && minorTicks[pos].isNew) {
|
|
2470
2472
|
minorTicks[pos].render(null, true);
|
|
2471
2473
|
}
|
|
2472
2474
|
minorTicks[pos].render(null, false, 1);
|
|
@@ -2482,9 +2484,12 @@ var Axis = /** @class */ (function () {
|
|
|
2482
2484
|
*
|
|
2483
2485
|
* @param {number} i
|
|
2484
2486
|
* The tick index.
|
|
2487
|
+
*
|
|
2488
|
+
* @param {boolean} slideIn
|
|
2489
|
+
* Whether the tick should animate in from last computed position
|
|
2485
2490
|
*/
|
|
2486
|
-
Axis.prototype.renderTick = function (pos, i) {
|
|
2487
|
-
var axis = this, isLinked = axis.isLinked, ticks = axis.ticks
|
|
2491
|
+
Axis.prototype.renderTick = function (pos, i, slideIn) {
|
|
2492
|
+
var axis = this, isLinked = axis.isLinked, ticks = axis.ticks;
|
|
2488
2493
|
// Linked axes need an extra check to find out if
|
|
2489
2494
|
if (!isLinked ||
|
|
2490
2495
|
(pos >= axis.min && pos <= axis.max) ||
|
|
@@ -2495,7 +2500,7 @@ var Axis = /** @class */ (function () {
|
|
|
2495
2500
|
// NOTE this seems like overkill. Could be handled in tick.render by
|
|
2496
2501
|
// setting old position in attr, then set new position in animate.
|
|
2497
2502
|
// render new ticks in old position
|
|
2498
|
-
if (
|
|
2503
|
+
if (slideIn && ticks[pos].isNew) {
|
|
2499
2504
|
// Start with negative opacity so that it is visible from
|
|
2500
2505
|
// halfway into the animation
|
|
2501
2506
|
ticks[pos].render(i, true, -1);
|
|
@@ -2525,17 +2530,19 @@ var Axis = /** @class */ (function () {
|
|
|
2525
2530
|
});
|
|
2526
2531
|
// If the series has data draw the ticks. Else only the line and title
|
|
2527
2532
|
if (axis.hasData() || isLinked) {
|
|
2533
|
+
var slideInTicks_1 = axis.chart.hasRendered &&
|
|
2534
|
+
axis.old && isNumber(axis.old.min);
|
|
2528
2535
|
// minor ticks
|
|
2529
2536
|
if (axis.minorTickInterval && !axis.categories) {
|
|
2530
2537
|
axis.getMinorTickPositions().forEach(function (pos) {
|
|
2531
|
-
axis.renderMinorTick(pos);
|
|
2538
|
+
axis.renderMinorTick(pos, slideInTicks_1);
|
|
2532
2539
|
});
|
|
2533
2540
|
}
|
|
2534
2541
|
// Major ticks. Pull out the first item and render it last so that
|
|
2535
2542
|
// we can get the position of the neighbour label. #808.
|
|
2536
2543
|
if (tickPositions.length) { // #1300
|
|
2537
2544
|
tickPositions.forEach(function (pos, i) {
|
|
2538
|
-
axis.renderTick(pos, i);
|
|
2545
|
+
axis.renderTick(pos, i, slideInTicks_1);
|
|
2539
2546
|
});
|
|
2540
2547
|
// In a categorized axis, the tick marks are displayed
|
|
2541
2548
|
// between labels. So we need to add a tick mark and
|