Added Legend's textAutoColor to set the text color match with Serie color (#163)

This commit is contained in:
monitor1394
2021-08-14 15:05:37 +08:00
parent 828154c073
commit a92e01d806
7 changed files with 24 additions and 6 deletions

View File

@@ -39,6 +39,7 @@
## master
* (2021.08.14) 增加`Legend``textAutoColor`设置文本颜色和`Serie`一致
* (2021.08.12) 优化`BarChart`设置`Corner`时正负柱条圆角对称
* (2021.08.03) 优化`Serie`的数据全为0时Y轴不显示的问题
* (2021.07.29) 修复`Serie`开启`ignore`时被忽略的数据还会参与计算的问题 (#161)