Skip to content

Commit

Permalink
修复DataZoom报错
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1394 committed May 27, 2021
1 parent f656cba commit b849633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/XCharts/Runtime/Component/Main/DataZoom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ public void DrawBase(VertexHelper vh)

public void DrawTop(VertexHelper vh)
{
if (chart == null) return;
foreach (var dataZoom in chart.dataZooms)
{
DrawDataZoomSlider(vh, dataZoom);
Expand Down

0 comments on commit b849633

Please sign in to comment.