Skip to content

Commit 8903c6c

Browse files
chore(main): release 1.33.0 (#377)
1 parent fc5418a commit 8903c6c

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.33.0](https://github.com/gravity-ui/charts/compare/v1.32.1...v1.33.0) (2026-01-23)
4+
5+
6+
### Features
7+
8+
* add startOnTick and endOnTick options for axis ([#371](https://github.com/gravity-ui/charts/issues/371)) ([fc5418a](https://github.com/gravity-ui/charts/commit/fc5418a988a719524fcd45ff8f14dc0f4d111cb5))
9+
10+
11+
### Bug Fixes
12+
13+
* fix area chart with stacking positive and negative values ([#376](https://github.com/gravity-ui/charts/issues/376)) ([f6b47f1](https://github.com/gravity-ui/charts/commit/f6b47f1b45383c15ac50e6be4b1d9e2e9b12c12a))
14+
* sync primary and secondary axes ticks ([#367](https://github.com/gravity-ui/charts/issues/367)) ([2c24599](https://github.com/gravity-ui/charts/commit/2c245991bfe562398986f7e78ec693f992c321db))
15+
316
## [1.32.1](https://github.com/gravity-ui/charts/compare/v1.32.0...v1.32.1) (2026-01-21)
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.32.1",
3+
"version": "1.33.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)