增加AxisLabelSerieLabelformatter可单独配置数值格式化#68

This commit is contained in:
monitor1394
2020-07-21 09:13:51 +08:00
parent 3860d1c862
commit 2cafbc7706
6 changed files with 70 additions and 34 deletions

View File

@@ -1,6 +1,7 @@
# 更新日志
* (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`.
* (2020.07.16) Fixed a problem with `Tooltip` that would also show up if it was blocked on top. #74