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
21 changes: 21 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v1.13.10

2025-05-16


**🆕 New feature**

- **@visactor/vchart**: tooltip support inside position
- **@visactor/vchart**: mosaic chart supports bandWidthField and percent config, closed [#3945](https://github.com/VisActor/VChart/issues/3945)

**🐛 Bug fix**

- **@visactor/vchart**: export ManualTicker & StreamLight
- **@visactor/vchart**: tooltip should hide when enterable, fix [#3965](https://github.com/VisActor/VChart/issues/3965), fix [#3922](https://github.com/VisActor/VChart/issues/3922)
- **@visactor/vchart**: fix error of enterable tooltip when multiple charts in a page, fix [#3940](https://github.com/VisActor/VChart/issues/3940)
- **@visactor/vchart**: upgrade vgrammar to 0.16.7, fix [#3965](https://github.com/VisActor/VChart/issues/3965)



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

# v1.13.9

2025-04-21
Expand Down
18 changes: 18 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v1.13.10

2025-05-16

**🆕 新增功能**

- **@visactor/vchart**: tooltip 定位支持内侧相关的定位点
- **@visactor/vchart**: 马赛克图表支持 bandWidthField 和 percent 配置,关闭 [#3945](https://github.com/VisActor/VChart/issues/3945)

**🐛 功能修复**

- **@visactor/vchart**: 导出 ManualTicker 和 StreamLight
- **@visactor/vchart**: tooltip 设置`enterable`后,离开 tooltip,tooltip 应隐藏,修复 [#3965](https://github.com/VisActor/VChart/issues/3965),修复 [#3922](https://github.com/VisActor/VChart/issues/3922)
- **@visactor/vchart**: 修复页面中多个图表配置 tooltip 的 enterable 时,部分图表 tooltip 不能正确交互的错误,修复 [#3940](https://github.com/VisActor/VChart/issues/3940)
- **@visactor/vchart**: 升级 vgrammar 至 0.16.7,修复 [#3965](https://github.com/VisActor/VChart/issues/3965)

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

# v1.13.9

2025-04-21
Expand Down
21 changes: 21 additions & 0 deletions packages/harmony_vchart/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v1.13.10

2025-05-16


**🆕 New feature**

- **@visactor/vchart**: tooltip support inside position
- **@visactor/vchart**: mosaic chart supports bandWidthField and percent config, closed [#3945](https://github.com/VisActor/VChart/issues/3945)

**🐛 Bug fix**

- **@visactor/vchart**: export ManualTicker & StreamLight
- **@visactor/vchart**: tooltip should hide when enterable, fix [#3965](https://github.com/VisActor/VChart/issues/3965), fix [#3922](https://github.com/VisActor/VChart/issues/3922)
- **@visactor/vchart**: fix error of enterable tooltip when multiple charts in a page, fix [#3940](https://github.com/VisActor/VChart/issues/3940)
- **@visactor/vchart**: upgrade vgrammar to 0.16.7, fix [#3965](https://github.com/VisActor/VChart/issues/3965)



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

# v1.13.9

2025-04-21
Expand Down
Loading