Skip to content

Commit 9c23f00

Browse files
chore(main): release 1.25.0
1 parent eb10f43 commit 9c23f00

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.25.0](https://github.com/gravity-ui/charts/compare/v1.24.2...v1.25.0) (2025-12-08)
4+
5+
6+
### Features
7+
8+
* add legend grouping ([#292](https://github.com/gravity-ui/charts/issues/292)) ([4e33906](https://github.com/gravity-ui/charts/commit/4e33906153973babdea9acc242350899fb69571b))
9+
10+
11+
### Bug Fixes
12+
13+
* bar-x with the similar data should be displayed the same for different types of axes ([#295](https://github.com/gravity-ui/charts/issues/295)) ([eb10f43](https://github.com/gravity-ui/charts/commit/eb10f4382020cd8ebdc5ce981286d2a4a41c6334))
14+
* **Waterfall:** fix calculation of yValue for total item ([#297](https://github.com/gravity-ui/charts/issues/297)) ([24eaa67](https://github.com/gravity-ui/charts/commit/24eaa67a66fae7d0cfc2281006945d4e058a3e7d))
15+
316
## [1.24.2](https://github.com/gravity-ui/charts/compare/v1.24.1...v1.24.2) (2025-11-27)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/charts",
3-
"version": "1.24.2",
3+
"version": "1.25.0",
44
"description": "React component used to render charts",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)