SIGN IN SIGN UP
apache / echarts UNCLAIMED

Apache ECharts is a powerful, interactive charting and data visualization library for browser

0 0 81 TypeScript

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 closest to previous behavior.

1
100pah committed
8040410319628f430a9d005b28565b8d8c5e92c6
Parent: c5a48f5