增加Axis的对数轴支持子刻度

This commit is contained in:
monitor1394
2023-10-21 13:29:50 +08:00
parent 68d5bc36d6
commit 985f70c3c9
2 changed files with 81 additions and 14 deletions

View File

@@ -69,6 +69,7 @@ slug: /changelog
## master
* (2023.10.21) 增加`Axis`的对数轴支持子刻度
* (2023.10.19) 修复`Pie`设置玫瑰图时引导线异常的问题
* (2023.10.15) 修复`Line`设置`Animation``AlongPath`时动画异常的问题 (#281)
* (2023.10.12) 修复`MarkLine`指定`yValue`时对数值轴无效的问题