[bug][line] fix linechart error when stack and custom y range.

This commit is contained in:
monitor1394
2022-08-28 17:34:22 +08:00
parent 48686e865c
commit 6ae4468aa2
2 changed files with 4 additions and 10 deletions

View File

@@ -58,6 +58,7 @@
## master
* (2022.08.28) 修复`LineChart`在堆叠和自定义Y轴范围的情况下显示不正常的问题
* (2022.08.26) 增加`Legend`新图标类型`Candlestick`
* (2022.08.26) 优化`CandlestickChart`表现,调整相关的`AddData()`接口参数
* (2022.08.26) 增加`Tooltip``position`参数支持设置移动平台不同的显示位置