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/20 07:16:02 UTC

[incubator-echarts] 01/01: Merge pull request #12832 from apache/extent_filtered_by_other_axis

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

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

commit fca7f98586caca5b1ee966d877cadafa737f94cd
Merge: bf5c08a 6b95e3d
Author: sushuang <su...@gmail.com>
AuthorDate: Sat Jun 20 15:15:48 2020 +0800

    Merge pull request #12832 from apache/extent_filtered_by_other_axis
    
    Extent filtered by other axis

 src/component/dataZoom/AxisProxy.ts              | 115 ++----
 src/component/dataZoom/DataZoomModel.ts          |   4 +-
 src/component/dataZoom/dataZoomProcessor.ts      |   2 +-
 src/component/dataZoom/helper.ts                 |   1 +
 src/component/gridSimple.ts                      |   1 +
 src/coord/axisCommonTypes.ts                     |  16 +-
 src/coord/axisHelper.ts                          | 158 +++------
 src/coord/axisModelCommonMixin.ts                |  57 +--
 src/coord/cartesian/AxisModel.ts                 |  15 -
 src/coord/cartesian/Grid.ts                      |  55 +--
 src/coord/cartesian/cartesianAxisHelper.ts       |  35 ++
 src/coord/cartesian/defaultAxisExtentFromData.ts | 262 ++++++++++++++
 src/coord/polar/polarCreator.ts                  |  16 +-
 src/coord/radar/Radar.ts                         |   7 +-
 src/coord/scaleRawExtentInfo.ts                  | 316 +++++++++++++++++
 src/data/List.ts                                 |  14 +-
 src/echarts.ts                                   |   9 +-
 src/helper.ts                                    |   2 -
 src/scale/Scale.ts                               |   5 +
 test/axis-filter-extent.html                     | 422 +++++++++++++++++++++++
 20 files changed, 1167 insertions(+), 345 deletions(-)



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