You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/06/19 14:32:37 UTC

[incubator-echarts] branch extent_filtered_by_other_axis updated (4a5f6d6 -> 6b95e3d)

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

sushuang pushed a change to branch extent_filtered_by_other_axis
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


    from 4a5f6d6  feature: Enable category axis min/max to shrink the other axis extent in cartesian. After this modification, if some data if out of the range of a category axis, the data item will not be filtered, but the extent of the other axis will be calculated based on the filtered data. If dataZoom is used in either of the xAxis or yAxis in that cartesian, the shrink will not be performed.
     add 6b95e3d  fix: fix some typo and comments

No new revisions were added by this update.

Summary of changes:
 src/component/dataZoom/AxisProxy.ts | 27 ---------------------------
 src/coord/axisHelper.ts             | 13 +++++--------
 src/coord/radar/Radar.ts            |  4 ++--
 src/coord/scaleRawExtentInfo.ts     |  2 +-
 src/data/List.ts                    |  2 --
 src/echarts.ts                      |  2 ++
 6 files changed, 10 insertions(+), 40 deletions(-)


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