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

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


    from f7a420e27 feat(WIP): axis break with label formatter
     add 537de01ef feat(WIP): axis break that can be expanded

No new revisions were added by this update.

Summary of changes:
 src/component/axis/AxisBuilder.ts       | 38 +++++++++++++++++++++++++++------
 src/component/axis/CartesianAxisView.ts |  2 +-
 src/component/axis/ParallelAxisView.ts  |  2 +-
 src/component/axis/RadiusAxisView.ts    |  5 +++--
 src/component/axis/SingleAxisView.ts    |  2 +-
 src/component/axis/axisAction.ts        | 24 +++++++++++++++++++++
 src/component/axis/install.ts           | 12 +++++++++++
 src/component/radar/RadarView.ts        |  6 +++---
 src/coord/axisCommonTypes.ts            |  1 +
 src/coord/axisTickLabelBuilder.ts       |  8 +++++--
 src/echarts.all.ts                      |  3 ++-
 src/export/components.ts                |  1 +
 src/scale/Interval.ts                   |  7 +++++-
 src/scale/Scale.ts                      | 20 ++++++++++++++++-
 src/scale/helper.ts                     |  8 ++++++-
 src/util/types.ts                       |  3 ++-
 test/ut/spec/scale/interval.test.ts     |  3 ++-
 17 files changed, 122 insertions(+), 23 deletions(-)
 create mode 100644 src/component/axis/axisAction.ts
 create mode 100644 src/component/axis/install.ts


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

Reply via email to