mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-20 07:20:08 +00:00
修复DataZoom报错
This commit is contained in:
@@ -690,6 +690,7 @@ namespace XCharts
|
||||
|
||||
public void DrawTop(VertexHelper vh)
|
||||
{
|
||||
if (chart == null) return;
|
||||
foreach (var dataZoom in chart.dataZooms)
|
||||
{
|
||||
DrawDataZoomSlider(vh, dataZoom);
|
||||
|
||||
Reference in New Issue
Block a user