Skip to content

Commit ddc369d

Browse files
chore(main): release 1.25.0
1 parent 0554e7c commit ddc369d

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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+
* **Area, Bar-x,Bar-y:** fix incorrect category axis behavior in case of nullMode="connect" and nullNode='skip' ([#300](https://github.com/gravity-ui/charts/issues/300)) ([46c2d9f](https://github.com/gravity-ui/charts/commit/46c2d9f788e47d2e3d446f5bcafcc0ec95196154))
14+
* 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))
15+
* series with a single point in the data ([#296](https://github.com/gravity-ui/charts/issues/296)) ([0554e7c](https://github.com/gravity-ui/charts/commit/0554e7c8364b09c647e3e63edead6f6ae4e2ab59))
16+
* **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))
17+
318
## [1.24.2](https://github.com/gravity-ui/charts/compare/v1.24.1...v1.24.2) (2025-11-27)
419

520

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)