WZY009 opened a new pull request, #19862:
URL: https://github.com/apache/echarts/pull/19862

   This test case addresses the issue where the time axis in ECharts 
incorrectly generates labels for series with no data, resulting in misleading 
visual indications on the graph. The should generate correct labels for time 
axis with non-empty data series test ensures that labels are correctly 
generated for time axes with valid data points, verifying that the date range 
is accurately represented. Conversely, the should not generate labels for empty 
data series on a time axis test confirms that no labels are produced when the 
data series is empty, preserving the integrity of the axis range. This 
improvement is essential for maintaining accurate data representation, 
particularly in dynamic charts where data streams might intermittently have 
empty series.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to