Skip to content

Commit 63acf5d

Browse files
chore(main): release 1.40.0 (#483)
1 parent 1b6b393 commit 63acf5d

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.40.0](https://github.com/gravity-ui/charts/compare/v1.39.1...v1.40.0) (2026-03-13)
4+
5+
6+
### Features
7+
8+
* **tooltip:** add sort option for tooltip rows ([#481](https://github.com/gravity-ui/charts/issues/481)) ([1b6b393](https://github.com/gravity-ui/charts/commit/1b6b3936bc454443afd172197c5d1c338ec5e573))
9+
10+
11+
### Bug Fixes
12+
13+
* fix displaying the stacked area chart with the range slider enabled ([#482](https://github.com/gravity-ui/charts/issues/482)) ([18e37f6](https://github.com/gravity-ui/charts/commit/18e37f6e3f03b25a7b4968573abf6ac7a1be8cc5))
14+
* percent stacking bar-x with small height ([#484](https://github.com/gravity-ui/charts/issues/484)) ([06a9c63](https://github.com/gravity-ui/charts/commit/06a9c63e2d4b056067f000309882db8d4fdbd76d))
15+
316
## [1.39.1](https://github.com/gravity-ui/charts/compare/v1.39.0...v1.39.1) (2026-03-12)
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.39.1",
3+
"version": "1.40.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)