Version
6.0.0
Steps to Reproduce
- See bug in editor
- Uncomment or comment the marked data point to toggle between the buggy and correct positioning of
dataZoom
Current Behavior
Since version 6.0.0, when a series has only one data point, the dataZoom control is not positioned below the graph as expected — instead, it renders in an incorrect location.
With one data point
With more data points
Expected Behavior
The dataZoom control should be positioned consistently below the graph, regardless of the number of data points.
Version
6.0.0
Steps to Reproduce
dataZoomCurrent Behavior
Since version 6.0.0, when a series has only one data point, the
dataZoomcontrol is not positioned below the graph as expected — instead, it renders in an incorrect location.With one data point
With more data points
Expected Behavior
The
dataZoomcontrol should be positioned consistently below the graph, regardless of the number of data points.