Skip to content

Commit 634428f

Browse files
chore(main): release 1.41.0 (#486)
1 parent 36a19ae commit 634428f

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.41.0](https://github.com/gravity-ui/charts/compare/v1.40.0...v1.41.0) (2026-03-16)
4+
5+
6+
### Features
7+
8+
* add immediate option to reflow ([#485](https://github.com/gravity-ui/charts/issues/485)) ([71255ca](https://github.com/gravity-ui/charts/commit/71255cacbfa3f144b6ee00c62d78cce4ec4a62d9))
9+
* **tooltip:** switch row layout from flex to table ([#487](https://github.com/gravity-ui/charts/issues/487)) ([36a19ae](https://github.com/gravity-ui/charts/commit/36a19aea802a69caa01c02804a5333f4d0b1c00e))
10+
11+
12+
### Bug Fixes
13+
14+
* fix negative radius error for bar-x percent stacking chart ([#492](https://github.com/gravity-ui/charts/issues/492)) ([9e49de1](https://github.com/gravity-ui/charts/commit/9e49de1928db3ded519c67395e08e4eb496bc110))
15+
316
## [1.40.0](https://github.com/gravity-ui/charts/compare/v1.39.1...v1.40.0) (2026-03-13)
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.40.0",
3+
"version": "1.41.0",
44
"description": "A flexible JavaScript library for data visualization and chart rendering using React",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)