@automattic/charts 0.46.2 → 0.47.0
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/CHANGELOG.md +16 -2
- package/dist/{chunk-HZZTNJYP.cjs → chunk-22TV5IPN.cjs} +139 -101
- package/dist/chunk-22TV5IPN.cjs.map +1 -0
- package/dist/{chunk-N36WJKYM.cjs → chunk-ACYRVLI5.cjs} +3 -3
- package/dist/{chunk-N36WJKYM.cjs.map → chunk-ACYRVLI5.cjs.map} +1 -1
- package/dist/{chunk-QPHNEQCK.cjs → chunk-J6XON6FM.cjs} +8 -3
- package/dist/chunk-J6XON6FM.cjs.map +1 -0
- package/dist/{chunk-CNAKHZMW.cjs → chunk-KC3ITX3B.cjs} +10 -3
- package/dist/chunk-KC3ITX3B.cjs.map +1 -0
- package/dist/{chunk-KEBKTDOQ.js → chunk-MCFIVI3D.js} +8 -3
- package/dist/chunk-MCFIVI3D.js.map +1 -0
- package/dist/{chunk-JGX3ZNK5.js → chunk-MWFUJOQX.js} +11 -3
- package/dist/chunk-MWFUJOQX.js.map +1 -0
- package/dist/{chunk-HVWETEEV.js → chunk-NEANE7H4.js} +10 -3
- package/dist/chunk-NEANE7H4.js.map +1 -0
- package/dist/{chunk-GEB4GELE.cjs → chunk-S5H6V6VU.cjs} +11 -3
- package/dist/chunk-S5H6V6VU.cjs.map +1 -0
- package/dist/{chunk-JI6OGGGF.js → chunk-UG756X62.js} +2 -2
- package/dist/{chunk-Q2RJUTMN.js → chunk-WIBQECQE.js} +138 -100
- package/dist/chunk-WIBQECQE.js.map +1 -0
- package/dist/components/bar-chart/index.cjs +2 -2
- package/dist/components/bar-chart/index.css +22 -0
- package/dist/components/bar-chart/index.css.map +1 -1
- package/dist/components/bar-chart/index.d.cts +1 -1
- package/dist/components/bar-chart/index.d.ts +1 -1
- package/dist/components/bar-chart/index.js +1 -1
- package/dist/components/bar-list-chart/index.cjs +3 -3
- package/dist/components/bar-list-chart/index.css +22 -0
- package/dist/components/bar-list-chart/index.css.map +1 -1
- package/dist/components/bar-list-chart/index.d.cts +1 -1
- package/dist/components/bar-list-chart/index.d.ts +1 -1
- package/dist/components/bar-list-chart/index.js +2 -2
- package/dist/components/conversion-funnel-chart/index.cjs +2 -2
- package/dist/components/conversion-funnel-chart/index.css +11 -0
- package/dist/components/conversion-funnel-chart/index.css.map +1 -1
- package/dist/components/conversion-funnel-chart/index.d.cts +2 -2
- package/dist/components/conversion-funnel-chart/index.d.ts +2 -2
- package/dist/components/conversion-funnel-chart/index.js +1 -1
- package/dist/components/leaderboard-chart/index.cjs +2 -2
- package/dist/components/leaderboard-chart/index.css +11 -1
- package/dist/components/leaderboard-chart/index.css.map +1 -1
- package/dist/components/leaderboard-chart/index.d.cts +2 -2
- package/dist/components/leaderboard-chart/index.d.ts +2 -2
- package/dist/components/leaderboard-chart/index.js +1 -1
- package/dist/components/legend/index.d.cts +1 -1
- package/dist/components/legend/index.d.ts +1 -1
- package/dist/components/line-chart/index.cjs +2 -2
- package/dist/components/line-chart/index.css +10 -0
- package/dist/components/line-chart/index.css.map +1 -1
- package/dist/components/line-chart/index.d.cts +2 -1
- package/dist/components/line-chart/index.d.ts +2 -1
- package/dist/components/line-chart/index.js +1 -1
- package/dist/components/pie-chart/index.d.cts +1 -1
- package/dist/components/pie-chart/index.d.ts +1 -1
- package/dist/components/pie-semi-circle-chart/index.d.cts +1 -1
- package/dist/components/pie-semi-circle-chart/index.d.ts +1 -1
- package/dist/components/tooltip/index.d.cts +1 -1
- package/dist/components/tooltip/index.d.ts +1 -1
- package/dist/hooks/index.d.cts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/index.cjs +6 -6
- package/dist/index.css +54 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +5 -5
- package/dist/{leaderboard-chart-B5JRimc9.d.cts → leaderboard-chart-B3CQbXhp.d.cts} +2 -2
- package/dist/{leaderboard-chart-DQ8i8GMA.d.ts → leaderboard-chart-CaZgGytL.d.ts} +2 -2
- package/dist/providers/index.d.cts +2 -2
- package/dist/providers/index.d.ts +2 -2
- package/dist/{themes-TIJq1lG_.d.cts → themes-DL0AAxyZ.d.cts} +1 -1
- package/dist/{themes-CN85BQM1.d.ts → themes-_t_7uxnQ.d.ts} +1 -1
- package/dist/{types-73KOEWs9.d.ts → types-DU5eF3uf.d.cts} +4 -0
- package/dist/{types-73KOEWs9.d.cts → types-DU5eF3uf.d.ts} +4 -0
- package/package.json +8 -22
- package/src/components/bar-chart/bar-chart.module.scss +28 -0
- package/src/components/bar-chart/bar-chart.tsx +4 -1
- package/src/components/conversion-funnel-chart/conversion-funnel-chart.module.scss +13 -0
- package/src/components/conversion-funnel-chart/conversion-funnel-chart.tsx +5 -1
- package/src/components/conversion-funnel-chart/types.ts +1 -1
- package/src/components/leaderboard-chart/leaderboard-chart.module.scss +13 -1
- package/src/components/leaderboard-chart/leaderboard-chart.tsx +11 -2
- package/src/components/leaderboard-chart/types.ts +1 -0
- package/src/components/line-chart/line-chart.module.scss +15 -0
- package/src/components/line-chart/line-chart.tsx +7 -1
- package/src/components/line-chart/types.ts +1 -0
- package/src/types.ts +4 -0
- package/dist/chunk-CNAKHZMW.cjs.map +0 -1
- package/dist/chunk-GEB4GELE.cjs.map +0 -1
- package/dist/chunk-HVWETEEV.js.map +0 -1
- package/dist/chunk-HZZTNJYP.cjs.map +0 -1
- package/dist/chunk-JGX3ZNK5.js.map +0 -1
- package/dist/chunk-KEBKTDOQ.js.map +0 -1
- package/dist/chunk-Q2RJUTMN.js.map +0 -1
- package/dist/chunk-QPHNEQCK.cjs.map +0 -1
- /package/dist/{chunk-JI6OGGGF.js.map → chunk-UG756X62.js.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.47.0] - 2025-11-17
|
|
9
|
+
### Added
|
|
10
|
+
- Chart: Add animation support. [#45837]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Update package dependencies. [#45915]
|
|
14
|
+
- Update package dependencies. [#45958]
|
|
15
|
+
|
|
16
|
+
## [0.46.3] - 2025-11-12
|
|
17
|
+
### Changed
|
|
18
|
+
- Internal updates.
|
|
19
|
+
|
|
8
20
|
## [0.46.2] - 2025-11-10
|
|
9
21
|
### Changed
|
|
10
22
|
- Update package dependencies. [#45737]
|
|
@@ -15,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
15
27
|
|
|
16
28
|
## [0.46.0] - 2025-10-28
|
|
17
29
|
### Added
|
|
18
|
-
-
|
|
30
|
+
- Add interactive legend support to LeaderboardChart. [#45581]
|
|
19
31
|
|
|
20
32
|
### Changed
|
|
21
33
|
- Update package dependencies. [#45652]
|
|
@@ -35,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
35
47
|
- Show ticks in year format when the interval is more than a year. [#45529]
|
|
36
48
|
|
|
37
49
|
### Changed
|
|
38
|
-
-
|
|
50
|
+
- Add Group Storybook controls. [#45503]
|
|
39
51
|
|
|
40
52
|
## [0.42.0] - 2025-10-14
|
|
41
53
|
### Changed
|
|
@@ -543,6 +555,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
543
555
|
- Fixed lints following ESLint rule changes for TS [#40584]
|
|
544
556
|
- Fixing a bug in Chart storybook data. [#40640]
|
|
545
557
|
|
|
558
|
+
[0.47.0]: https://github.com/Automattic/charts/compare/v0.46.3...v0.47.0
|
|
559
|
+
[0.46.3]: https://github.com/Automattic/charts/compare/v0.46.2...v0.46.3
|
|
546
560
|
[0.46.2]: https://github.com/Automattic/charts/compare/v0.46.1...v0.46.2
|
|
547
561
|
[0.46.1]: https://github.com/Automattic/charts/compare/v0.46.0...v0.46.1
|
|
548
562
|
[0.46.0]: https://github.com/Automattic/charts/compare/v0.45.0...v0.46.0
|