Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# v1.13.9

2025-04-21


**🆕 New feature**

- **@visactor/vchart**: axis datafilter support context. close [#3332](https://github.com/VisActor/VChart/issues/3332)
- **@visactor/vchart**: gauge support clip when mark outof axis. close [#3859](https://github.com/VisActor/VChart/issues/3859)
- **@visactor/vchart**: markLine and markArea supports render multiple labels

**🐛 Bug fix**

- **@visactor/vchart**: clear event listener for normal animation when updateSpec, [#3881](https://github.com/VisActor/VChart/issues/3881)
- **@visactor/vchart**: fix coordinate of rect crosshair when bandSize is 0, fix [#3907](https://github.com/VisActor/VChart/issues/3907)
- **@visactor/vchart**: when set defaultSelect of crosshair, `axisIndex` should have a default value: 0
- **@visactor/vchart**: fix type error of datazoom texts
- **@visactor/vchart**: the width of title label should auto fit content width when `autoWidth` is true, fix [#3880](https://github.com/VisActor/VChart/issues/3880)
- **@visactor/vchart**: mark line valid judgement. fix[#3857](https://github.com/VisActor/VChart/issues/3857)
- **@visactor/vchart**: empty placeholder should update after data is updated, fix [#3855](https://github.com/VisActor/VChart/issues/3855)

**🔨 Refactor**

- **@visactor/vchart**: brush interactive. close[#3765](https://github.com/VisActor/VChart/issues/3765) & [#3262](https://github.com/VisActor/VChart/issues/3262) & [#2802](https://github.com/VisActor/VChart/issues/2802) & [#3885](https://github.com/VisActor/VChart/issues/3885)

**📖 Site / documentation update**

- **@visactor/vchart**: supply interface of docs. fix [#3877](https://github.com/VisActor/VChart/issues/3877)



[more detail about v1.13.9](https://github.com/VisActor/VChart/releases/tag/v1.13.9)

# v1.13.8

2025-03-31
Expand Down
30 changes: 30 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# v1.13.9

2025-04-21

**🆕 新增功能**

- **@visactor/vchart**: 轴数据过滤支持上下文,关闭 [#3332](https://github.com/VisActor/VChart/issues/3332)
- **@visactor/vchart**: 仪表盘支持在标记超出轴范围时裁剪,关闭 [#3859](https://github.com/VisActor/VChart/issues/3859)
- **@visactor/vchart**: markLine 和 markArea 支持渲染多个标签

**🐛 功能修复**

- **@visactor/vchart**: 更新规格时清除普通动画的事件监听器,[#3881](https://github.com/VisActor/VChart/issues/3881)
- **@visactor/vchart**: 修复当 bandSize 为 0 时矩形十字线的坐标问题,修复 [#3907](https://github.com/VisActor/VChart/issues/3907)
- **@visactor/vchart**: 当设置十字线的默认选择时,`axisIndex` 应有默认值 0
- **@visactor/vchart**: 修复 datazoom 文本的类型错误
- **@visactor/vchart**: 当 `autoWidth` 为 true 时,标题标签的宽度应自动适应内容宽度,修复 [#3880](https://github.com/VisActor/VChart/issues/3880)
- **@visactor/vchart**: 修复 markLine 的有效性判断,修复 [#3857](https://github.com/VisActor/VChart/issues/3857)
- **@visactor/vchart**: 数据更新后空占位符应更新,修复 [#3855](https://github.com/VisActor/VChart/issues/3855)

**🔨 功能重构**

- **@visactor/vchart**: 重构 brush 交互,关闭 [#3765](https://github.com/VisActor/VChart/issues/3765)、[#3262](https://github.com/VisActor/VChart/issues/3262)、[#2802](https://github.com/VisActor/VChart/issues/2802) 和 [#3885](https://github.com/VisActor/VChart/issues/3885)

**📖 文档更新**

- **@visactor/vchart**: 提供文档接口,修复 [#3877](https://github.com/VisActor/VChart/issues/3877)

[更多详情请查看 v1.13.9](https://github.com/VisActor/VChart/releases/tag/v1.13.9)

# v1.13.8

2025-03-31
Expand Down
33 changes: 33 additions & 0 deletions packages/harmony_vchart/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# v1.13.9

2025-04-21


**🆕 New feature**

- **@visactor/vchart**: axis datafilter support context. close [#3332](https://github.com/VisActor/VChart/issues/3332)
- **@visactor/vchart**: gauge support clip when mark outof axis. close [#3859](https://github.com/VisActor/VChart/issues/3859)
- **@visactor/vchart**: markLine and markArea supports render multiple labels

**🐛 Bug fix**

- **@visactor/vchart**: clear event listener for normal animation when updateSpec, [#3881](https://github.com/VisActor/VChart/issues/3881)
- **@visactor/vchart**: fix coordinate of rect crosshair when bandSize is 0, fix [#3907](https://github.com/VisActor/VChart/issues/3907)
- **@visactor/vchart**: when set defaultSelect of crosshair, `axisIndex` should have a default value: 0
- **@visactor/vchart**: fix type error of datazoom texts
- **@visactor/vchart**: the width of title label should auto fit content width when `autoWidth` is true, fix [#3880](https://github.com/VisActor/VChart/issues/3880)
- **@visactor/vchart**: mark line valid judgement. fix[#3857](https://github.com/VisActor/VChart/issues/3857)
- **@visactor/vchart**: empty placeholder should update after data is updated, fix [#3855](https://github.com/VisActor/VChart/issues/3855)

**🔨 Refactor**

- **@visactor/vchart**: brush interactive. close[#3765](https://github.com/VisActor/VChart/issues/3765) & [#3262](https://github.com/VisActor/VChart/issues/3262) & [#2802](https://github.com/VisActor/VChart/issues/2802) & [#3885](https://github.com/VisActor/VChart/issues/3885)

**📖 Site / documentation update**

- **@visactor/vchart**: supply interface of docs. fix [#3877](https://github.com/VisActor/VChart/issues/3877)



[more detail about v1.13.9](https://github.com/VisActor/VChart/releases/tag/v1.13.9)

# v1.13.8

2025-03-31
Expand Down
Loading