This is an automated email from the ASF dual-hosted git repository.

plainheart pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/echarts.git


    from ddfd8f8a0 Merge pull request #21751 from 
Hanabi9248/codex/literal-template-values
     add 804041031 fix: Make axis.min/max behave consistently with series.data 
and axis.dataMin - illegal values are ignored. The previous behavior (before 
v6.1.0) is partially reasonable: `axis.min/max: NaN` coincidentally results in 
correct series rendering but abnormal axisLabel rendering, and cause axis 
extent to be series min/max. v6.1.0 introduces a breaking - `axis.min: NaN` 
causes axis to be blank and series not to be rendered. The current behavior is 
both reasonable and the close [...]
     new 84b69e481 Merge pull request #21638 from apache/fix/axis-min-max

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/coord/scaleRawExtentInfo.ts         |  22 ++++--
 test/axis-extreme2.html                 | 130 +++++++++++++++++++++++++++++++-
 test/lib/testHelper.js                  |  11 ++-
 test/runTest/actions/__meta__.json      |   2 +-
 test/runTest/actions/axis-extreme2.json |   2 +-
 5 files changed, 157 insertions(+), 10 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to