This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
commit 09d6750d2f2d488dca39545f2be8ac9a9d98c3d3 Merge: 8a17180 3729431 Author: Yi Shen <[email protected]> AuthorDate: Sat Oct 17 14:54:07 2020 +0800 Merge pull request #13416 from apache/design-13216 feat(gauge): modify some default values, support svg pointer, add axisLine.distance/splitLine.distance/progress/anchor/data[i].title/data[i].detail #13216 src/chart/gauge/GaugeSeries.ts | 134 +++-- src/chart/gauge/GaugeView.ts | 414 +++++++++------ src/label/LabelManager.ts | 3 +- src/theme/dark.ts | 13 +- test/gauge-distance.html | 570 ++++++++++++++++++++ test/gauge-group-title-detail.html | 574 +++++++++++++++++++++ test/gauge-pointer.html | 556 ++++++++++++++++++++ test/gauge-progress.html | 357 +++++++++++++ test/gauge-simple.html | 2 +- test/gauge.html | 141 ++++- test/runTest/actions/gauge-distance.json | 1 + test/runTest/actions/gauge-group-title-detail.json | 1 + test/runTest/actions/gauge-pointer.json | 1 + test/runTest/actions/gauge-progress.json | 1 + test/runTest/actions/gauge.json | 1 + 15 files changed, 2583 insertions(+), 186 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
