You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/10/17 06:54:50 UTC

[incubator-echarts] 01/01: Merge pull request #13416 from apache/design-13216

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 <bm...@gmail.com>
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: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org