@amcharts/amcharts5 5.1.3 → 5.1.6
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/.internal/charts/flow/Chord.d.ts.map +1 -1
- package/.internal/charts/flow/Chord.js +7 -0
- package/.internal/charts/flow/Chord.js.map +1 -1
- package/.internal/charts/flow/Flow.d.ts +11 -0
- package/.internal/charts/flow/Flow.d.ts.map +1 -1
- package/.internal/charts/flow/Flow.js +17 -5
- package/.internal/charts/flow/Flow.js.map +1 -1
- package/.internal/charts/flow/SankeyLink.d.ts +2 -0
- package/.internal/charts/flow/SankeyLink.d.ts.map +1 -1
- package/.internal/charts/flow/SankeyLink.js +8 -0
- package/.internal/charts/flow/SankeyLink.js.map +1 -1
- package/.internal/charts/hierarchy/ForceDirected.d.ts.map +1 -1
- package/.internal/charts/hierarchy/ForceDirected.js +1 -2
- package/.internal/charts/hierarchy/ForceDirected.js.map +1 -1
- package/.internal/charts/map/MapSeries.d.ts.map +1 -1
- package/.internal/charts/map/MapSeries.js +7 -1
- package/.internal/charts/map/MapSeries.js.map +1 -1
- package/.internal/charts/radar/RadarCursor.d.ts.map +1 -1
- package/.internal/charts/radar/RadarCursor.js +6 -0
- package/.internal/charts/radar/RadarCursor.js.map +1 -1
- package/.internal/charts/xy/XYChart.d.ts +2 -2
- package/.internal/charts/xy/XYChart.d.ts.map +1 -1
- package/.internal/charts/xy/XYChart.js +54 -25
- package/.internal/charts/xy/XYChart.js.map +1 -1
- package/.internal/charts/xy/XYChartDefaultTheme.d.ts.map +1 -1
- package/.internal/charts/xy/XYChartDefaultTheme.js +12 -1
- package/.internal/charts/xy/XYChartDefaultTheme.js.map +1 -1
- package/.internal/charts/xy/XYCursor.d.ts +18 -1
- package/.internal/charts/xy/XYCursor.d.ts.map +1 -1
- package/.internal/charts/xy/XYCursor.js +37 -5
- package/.internal/charts/xy/XYCursor.js.map +1 -1
- package/.internal/charts/xy/axes/Axis.d.ts +1 -1
- package/.internal/charts/xy/axes/Axis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/Axis.js +20 -6
- package/.internal/charts/xy/axes/Axis.js.map +1 -1
- package/.internal/charts/xy/axes/DateAxis.d.ts +23 -2
- package/.internal/charts/xy/axes/DateAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/DateAxis.js +14 -12
- package/.internal/charts/xy/axes/DateAxis.js.map +1 -1
- package/.internal/charts/xy/axes/DurationAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/DurationAxis.js +6 -3
- package/.internal/charts/xy/axes/DurationAxis.js.map +1 -1
- package/.internal/charts/xy/axes/GaplessDateAxis.d.ts +1 -0
- package/.internal/charts/xy/axes/GaplessDateAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/GaplessDateAxis.js +21 -39
- package/.internal/charts/xy/axes/GaplessDateAxis.js.map +1 -1
- package/.internal/charts/xy/axes/ValueAxis.d.ts +7 -0
- package/.internal/charts/xy/axes/ValueAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/ValueAxis.js +28 -0
- package/.internal/charts/xy/axes/ValueAxis.js.map +1 -1
- package/.internal/charts/xy/series/XYSeries.d.ts +1 -1
- package/.internal/charts/xy/series/XYSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/XYSeries.js +4 -1
- package/.internal/charts/xy/series/XYSeries.js.map +1 -1
- package/.internal/core/Root.d.ts +7 -0
- package/.internal/core/Root.d.ts.map +1 -1
- package/.internal/core/Root.js +18 -0
- package/.internal/core/Root.js.map +1 -1
- package/.internal/core/render/Line.d.ts +6 -0
- package/.internal/core/render/Line.d.ts.map +1 -1
- package/.internal/core/render/Line.js +5 -1
- package/.internal/core/render/Line.js.map +1 -1
- package/.internal/core/render/Scrollbar.d.ts +2 -0
- package/.internal/core/render/Scrollbar.d.ts.map +1 -1
- package/.internal/core/render/Scrollbar.js +10 -1
- package/.internal/core/render/Scrollbar.js.map +1 -1
- package/.internal/core/render/Sprite.d.ts.map +1 -1
- package/.internal/core/render/Sprite.js +2 -1
- package/.internal/core/render/Sprite.js.map +1 -1
- package/.internal/core/render/backend/CanvasRenderer.d.ts +3 -2
- package/.internal/core/render/backend/CanvasRenderer.d.ts.map +1 -1
- package/.internal/core/render/backend/CanvasRenderer.js +27 -15
- package/.internal/core/render/backend/CanvasRenderer.js.map +1 -1
- package/.internal/core/util/DateFormatter.js +1 -1
- package/.internal/core/util/DateFormatter.js.map +1 -1
- package/.internal/core/util/Entity.d.ts +1 -1
- package/.internal/core/util/Entity.js.map +1 -1
- package/.internal/core/util/Language.d.ts +7 -0
- package/.internal/core/util/Language.d.ts.map +1 -1
- package/.internal/core/util/Language.js.map +1 -1
- package/.internal/core/util/Modal.d.ts.map +1 -1
- package/.internal/core/util/Modal.js +5 -3
- package/.internal/core/util/Modal.js.map +1 -1
- package/.internal/core/util/PopulateString.js +10 -1
- package/.internal/core/util/PopulateString.js.map +1 -1
- package/.internal/core/util/Utils.d.ts +15 -0
- package/.internal/core/util/Utils.d.ts.map +1 -1
- package/.internal/core/util/Utils.js +57 -0
- package/.internal/core/util/Utils.js.map +1 -1
- package/CHANGELOG.md +58 -7
- package/examples/javascript/flow-chord/package.json +1 -1
- package/examples/javascript/flow-chord-directed/package.json +1 -1
- package/examples/javascript/flow-chord-non-ribbon/package.json +1 -1
- package/examples/javascript/flow-sankey/package.json +1 -1
- package/examples/javascript/gauge/package.json +1 -1
- package/examples/javascript/gauge-bands/package.json +1 -1
- package/examples/javascript/hierarchy-force-directed/package.json +1 -1
- package/examples/javascript/hierarchy-pack/package.json +1 -1
- package/examples/javascript/hierarchy-partition/package.json +1 -1
- package/examples/javascript/hierarchy-sunburst/package.json +1 -1
- package/examples/javascript/hierarchy-tree/package.json +1 -1
- package/examples/javascript/hierarchy-treemap/package.json +1 -1
- package/examples/javascript/map-animating-along-lines/package.json +1 -1
- package/examples/javascript/map-day-and-night/package.json +1 -1
- package/examples/javascript/map-globe-rotate-to-country/package.json +1 -1
- package/examples/javascript/map-globe-with-projected-circles/package.json +1 -1
- package/examples/javascript/map-with-bubbles/package.json +1 -1
- package/examples/javascript/map-zoom-to-country/package.json +1 -1
- package/examples/javascript/misc-40-charts/package.json +1 -1
- package/examples/javascript/misc-microchart-grid/package.json +1 -1
- package/examples/javascript/pie-chart/package.json +1 -1
- package/examples/javascript/pie-donut-chart/package.json +1 -1
- package/examples/javascript/pie-variable-radius/package.json +1 -1
- package/examples/javascript/radar-column-iwatch-style/package.json +1 -1
- package/examples/javascript/radar-heat-map/package.json +1 -1
- package/examples/javascript/radar-line/package.json +1 -1
- package/examples/javascript/radar-time-line/package.json +1 -1
- package/examples/javascript/sliced-funnel/package.json +1 -1
- package/examples/javascript/sliced-pictorial-stacked/package.json +1 -1
- package/examples/javascript/sliced-pyramid/package.json +1 -1
- package/examples/javascript/venn-diagram/package.json +1 -1
- package/examples/javascript/wordcloud-with-data/package.json +1 -1
- package/examples/javascript/wordcloud-with-text/package.json +1 -1
- package/examples/javascript/xy-100-percent-stacked-column/package.json +1 -1
- package/examples/javascript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
- package/examples/javascript/xy-bubble/package.json +1 -1
- package/examples/javascript/xy-candlestick/package.json +1 -1
- package/examples/javascript/xy-clustered-column/package.json +1 -1
- package/examples/javascript/xy-column/package.json +1 -1
- package/examples/javascript/xy-comparing-series-google-analytics-style/package.json +1 -1
- package/examples/javascript/xy-data-grouping/package.json +1 -1
- package/examples/javascript/xy-draggable-range/package.json +1 -1
- package/examples/javascript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
- package/examples/javascript/xy-dumbbell plot/package.json +1 -1
- package/examples/javascript/xy-evenly-spaced-date-axis/package.json +1 -1
- package/examples/javascript/xy-line/package.json +1 -1
- package/examples/javascript/xy-line-highlight-on-legend-hover/package.json +1 -1
- package/examples/javascript/xy-live-data/package.json +1 -1
- package/examples/javascript/xy-multiple-synced-value-axes/package.json +1 -1
- package/examples/javascript/xy-ohlc/package.json +1 -1
- package/examples/javascript/xy-real-time-data-sorting/package.json +1 -1
- package/examples/javascript/xy-smoothed-line/package.json +1 -1
- package/examples/javascript/xy-stacked-and-clustered-column/package.json +1 -1
- package/examples/javascript/xy-stacked-column/package.json +1 -1
- package/examples/javascript/xy-stacked-step/package.json +1 -1
- package/examples/javascript/xy-stock/index.js +1 -1
- package/examples/javascript/xy-stock/package.json +1 -1
- package/examples/javascript/xy-stock-comparing/index.js +1 -1
- package/examples/javascript/xy-stock-comparing/package.json +1 -1
- package/examples/typescript/flow-chord/package.json +1 -1
- package/examples/typescript/flow-chord-directed/package.json +1 -1
- package/examples/typescript/flow-chord-non-ribbon/package.json +1 -1
- package/examples/typescript/flow-sankey/package.json +1 -1
- package/examples/typescript/gauge/package.json +1 -1
- package/examples/typescript/gauge-bands/package.json +1 -1
- package/examples/typescript/hierarchy-force-directed/package.json +1 -1
- package/examples/typescript/hierarchy-pack/package.json +1 -1
- package/examples/typescript/hierarchy-partition/package.json +1 -1
- package/examples/typescript/hierarchy-sunburst/package.json +1 -1
- package/examples/typescript/hierarchy-tree/package.json +1 -1
- package/examples/typescript/hierarchy-treemap/package.json +1 -1
- package/examples/typescript/map-animating-along-lines/package.json +1 -1
- package/examples/typescript/map-day-and-night/package.json +1 -1
- package/examples/typescript/map-globe-rotate-to-country/package.json +1 -1
- package/examples/typescript/map-globe-with-projected-circles/package.json +1 -1
- package/examples/typescript/map-with-bubbles/package.json +1 -1
- package/examples/typescript/map-zoom-to-country/package.json +1 -1
- package/examples/typescript/misc-40-charts/package.json +1 -1
- package/examples/typescript/misc-microchart-grid/package.json +1 -1
- package/examples/typescript/pie-chart/package.json +1 -1
- package/examples/typescript/pie-donut-chart/package.json +1 -1
- package/examples/typescript/pie-variable-radius/package.json +1 -1
- package/examples/typescript/radar-column-iwatch-style/package.json +1 -1
- package/examples/typescript/radar-heat-map/package.json +1 -1
- package/examples/typescript/radar-line/package.json +1 -1
- package/examples/typescript/radar-time-line/package.json +1 -1
- package/examples/typescript/sliced-funnel/package.json +1 -1
- package/examples/typescript/sliced-pictorial-stacked/package.json +1 -1
- package/examples/typescript/sliced-pyramid/package.json +1 -1
- package/examples/typescript/venn-diagram/package.json +1 -1
- package/examples/typescript/wordcloud-with-data/package.json +1 -1
- package/examples/typescript/wordcloud-with-text/package.json +1 -1
- package/examples/typescript/xy-100-percent-stacked-column/package.json +1 -1
- package/examples/typescript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
- package/examples/typescript/xy-bubble/package.json +1 -1
- package/examples/typescript/xy-candlestick/package.json +1 -1
- package/examples/typescript/xy-clustered-column/package.json +1 -1
- package/examples/typescript/xy-column/package.json +1 -1
- package/examples/typescript/xy-comparing-series-google-analytics-style/package.json +1 -1
- package/examples/typescript/xy-data-grouping/package.json +1 -1
- package/examples/typescript/xy-draggable-range/package.json +1 -1
- package/examples/typescript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
- package/examples/typescript/xy-dumbbell plot/package.json +1 -1
- package/examples/typescript/xy-evenly-spaced-date-axis/package.json +1 -1
- package/examples/typescript/xy-line/package.json +1 -1
- package/examples/typescript/xy-line-highlight-on-legend-hover/package.json +1 -1
- package/examples/typescript/xy-live-data/package.json +1 -1
- package/examples/typescript/xy-multiple-synced-value-axes/package.json +1 -1
- package/examples/typescript/xy-ohlc/package.json +1 -1
- package/examples/typescript/xy-real-time-data-sorting/package.json +1 -1
- package/examples/typescript/xy-smoothed-line/package.json +1 -1
- package/examples/typescript/xy-stacked-and-clustered-column/package.json +1 -1
- package/examples/typescript/xy-stacked-column/package.json +1 -1
- package/examples/typescript/xy-stacked-step/package.json +1 -1
- package/examples/typescript/xy-stock/index.ts +1 -1
- package/examples/typescript/xy-stock/package.json +1 -1
- package/examples/typescript/xy-stock-comparing/index.ts +1 -1
- package/examples/typescript/xy-stock-comparing/package.json +1 -1
- package/locales/ar.d.ts +7 -0
- package/locales/ar.d.ts.map +1 -1
- package/locales/ar.js +7 -0
- package/locales/ar.js.map +1 -1
- package/locales/bs_BA.d.ts +7 -0
- package/locales/bs_BA.d.ts.map +1 -1
- package/locales/bs_BA.js +7 -0
- package/locales/bs_BA.js.map +1 -1
- package/locales/ca_ES.d.ts +7 -0
- package/locales/ca_ES.d.ts.map +1 -1
- package/locales/ca_ES.js +7 -0
- package/locales/ca_ES.js.map +1 -1
- package/locales/cs_CZ.d.ts +7 -0
- package/locales/cs_CZ.d.ts.map +1 -1
- package/locales/cs_CZ.js +7 -0
- package/locales/cs_CZ.js.map +1 -1
- package/locales/da_DK.d.ts +7 -0
- package/locales/da_DK.d.ts.map +1 -1
- package/locales/da_DK.js +7 -0
- package/locales/da_DK.js.map +1 -1
- package/locales/de_CH.d.ts +11 -4
- package/locales/de_CH.d.ts.map +1 -1
- package/locales/de_CH.js +11 -4
- package/locales/de_CH.js.map +1 -1
- package/locales/de_DE.d.ts +7 -0
- package/locales/de_DE.d.ts.map +1 -1
- package/locales/de_DE.js +7 -0
- package/locales/de_DE.js.map +1 -1
- package/locales/el_GR.d.ts +7 -0
- package/locales/el_GR.d.ts.map +1 -1
- package/locales/el_GR.js +7 -0
- package/locales/el_GR.js.map +1 -1
- package/locales/en.d.ts +7 -0
- package/locales/en.d.ts.map +1 -1
- package/locales/en.js +7 -0
- package/locales/en.js.map +1 -1
- package/locales/en_CA.d.ts +7 -0
- package/locales/en_CA.d.ts.map +1 -1
- package/locales/en_CA.js +8 -1
- package/locales/en_CA.js.map +1 -1
- package/locales/en_US.d.ts +7 -0
- package/locales/en_US.d.ts.map +1 -1
- package/locales/en_US.js +8 -1
- package/locales/en_US.js.map +1 -1
- package/locales/es_ES.d.ts +7 -0
- package/locales/es_ES.d.ts.map +1 -1
- package/locales/es_ES.js +7 -0
- package/locales/es_ES.js.map +1 -1
- package/locales/et_EE.d.ts +7 -0
- package/locales/et_EE.d.ts.map +1 -1
- package/locales/et_EE.js +7 -0
- package/locales/et_EE.js.map +1 -1
- package/locales/fi_FI.d.ts +7 -0
- package/locales/fi_FI.d.ts.map +1 -1
- package/locales/fi_FI.js +7 -0
- package/locales/fi_FI.js.map +1 -1
- package/locales/fr_FR.d.ts +7 -0
- package/locales/fr_FR.d.ts.map +1 -1
- package/locales/fr_FR.js +7 -0
- package/locales/fr_FR.js.map +1 -1
- package/locales/he_IL.d.ts +7 -0
- package/locales/he_IL.d.ts.map +1 -1
- package/locales/he_IL.js +7 -0
- package/locales/he_IL.js.map +1 -1
- package/locales/hi_IN.d.ts +7 -0
- package/locales/hi_IN.d.ts.map +1 -1
- package/locales/hi_IN.js +7 -0
- package/locales/hi_IN.js.map +1 -1
- package/locales/hr_HR.d.ts +7 -0
- package/locales/hr_HR.d.ts.map +1 -1
- package/locales/hr_HR.js +7 -0
- package/locales/hr_HR.js.map +1 -1
- package/locales/hu_HU.d.ts +7 -0
- package/locales/hu_HU.d.ts.map +1 -1
- package/locales/hu_HU.js +7 -0
- package/locales/hu_HU.js.map +1 -1
- package/locales/id_ID.d.ts +7 -0
- package/locales/id_ID.d.ts.map +1 -1
- package/locales/id_ID.js +7 -0
- package/locales/id_ID.js.map +1 -1
- package/locales/it_IT.d.ts +7 -0
- package/locales/it_IT.d.ts.map +1 -1
- package/locales/it_IT.js +7 -0
- package/locales/it_IT.js.map +1 -1
- package/locales/ja_JP.d.ts +7 -0
- package/locales/ja_JP.d.ts.map +1 -1
- package/locales/ja_JP.js +7 -0
- package/locales/ja_JP.js.map +1 -1
- package/locales/ko_KR.d.ts +7 -0
- package/locales/ko_KR.d.ts.map +1 -1
- package/locales/ko_KR.js +7 -0
- package/locales/ko_KR.js.map +1 -1
- package/locales/lt_LT.d.ts +7 -0
- package/locales/lt_LT.d.ts.map +1 -1
- package/locales/lt_LT.js +9 -2
- package/locales/lt_LT.js.map +1 -1
- package/locales/lv_LV.d.ts +7 -0
- package/locales/lv_LV.d.ts.map +1 -1
- package/locales/lv_LV.js +7 -0
- package/locales/lv_LV.js.map +1 -1
- package/locales/nb_NO.d.ts +7 -0
- package/locales/nb_NO.d.ts.map +1 -1
- package/locales/nb_NO.js +7 -0
- package/locales/nb_NO.js.map +1 -1
- package/locales/nl_NL.d.ts +7 -0
- package/locales/nl_NL.d.ts.map +1 -1
- package/locales/nl_NL.js +7 -0
- package/locales/nl_NL.js.map +1 -1
- package/locales/pl_PL.d.ts +7 -0
- package/locales/pl_PL.d.ts.map +1 -1
- package/locales/pl_PL.js +7 -0
- package/locales/pl_PL.js.map +1 -1
- package/locales/pt_BR.d.ts +7 -0
- package/locales/pt_BR.d.ts.map +1 -1
- package/locales/pt_BR.js +7 -0
- package/locales/pt_BR.js.map +1 -1
- package/locales/pt_PT.d.ts +7 -0
- package/locales/pt_PT.d.ts.map +1 -1
- package/locales/pt_PT.js +7 -0
- package/locales/pt_PT.js.map +1 -1
- package/locales/ro_RO.d.ts +7 -0
- package/locales/ro_RO.d.ts.map +1 -1
- package/locales/ro_RO.js +7 -0
- package/locales/ro_RO.js.map +1 -1
- package/locales/ru_RU.d.ts +7 -0
- package/locales/ru_RU.d.ts.map +1 -1
- package/locales/ru_RU.js +7 -0
- package/locales/ru_RU.js.map +1 -1
- package/locales/sl_SL.d.ts +7 -0
- package/locales/sl_SL.d.ts.map +1 -1
- package/locales/sl_SL.js +7 -0
- package/locales/sl_SL.js.map +1 -1
- package/locales/sr_RS.d.ts +7 -0
- package/locales/sr_RS.d.ts.map +1 -1
- package/locales/sr_RS.js +7 -0
- package/locales/sr_RS.js.map +1 -1
- package/locales/sv_SE.d.ts +7 -0
- package/locales/sv_SE.d.ts.map +1 -1
- package/locales/sv_SE.js +7 -0
- package/locales/sv_SE.js.map +1 -1
- package/locales/th_TH.d.ts +7 -0
- package/locales/th_TH.d.ts.map +1 -1
- package/locales/th_TH.js +7 -0
- package/locales/th_TH.js.map +1 -1
- package/locales/tr_TR.d.ts +7 -0
- package/locales/tr_TR.d.ts.map +1 -1
- package/locales/tr_TR.js +7 -0
- package/locales/tr_TR.js.map +1 -1
- package/locales/uk_UA.d.ts +7 -0
- package/locales/uk_UA.d.ts.map +1 -1
- package/locales/uk_UA.js +7 -0
- package/locales/uk_UA.js.map +1 -1
- package/locales/vi_VN.d.ts +7 -0
- package/locales/vi_VN.d.ts.map +1 -1
- package/locales/vi_VN.js +7 -0
- package/locales/vi_VN.js.map +1 -1
- package/locales/zh_Hans.d.ts +7 -0
- package/locales/zh_Hans.d.ts.map +1 -1
- package/locales/zh_Hans.js +7 -0
- package/locales/zh_Hans.js.map +1 -1
- package/locales/zh_Hant.d.ts +7 -0
- package/locales/zh_Hant.d.ts.map +1 -1
- package/locales/zh_Hant.js +7 -0
- package/locales/zh_Hant.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,9 +5,60 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|
|
5
5
|
Please note, that this project, while following numbering syntax, it DOES NOT
|
|
6
6
|
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.
|
|
7
7
|
|
|
8
|
+
## [5.1.6] - 2022-02-23
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Totals were not calculated until some interaction with `XYChart` chart if data was grouped initially.
|
|
12
|
+
- When tooltips of multiple series were pointing at the same point, series order was not being respected.
|
|
13
|
+
- Reverting "Fixing ES6 module detection by BundlePhobia" from 5.1.5 which was causing issues.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## [5.1.5] - 2022-02-22
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
- `minSize` setting added to `Flow` (`Chord` and `Sankey`) series. It's a relative value to the sum of all values in the series. If set, this relative value will be used for small-value nodes when calculating their size. For example, if it's set to `0.01`, small nodes will be sized like their value is 1% of the total sum of all values in series.
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
- Direction of vertical panning with mouse wheel in an `XYChart` was inverted to make it consistent with OS native scrolling direction.
|
|
23
|
+
|
|
24
|
+
### Fixed
|
|
25
|
+
- Fixing ES6 module detection by BundlePhobia ([Issue 294](https://github.com/amcharts/amcharts5/issues/294)).
|
|
26
|
+
- Parsing of dates using `"i"` format was not working properly when no milliseconds were supplied.
|
|
27
|
+
- Using `minZoomCount` and `maxZoomCount` on a `GaplessDateAxis` was not working properly.
|
|
28
|
+
- Sometimes vertical `XYChart` scrollbar was not reacting to chart's pan via mouse drag or wheel.
|
|
29
|
+
- Using mouse wheel on a chart that was setup to pan was also zooming in/out in addition to pan.
|
|
30
|
+
- In some cases grid on `GaplessDateAxis` was not being placed properly. Grid and Label placement improved.
|
|
31
|
+
- `ForceDirectedTree` could freeze when used with Animated theme in some cases.
|
|
32
|
+
- Changing of baseInterval on DateAxis was not properly working in some cases.
|
|
33
|
+
- In some cases, when no animated theme was used, a state on a Sprite was not applied.
|
|
34
|
+
- Setting data on `MapSeries` after `geoJSON` was updated was not working properly which resulted heat rules not to be applied.
|
|
35
|
+
- It was difficult to make a selection close to the start/end of plot area on `RadarChart`.
|
|
36
|
+
- When `XYChart` was fully zoomed in, using mouse wheel would start panning the chart instead of zoom.
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## [5.1.4] - 2022-02-11
|
|
40
|
+
|
|
41
|
+
### Added
|
|
42
|
+
- `affectsMinMax` added to value axis range.
|
|
43
|
+
- `segments` property added to `Line` class. Allows passing multiple segments instead of continous line.
|
|
44
|
+
- `tooltipIntervalOffset` setting added to `DateAxis`. If not set, axis' tooltip will use value of the `-tooltipLocation` (cell start timestamp by default), so that tooltip would should rounded value, like 06:00 instead of 06:30 when interval is hourly. [More info](https://www.amcharts.com/docs/v5/charts/xy-chart/axes/date-axis/#Axis_tooltip).
|
|
45
|
+
- `tooltipDateFormats` setting added to `DateAxis`. Allows specifying axis' tooltip date formats for time each time unit, different from `dateFormats`. NOTE: `tooltipDateFormat` will override the format if set. [More info](https://www.amcharts.com/docs/v5/charts/xy-chart/axes/date-axis/#Axis_tooltip).
|
|
46
|
+
- `syncWith` setting added to `XYCursor`. Set it to an array of other `XYCursor` objects to automatically position them as the cursor moves. [More info](https://www.amcharts.com/docs/v5/charts/xy-chart/cursor/#syncing-cursors).
|
|
47
|
+
|
|
48
|
+
### Changed
|
|
49
|
+
- Default tooltip date formats have changed slightly for `DateAxis`. Previously, it was using formats from `dateFormats`. Now it uses defaults/user values from newly-introduced `tooltipDateFormats` setting.
|
|
50
|
+
|
|
51
|
+
### Fixed
|
|
52
|
+
- In some cases `DurationAxis` with "second" as its base duration was going to stack overflow.
|
|
53
|
+
- Background on a `ValueAxis` was not showing.
|
|
54
|
+
- Improved performance for charts with lots of stacked series with null.
|
|
55
|
+
- Fixing mouse position when using `transform: scale` or `zoom` ([Issue 258](https://github.com/amcharts/amcharts5/issues/258)).
|
|
56
|
+
- Some touch interactions were not working in iOS 12.
|
|
57
|
+
|
|
58
|
+
|
|
8
59
|
## [5.1.3] - 2022-02-03
|
|
9
60
|
|
|
10
|
-
|
|
61
|
+
### Added
|
|
11
62
|
- Added second parameter to `Root` constructor which contains settings object. For now, there's only one setting: `useSafeResolution` (default: `true`). [More info](https://www.amcharts.com/docs/v5/getting-started/root-element/#settings).
|
|
12
63
|
|
|
13
64
|
### Fixed
|
|
@@ -16,12 +67,12 @@ adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.
|
|
|
16
67
|
|
|
17
68
|
## [5.1.2] - 2022-02-01
|
|
18
69
|
|
|
19
|
-
|
|
20
|
-
- `"x!"` and `"y!"` options added to `XYCursor`'s `snapToSeriesBy` setting. Setting it to `"y!"` will make cursor will choose the nearest data point to snap to by measuring only
|
|
70
|
+
### Added
|
|
71
|
+
- `"x!"` and `"y!"` options added to `XYCursor`'s `snapToSeriesBy` setting. Setting it to `"y!"` will make cursor will choose the nearest data point to snap to by measuring only
|
|
21
72
|
vertical distance and looking at the data items which are at the current X axis position (date or category). The same applies for `"x!"`.
|
|
22
73
|
- `tooltipDataItem` setting added to `XYSeries`. It's a read-only reference to a data item which series tooltip currently uses.
|
|
23
74
|
|
|
24
|
-
|
|
75
|
+
### Fixed
|
|
25
76
|
- `LineSeries` legend markers' stroke was not using series' color if `series.appear()` was called after series was initialized.
|
|
26
77
|
- `LineSeries` legend marker wasn't working properly if legend was using different `Root` element.
|
|
27
78
|
- Better disposing of `<canvas>` elements to work around iOS Safari GC bug.
|
|
@@ -29,7 +80,7 @@ vertical distance and looking at the data items which are at the current X axis
|
|
|
29
80
|
|
|
30
81
|
## [5.1.1] - 2022-01-31
|
|
31
82
|
|
|
32
|
-
|
|
83
|
+
### Added
|
|
33
84
|
- New method `remove(key)` on Template's adapaters.
|
|
34
85
|
- Each chart-type package now exports its default theme as `DefaultTheme`. E.g. `am5xy.DefaultTheme`, `am5flow.DefaultTheme`, etc.
|
|
35
86
|
- TypeScript: Settings interfaces for all objects are now being exposed via bundled re-export files like `index.ts`, `xy.ts`, etc.
|
|
@@ -37,12 +88,12 @@ vertical distance and looking at the data items which are at the current X axis
|
|
|
37
88
|
- New `Container` setting: `reverseChildren`. If set to `true`, will start rendering from the last child, effectively flipping the order in how children of the cotainer are laid out. Useful for [right-to-left setups](
|
|
38
89
|
https://www.amcharts.com/docs/v5/concepts/locales/right-to-left-support/).
|
|
39
90
|
|
|
40
|
-
|
|
91
|
+
### Changed
|
|
41
92
|
- Charts on iOS devices will now automatically use lesser resolution to work around canvas memory restriction introduced in iOS 15 Safari.
|
|
42
93
|
- Charts will now use less built-in layers, and thus less `<canvas>` elements by default, reducing memory consumption.
|
|
43
94
|
- All low/high-related settings and fields moved from `CandlestickSeries` to `XYSeries`. Sometimes it could be useful to have low/high on other series even if they are not shown visually.
|
|
44
95
|
|
|
45
|
-
|
|
96
|
+
### Fixed
|
|
46
97
|
- `XYCursor` was not being hidden when its `positionX` or `positionY` was changed to `undefined` and `alwaysShow` was set to `false`.
|
|
47
98
|
- Auto-wrapped right-aligned labels were being rendered in wrong position.
|
|
48
99
|
- Auto-wrapped labels were not being trimmed for whitespace on each line.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "amcharts5-example-xy-animated-bullet-at-the-end-of-the-series",
|
|
4
4
|
"version": "0.1.0",
|
|
5
5
|
"devDependencies": {
|
|
6
|
-
"@amcharts/amcharts5": "^5.1.
|
|
6
|
+
"@amcharts/amcharts5": "^5.1.6",
|
|
7
7
|
"source-map-loader": "^3.0.0",
|
|
8
8
|
"webpack": "^5.1.3",
|
|
9
9
|
"webpack-cli": "^4.1.0",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "amcharts5-example-xy-comparing-series-google-analytics-style",
|
|
4
4
|
"version": "0.1.0",
|
|
5
5
|
"devDependencies": {
|
|
6
|
-
"@amcharts/amcharts5": "^5.1.
|
|
6
|
+
"@amcharts/amcharts5": "^5.1.6",
|
|
7
7
|
"source-map-loader": "^3.0.0",
|
|
8
8
|
"webpack": "^5.1.3",
|
|
9
9
|
"webpack-cli": "^4.1.0",
|