This is an automated email from the ASF dual-hosted git repository.
sushuang pushed a change to branch feat/break-axis-crmod
in repository https://gitbox.apache.org/repos/asf/echarts.git
from e79c6435e (test) Fix axis break test cases.
add 70c6b29f6 (test) Enhance testHelper: (1) Support saving states when a
input controls other inputs. (2) Fix styles and support compact style to save
space for visual test.
add 147f7dca8 (visual test fix): Fix replay broken in recorder brought by
#20676. @see https://github.com/apache/echarts/pull/20676#discussion_r2021361167
add a7ecea91d (visual test fix): Fix that when a HTML selector has an
ancestor with id, the recorded HTML selector is incorrect.
add f5ee97552 Merge pull request #20884 from apache/test-helper
add 302737901 refactor: remove duplicated logic
add c3dda28a9 WIP(chord): init chord
add 4ec469b40 WIP(chord): render chord ring
add d6f751d18 WIP(chord): render chord edges
add 61eddf4af WIP(chord): render chord edges
add b48637d82 WIP(chord): padAngle
add 9d7034311 WIP(chord): minAngle
add ce5b91237 WIP(chord): gradient color
add 7b611893d WIP(chord): edge tooltip
add 8f8edea43 WIP(chord): link data with legend
add 668aa1352 WIP(chord): animation
add 01bea5306 WIP(chord): animation
add 39a2de6b1 WIP(chord): init animation
add 2cc958ab1 WIP(chord): update test
add b8c1c254b WIP(chord): fix minAngle
add 0bf56e2bc WIP(chord): update test
add f9fe35360 WIP(chord): more test cases
add 03e28834e fix(chord): fix lint errors
add b4ca13f60 feat(chord): support tooltip
add 6724f9ab3 feat(chord): legend with items
add e8961ee18 feat(chord): node value can be larger than edge sum
add fd0bdbd39 feat(chord): support links.value being all 0
add 869eb99af feat(chord): WIP clockwise
add 824791f75 fix(chord): fix clockwise and some failed cases
add c4df9c0b4 feat(chord): support label
add 969bc1c57 feat(chord): WIP focus
add cf7440d1d feat(chord): focus supported
add 4ca9d39e4 style(chord): remove unused imports
add db1896e12 Merge branch 'v6' into feat-chord
add 8e258fa59 test: fix test visual
add bfed24a67 test(chord): add test visual actions
add 87599b56a fix(chord): padAngle takes rest space of minAngle
add 3ff94c5f9 Merge pull request #20522 from apache/feat-chord
add 769c3f0f3 (test) fix testHelper. And add fix buttons height.
add aa1ea8b2c Merge pull request #20896 from apache/test-helper
add 092c9edeb Merge branch 'v6' into feat/break-axis-crmod
add 18b2d656d Modify the zrender dep to github:ecomfe/zrender#v6 for
testing.
No new revisions were added by this update.
Summary of changes:
package.json | 2 +-
src/chart/chord/ChordEdge.ts | 192 ++++++++
src/chart/chord/ChordPiece.ts | 169 +++++++
src/chart/chord/ChordSeries.ts | 340 ++++++++++++++
src/chart/chord/ChordView.ts | 153 ++++++
src/chart/chord/chordLayout.ts | 269 +++++++++++
src/chart/{themeRiver => chord}/install.ts | 17 +-
src/chart/funnel/funnelLayout.ts | 11 +-
src/chart/pie/PieView.ts | 13 +-
src/chart/pie/pieLayout.ts | 63 +--
src/chart/sankey/sankeyLayout.ts | 14 +-
src/chart/tree/layoutHelper.ts | 15 -
src/chart/tree/treeLayout.ts | 2 +-
src/echarts.all.ts | 2 +
src/export/charts.ts | 2 +
src/export/option.ts | 3 +
src/model/Global.ts | 1 +
src/util/layout.ts | 59 ++-
test/chord.html | 719 +++++++++++++++++++++++++++++
test/runTest/actions/__meta__.json | 1 +
test/runTest/actions/chord.json | 1 +
21 files changed, 1941 insertions(+), 107 deletions(-)
create mode 100644 src/chart/chord/ChordEdge.ts
create mode 100644 src/chart/chord/ChordPiece.ts
create mode 100644 src/chart/chord/ChordSeries.ts
create mode 100644 src/chart/chord/ChordView.ts
create mode 100644 src/chart/chord/chordLayout.ts
copy src/chart/{themeRiver => chord}/install.ts (71%)
create mode 100644 test/chord.html
create mode 100644 test/runTest/actions/chord.json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]