修复LineChart当类型为Smooth时数据过密情况下报错的问题 #101

This commit is contained in:
monitor1394
2020-11-12 09:23:10 +08:00
parent 95cf5ed303
commit ea8d560f3f
3 changed files with 16 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
# 更新日志
* (2020.11.12) Fixed `LineChart` reporting errors when the type was `Smooth` when the data was too secure #101
* (2020.10.22) Improve the support of `VisualMap` for `Piecewise` in `HeatmapChart`
* (2020.09.22) Fixed `PieChart` inconsistent border size
* (2020.09.18) Added `Remove All Chart Object` to Remove All child nodes under the Chart (automatically reinitialized)