Skip to content

Commit 39aeab5

Browse files
chore(main): release 1.32.0 (#369)
1 parent ea5b41f commit 39aeab5

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [1.32.0](https://github.com/gravity-ui/charts/compare/v1.31.0...v1.32.0) (2026-01-20)
4+
5+
6+
### Features
7+
8+
* add linejoin setting for line series ([#372](https://github.com/gravity-ui/charts/issues/372)) ([f6c591a](https://github.com/gravity-ui/charts/commit/f6c591a4da7218afdcad507c56e15c8fb835dcd2))
9+
* add onReady chart prop ([#370](https://github.com/gravity-ui/charts/issues/370)) ([2a797ed](https://github.com/gravity-ui/charts/commit/2a797ed97d5ca80a310725598bb23feb79e64d3b))
10+
11+
12+
### Bug Fixes
13+
14+
* fix bar-x chart with stacking positive and negative values ([#368](https://github.com/gravity-ui/charts/issues/368)) ([ab80386](https://github.com/gravity-ui/charts/commit/ab803865aac0c12c2cc5576e62f10d34790df568))
15+
* hide data labels for rangeSlider ([#373](https://github.com/gravity-ui/charts/issues/373)) ([ea5b41f](https://github.com/gravity-ui/charts/commit/ea5b41fdcf96f9d560320fa13ad912bf3ac97d46))
16+
317
## [1.31.0](https://github.com/gravity-ui/charts/compare/v1.30.1...v1.31.0) (2026-01-19)
418

519

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.31.0",
3+
"version": "1.32.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)