8000 [Auto changelog] changlog of v1.11.12 by github-actions[bot] · Pull Request #3088 · VisActor/VChart · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[Auto changelog] changlog of v1.11.12 #3088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 15, 2024
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
8000
Diff view
Diff view
26 changes: 26 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v1.11.12

2024-08-15


**🆕 New feature**

- **@visactor/vchart**: support `layoutRadius` of pie

**🐛 Bug fix**

- **@visactor/vchart**: fix params of tickCount in linear-axis-mixin, fix [#3053](https://github.com/VisActor/VChart/issues/3053)
- **@visactor/vchart**: fix `padding` of region not work
- **@visactor/vchart**: brush error after legend filter. fix[#3061](https://github.com/VisActor/VChart/issues/3061)
- **@visactor/vchart**: fix funnel chart color bug with different category and series fields
- **@visactor/vchart**: fix issue with harmony event
- **@visactor/vchart**: fix type error of react vchart, fix [#3065](https://github.com/VisActor/VChart/issues/3065)
- **@visactor/vchart**: tooltip should show when chart has multiple regions
- **@visactor/vchart**: fix the issue background of chart not updated, fix [#3054](https://github.com/VisActor/VChart/issues/3054)
- **@visactor/vchart**: fix the update of `startAngle` and `endAngle` in pie chart, fix [#3059](https://github.com/VisActor/VChart/issues/3059)
- **@visactor/vchart**: fix switch `visible` of legend, fix [#3060](https://github.com/VisActor/VChart/issues/3060)



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

# v1.11.11

2024-08-06
Expand Down
24 changes: 24 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# v1.11.12

2024-08-15


**🆕 新增功能**
- **@visactor/vchart**: 支持饼图的 `layoutRadius`

**🐛 功能修复**

- **@visactor/vchart**: 修复 linear-axis-mixin 中 tickCount 参数不一致的问题,修复 [#3053](https://github.com/VisActor/VChart/issues/3053)
- **@visactor/vchart**: 修复region `padding` 不生效的问题
- **@visactor/vchart**: 修复图例过滤后Brush组件报错的问题,修复 [#3061](https://github.com/VisActor/VChart/issues/3061)
- **@visactor/vchart**: 修复不同类别和系列字段带来的漏斗图颜色问题
- **@visactor/vchart**: 修复 harmony 事件的问题
- **@visactor/vchart**: 修复 react vchart 的类型错误,修复 [#3065](https://github.com/VisActor/VChart/issues/3065)
- **@visactor/vchart**: 当图表有多个区域时,tooltip 应该显示
- **@visactor/vchart**: 修复图表背景未更新的问题,修复 [#3054](https://github.com/VisActor/VChart/issues/3054)
- **@visactor/vchart**: 修复饼图中 `startAngle` 和 `endAngle` 更新的问题,修复 [#3059](https://github.com/VisActor/VChart/issues/3059)
- **@visactor/vchart**: 修复图例 `visible` 切换的问题,修复 [#3060](https://github.com/VisActor/VChart/issues/3060)


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

# v1.11.11

2024-08-06
Expand Down
26 changes: 26 additions & 0 deletions packages/harmony_vchart/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v1.11.12

2024-08-15


**🆕 New feature**

- **@visactor/vchart**: support `layoutRadius` of pie

**🐛 Bug fix**

- **@visactor/vchart**: fix params of tickCount in linear-axis-mixin, fix [#3053](https://github.com/VisActor/VChart/issues/3053)
- **@visactor/vchart**: fix `padding` of region not work
- **@visactor/vchart**: brush error after legend filter. fix[#3061](https://github.com/VisActor/VChart/issues/3061)
- **@visactor/vchart**: fix funnel chart color bug with different category and series fields
- **@visactor/vchart**: fix issue with harmony event
- **@visactor/vchart**: fix type error of react vchart, fix [#3065](https://github.com/VisActor/VChart/issues/3065)
- **@visactor/vchart**: tooltip should show when chart has multiple regions
- **@visactor/vchart**: fix the issue background of chart not updated, fix [#3054](https://github.com/VisActor/VChart/issues/3054)
- **@visactor/vchart**: fix the update of `startAngle` and `endAngle` in pie chart, fix [#3059](https://github.com/VisActor/VChart/issues/3059)
- **@visactor/vchart**: fix switch `visible` of legend, fix [#3060](https://github.com/VisActor/VChart/issues/3060)



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

# v1.11.11

2024-08-06
Expand Down
Loading
0