增加RingChart环形渐变支持#75

This commit is contained in:
monitor1394
2020-07-23 12:52:06 +08:00
parent 58ab97c2a0
commit 74b3cf7159
3 changed files with 14 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
# 更新日志
* (2020.07.23) Added `RingChart` ring gradient support#75
* (2020.07.21) Added `formatter` of `AxisLabel` and `SerieLabel` to configure numeric formatting separately.
* (2020.07.17) Added animation completion callback interface for `SerieAnimation`.
* (2020.07.17) Optimize `Chart` under `ScrollView` without affecting the scrolling and dragging of `ScrollView`.