This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.
from f2927d3 Merge pull request #11985 from apache/fix-11801 add 348cce3 fix: tweak some code style. add 0161a74 fix: tweak code for 9269cf35 and add remove handle. No new revisions were added by this update. Summary of changes: src/component/axis/CartesianAxisView.js | 89 +-------------------- src/component/axis/SingleAxisView.js | 101 ++---------------------- src/component/axis/axisSplitHelper.js | 114 +++++++++++++++++++++++++++ src/component/legend/ScrollableLegendView.js | 37 +++++---- src/component/marker/markerHelper.js | 6 +- test/singleAxisScales.html | 14 +++- 6 files changed, 159 insertions(+), 202 deletions(-) create mode 100644 src/component/axis/axisSplitHelper.js --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org