优化LineChart在不使用XAxis1时也能显示XAxis1

This commit is contained in:
monitor1394
2020-09-05 17:16:26 +08:00
parent e3a2b6c160
commit edaba321fb
3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
# 更新日志
* (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`.
* (2020.08.29) Added the `onPointerClickPie` of `PieChart`, a callback function of click pie area.
* (2020.08.29) Added the `onPointerClickBar` of `BarChart`, a callback function of click bar.