This is an automated email from the ASF dual-hosted git repository.
sushuang pushed a change to branch feat/break-axis-crmod
in repository https://gitbox.apache.org/repos/asf/echarts.git
from b74fca542 Merge branch 'feat/break-axis' into feat/break-axis-crmod
add 0abc0bd93 (feat & fix): (1) fix test/axis-break-3.html (2) Add license
headers. (3) Fix that axis break should not be a installable "component", but a
feature. (4) Make axis break a installable feature, and imported in
echarts.all.js and echarts.common.js by default, but not in echarts.simple.js.
The zipped size diff is 11KB, not so much but still considerable as a
non-common feature.
No new revisions were added by this update.
Summary of changes:
src/component/axis/AxisBuilder.ts | 16 +-
src/component/axis/CartesianAxisView.ts | 9 +-
src/component/axis/SingleAxisView.ts | 9 +-
src/component/axis/axisAction.ts | 33 +-
src/component/axis/axisBreakHelper.ts | 500 ++--------------
.../{axisBreakHelper.ts => axisBreakHelperImpl.ts} | 67 ++-
src/component/axis/install.ts | 18 -
.../{grid/install.ts => axis/installBreak.ts} | 17 +-
src/coord/axisHelper.ts | 23 +-
src/coord/axisModelCreator.ts | 25 +-
src/echarts.all.ts | 8 +-
src/echarts.common.ts | 10 +-
src/export/components.ts | 1 -
src/export/features.ts | 3 +-
src/scale/Interval.ts | 30 +-
src/scale/Log.ts | 73 +--
src/scale/Scale.ts | 38 +-
src/scale/Time.ts | 31 +-
src/scale/break.ts | 640 ++++-----------------
src/scale/{break.ts => breakImpl.ts} | 143 ++++-
test/axis-break-3.html | 6 +-
test/lib/caseFrame.js | 5 +-
test/lib/config.js | 2 +
23 files changed, 514 insertions(+), 1193 deletions(-)
copy src/component/axis/{axisBreakHelper.ts => axisBreakHelperImpl.ts} (90%)
delete mode 100644 src/component/axis/install.ts
copy src/component/{grid/install.ts => axis/installBreak.ts} (65%)
copy src/scale/{break.ts => breakImpl.ts} (82%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]