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

ovilia pushed a change to branch feat-bar-race
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


    from 103c9f7  Merge branch 'next' into feat-bar-race
     add bf5c08a  feat: provide elapsedTime in rendered event
     add b116faa  fix: some refactor about dataZoom and axis scale extent 
calculation:
     add 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
     add fca7f98  Merge pull request #12832 from 
apache/extent_filtered_by_other_axis
     add 6059708  merge
     add 628dd5c  fix(bar-race): fix merging axis extent from next
     add b526ecf  fix(bar-race): fix according to review comments
     add 662eea3  ts: fix type.
     add fe1666d  fix: resolve the circular dependency.
     add 3737601  Merge branch 'next' into feat-bar-race

No new revisions were added by this update.

Summary of changes:
 src/chart/bar/BarSeries.ts                       |   4 +-
 src/chart/bar/BarView.ts                         |   3 +-
 src/chart/helper/labelHelper.ts                  |   8 +-
 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                          | 155 +++------
 src/coord/axisModelCommonMixin.ts                |  57 +--
 src/coord/cartesian/AxisModel.ts                 |  15 -
 src/coord/cartesian/Grid.ts                      |  90 +----
 src/coord/cartesian/cartesianAxisHelper.ts       |  35 ++
 src/coord/cartesian/defaultAxisExtentFromData.ts | 262 ++++++++++++++
 src/coord/polar/polarCreator.ts                  |  16 +-
 src/coord/radar/Radar.ts                         |   5 +-
 src/coord/scaleRawExtentInfo.ts                  | 321 +++++++++++++++++
 src/data/List.ts                                 |  14 +-
 src/data/helper/dataProvider.ts                  |   7 +-
 src/data/helper/dataStackHelper.ts               |   6 +-
 src/echarts.ts                                   |  13 +-
 src/helper.ts                                    |   2 -
 src/model/mixin/dataFormat.ts                    |  13 +-
 src/scale/Scale.ts                               |   9 +-
 src/util/graphic.ts                              |  43 +--
 src/util/types.ts                                |   2 +-
 test/axis-filter-extent.html                     | 422 +++++++++++++++++++++++
 test/bar-race.html                               |   2 +-
 29 files changed, 1212 insertions(+), 431 deletions(-)
 create mode 100644 src/coord/cartesian/defaultAxisExtentFromData.ts
 create mode 100644 src/coord/scaleRawExtentInfo.ts
 create mode 100644 test/axis-filter-extent.html


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

Reply via email to