Skip to content

Commit 28f488b

Browse files
chore(main): release 1.23.0
1 parent 2d85319 commit 28f488b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [1.23.0](https://github.com/gravity-ui/charts/compare/v1.22.0...v1.23.0) (2025-11-13)
4+
5+
6+
### Features
7+
8+
* add nullMode for area, bar-x, bar-y, heatmap, line, pie, scatter, waterfall charts ([#243](https://github.com/gravity-ui/charts/issues/243)) ([06547bb](https://github.com/gravity-ui/charts/commit/06547bb1f381c4742cbff3a687d184f00d2baf35))
9+
10+
11+
### Bug Fixes
12+
13+
* properly handle zoom configuration for unzoomable charts ([#261](https://github.com/gravity-ui/charts/issues/261)) ([2d85319](https://github.com/gravity-ui/charts/commit/2d853192ac7c858f158008b68a57883c6f32c412))
14+
315
## [1.22.0](https://github.com/gravity-ui/charts/compare/v1.21.0...v1.22.0) (2025-11-10)
416

517

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.22.0",
3+
"version": "1.23.0",
44
"description": "React component used to render charts",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)