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

shenyi pushed a change to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


    from 8a17180  Merge pull request #13170 from apache/dirty-rect
     add 485bcf7  1. add splitLine.distance & axisTick.distance 2. add anchor 
3. support svg of pointer 4. add progress
     add affa98c  Merge branch 'next' into design-13216
     add 565fa0d  resize the svg pointer and progress
     add dc988d1  fix the resized bug & support the titleDetailItem
     add 5027432  support data[i].title/data[i].detail & add test
     add 59d00d3  fix order of render configuration of gauge & add test of clock
     add 2033777  delete the useless code
     add 09c42f1  fix: gauge.axisLine can not be circle
     add d283b9f  fix:the progress can draw when current value is greater than 
max value
     add 2d6e782  modify the test case of clock
     add c92c8f5  add clip to progress
     add 87c1365  adjust order of rendering anchor & pointer
     add 622c033  1. create path when data updating 2. add 
showAbove/icon/offsetCenter to anchor 3. adjust the verticalAlign of label
     add 0ce5122  1.change anchorSize to size 2.pointer.icon support 
img/circle/rect/... 3.delete progress.slent 4.delete the code of removing in 
renderPointer 5.fix code style
     add 3729431  fix:the logic of code in data.update
     new 09d6750  Merge pull request #13416 from apache/design-13216

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)
 create mode 100644 test/gauge-distance.html
 create mode 100644 test/gauge-group-title-detail.html
 create mode 100644 test/gauge-pointer.html
 create mode 100644 test/gauge-progress.html
 create mode 100644 test/runTest/actions/gauge-distance.json
 create mode 100644 test/runTest/actions/gauge-group-title-detail.json
 create mode 100644 test/runTest/actions/gauge-pointer.json
 create mode 100644 test/runTest/actions/gauge-progress.json
 create mode 100644 test/runTest/actions/gauge.json


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

Reply via email to