This commit is contained in:
monitor1394
2023-12-01 21:16:28 +08:00
parent bbf1dc862c
commit bdc6c3b289
2 changed files with 12 additions and 0 deletions

View File

@@ -76,6 +76,12 @@ Highlights:
* Perfect code comments and documentation
* Fixed several issues
Extended features:
* `UITable` adds the carousel function
* `UITable` adds data api and callback functions
* `Pie3DChart` optimizes rendering performance
Log details:
* (2023.12.01) Fixed inaccurate display of Tooltip's `titleFormatter` set to `{b}`

View File

@@ -81,6 +81,12 @@ slug: /changelog
* 完善代码注释和手册文档
* 修复若干问题
扩展功能:
* `UITable`增加轮播功能
* `UITable`增加数据操作接口和回调函数
* `Pie3DChart`优化绘制表现
日志详情:
* (2023.12.01) 修复`Tooltip``titleFormatter`设置为`{b}`后显示不准确的问题