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

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


    from 1dadcabe2 Merge pull request #17611 from tyn1998/feat/multi-drill
     new c80384b5d feat(funnel): set prop to flatten the funnel exit #14863
     new 4605cfca3 feat(funnel): add dynamic height new prop #16445
     new cf4166c38 feat(funnel): add dynamic height new prop #16445
     new 5d65776d1 feat(funnel): fix code styles error
     new 903f00e02 feat(funnel): add exitWidth prop
     new a67891c0b feat(funnel):add transform rate between each data
     new 8703c20d0 feat(funnel):add transform rate between each data
     new 94ad84bce feat(funnel): add dynamic size mapping mode
     new 4e0842e85 feat(funnel): fix funnel code style
     new fa55aca4e feat(funnel): change lastWidth as thickDegree which mean 
dynamicHeight funnel thick
     new 5aaf7b45c feat(funnel): fix the bug thay exit width can greater than 
100%
     new 18a0dea34 feat(funnel):add auto test, and change dynamciSize into 
dynamciArea
     new 0ca2b9ebf feat(funnel): use formatter to set rate label text
     new 151de1dbd chore(workflow): dump github context object for debug
     new 06f50559e Merge branch 'master' into 'feat-funnel-newStyle'
     new a236499bc chore(workflow): remove debug step
     new d128b3fe9 Merge branch 'feat-funnel-newStyle' of 
github.com:pe-3/echarts-funnel-newfeat into feat-funnel-newStyle
     new fe14b3ba7 feat(funnel): use formatter to set rate label text
     new 646736cb5 feat(funnel): run test visual of funnel new feat
     new 83d6a844c feat(funnle): visual test of all funnel new feat
     new f5b1065e3 feat(funnel): rename test case file, delete dynamicArea
     new b7a2e5ca2 feat(funnel): remove unnecessary data from label format 
params
     new 19d9b6b14 feat(funnel): remove tpl from rate label fomatter
     new f4d568148 feat(funnel): fix overall rate label set styles separately
     new ebda31ab0 feat(funnel): give formatter in params
     new 3034a94ea Merge pull request #17461 from pe-3/feat-funnel-newStyle

The 8957 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/funnel/FunnelSeries.ts               |  20 ++
 src/chart/funnel/FunnelView.ts                 | 201 ++++++++++++---
 src/chart/funnel/funnelLayout.ts               | 327 ++++++++++++++++++++-----
 test/funnel-dynamicHeight.html                 | 162 ++++++++++++
 test/funnel-showRate.html                      | 159 ++++++++++++
 test/runTest/actions/__meta__.json             |   2 +
 test/runTest/actions/funnel-dynamicHeight.json |   1 +
 test/runTest/actions/funnel-showRate.json      |   1 +
 8 files changed, 779 insertions(+), 94 deletions(-)
 create mode 100644 test/funnel-dynamicHeight.html
 create mode 100644 test/funnel-showRate.html
 create mode 100644 test/runTest/actions/funnel-dynamicHeight.json
 create mode 100644 test/runTest/actions/funnel-showRate.json


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

Reply via email to