mirror of
https://github.com/VisActor/VChart
synced 2024-11-23 09:39:38 +00:00
Merge pull request #3435 from VisActor/docs/generate-changelog-v1.12.12
Some checks are pending
TEST CI / build (18.x) (push) Waiting to run
Some checks are pending
TEST CI / build (18.x) (push) Waiting to run
[Auto changelog] changlog of v1.12.12
This commit is contained in:
commit
f1693282d0
@ -1,3 +1,23 @@
|
||||
# v1.12.12
|
||||
|
||||
2024-11-18
|
||||
|
||||
|
||||
**🐛 Bug fix**
|
||||
|
||||
- **@visactor/vchart**: fix: fix the issue where modifying area.visible through updateSpec does not take effect, related [#3393](https://github.com/VisActor/VChart/issues/3393)
|
||||
- **@visactor/vchart**: fix incorrect rendering when changing `direction` via updateSpec in area chart, related [#3406](https://github.com/VisActor/VChart/issues/3406)
|
||||
- **@visactor/vchart**: fix zIndex of background image, fix [#3403](https://github.com/VisActor/VChart/issues/3403)
|
||||
- **@visactor/vchart**: fix error of tooltip when chart is released, fix [#3428](https://github.com/VisActor/VChart/issues/3428)
|
||||
|
||||
**⚡ Performance optimization**
|
||||
|
||||
- **@visactor/vchart**: optimize the effect of break data
|
||||
|
||||
|
||||
|
||||
[more detail about v1.12.12](https://github.com/VisActor/VChart/releases/tag/v1.12.12)
|
||||
|
||||
# v1.12.11
|
||||
|
||||
2024-11-13
|
||||
|
@ -1,3 +1,20 @@
|
||||
# v1.12.12
|
||||
|
||||
2024-11-18
|
||||
|
||||
**🐛 功能修复**
|
||||
|
||||
- **@visactor/vchart**: 修复通过 `updateSpec` 修改 `area.visible` 不生效的问题,相关 [#3393](https://github.com/VisActor/VChart/issues/3393)
|
||||
- **@visactor/vchart**: 修复在面积图中通过 `updateSpec` 更改 `direction` 时渲染不正确的问题,相关 [#3406](https://github.com/VisActor/VChart/issues/3406)
|
||||
- **@visactor/vchart**: 修复背景图 `zIndex` 问题,修复 [#3403](https://github.com/VisActor/VChart/issues/3403)
|
||||
- **@visactor/vchart**: 修复图表释放时 `tooltip` 错误,修复 [#3428](https://github.com/VisActor/VChart/issues/3428)
|
||||
|
||||
**⚡ 性能优化**
|
||||
|
||||
- **@visactor/vchart**: 优化轴截断效果
|
||||
|
||||
[更多详情请查看 v1.12.12](https://github.com/VisActor/VChart/releases/tag/v1.12.12)
|
||||
|
||||
# v1.12.11
|
||||
|
||||
2024-11-13
|
||||
|
@ -1,3 +1,23 @@
|
||||
# v1.12.12
|
||||
|
||||
2024-11-18
|
||||
|
||||
|
||||
**🐛 Bug fix**
|
||||
|
||||
- **@visactor/vchart**: fix: fix the issue where modifying area.visible through updateSpec does not take effect, related [#3393](https://github.com/VisActor/VChart/issues/3393)
|
||||
- **@visactor/vchart**: fix incorrect rendering when changing `direction` via updateSpec in area chart, related [#3406](https://github.com/VisActor/VChart/issues/3406)
|
||||
- **@visactor/vchart**: fix zIndex of background image, fix [#3403](https://github.com/VisActor/VChart/issues/3403)
|
||||
- **@visactor/vchart**: fix error of tooltip when chart is released, fix [#3428](https://github.com/VisActor/VChart/issues/3428)
|
||||
|
||||
**⚡ Performance optimization**
|
||||
|
||||
- **@visactor/vchart**: optimize the effect of break data
|
||||
|
||||
|
||||
|
||||
[more detail about v1.12.12](https://github.com/VisActor/VChart/releases/tag/v1.12.12)
|
||||
|
||||
# v1.12.11
|
||||
|
||||
2024-11-13
|
||||
|
Loading…
Reference in New Issue
Block a user