This is an automated email from the ASF dual-hosted git repository.
100pah pushed a change to branch fix/axis-min-max
in repository https://gitbox.apache.org/repos/asf/echarts.git
at 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 [...]
This branch includes the following new commits:
new 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 [...]
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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]