更新文档

This commit is contained in:
monitor1394
2020-09-18 09:35:58 +08:00
parent a43cf64fb3
commit f266655d24
2 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
# 更新日志
* (2020.09.18) Optimize coordinate axis calibration and text display #93
* (2020.09.17) fixed `Package` import missing `meta` file causing failure #92
* (2020.09.08) Optimize the color of `Legend` to automatically match the custom color of `ItemStyle`
* (2020.09.05) Optimize `LineChart` to display `XAxis1` without using `XAxis1`.
* (2020.08.29) Added `toColor` and `toColor2` of `LineStyle` to set the horizontal gradient of `LineChart`. Cancel `ItemStyle` to set the horizontal gradient of `LineChart`.