This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a change to branch v6
in repository https://gitbox.apache.org/repos/asf/echarts.git
from 23d26a81a Merge branch 'next' into v6
add 214a37699 [feat]: add thumbnails components
add 8f0bb6255 [feat]: add interface about ThumbanilOption
add 0c4bef3a2 [feat]: add Thumbnail for tree,graph,map,sankey
add 3ae14712a [feat]: add Thumbnail for tree,graph,map,sankey
add 342c5e103 [feat]: add Thumbnail for tree,graph,map,sankey
add 0948b0ae0 [feat]: add Thumbnail for tree,graph,map,sankey
add 3df93f747 [fix]:fix the code format
add 7fc143dbe [fix]:fix the code format
add 3933e85ac [fix]:fix the code format
add 3f9e49f2d [fix]:fix the code format
add 2a897d6fb [fix]:fix the code format
add 41c24254e [fix]:fix the code format
add cffd1b60e [fix]:fix the code format
add e83a6509b [fix]:fix the code format
add b101a933f [fix]:fix the code format
add ef44b3fa6 [fix]:fix the code format
add 7eb89ceaa [feat]: add Thumbnail Component for graph
add 9063d9475 [feat]: add Thumbnail Component for graph
add 395308e6d [feat]: add Thumbnail Component for graph
add b1b835029 [feat]: add Thumbnail Component for graph
add e073e427d [feat]: add Thumbnail Component for graph
add 6ffd037db [feat]: add Thumbnail Component for graph
add 22f869d5b [feat]: add Thumbnail Component for graph
add b4fff366d [fix]: fix the select overflow the thumbnail container
add 0e31443a2 [fix]: use BoxLayoutOptionMixin in thumbnailSeries
add 84940d6f3 [fix]: resolved conflicts
add 255af4ce3 [fix]: resolved conflicts
add 3fc74e8c4 [fix]: resolved conflicts
add c2eb34af4 Merge pull request #17471 from Lruler/feat-11352
add f7e61f20c feat(thumbnail): upgrade thumbnail (1) Enable pan and zoom
on thumbnail (2) Rename selectedAreaStyle to windowStyle (3) Clean up the code
(4) Support border-radius and clip.
add a244af6f1 Merge pull request #18039 from apache/graph-thumbnail-upgrade
new f6c28b734 Merge branch 'v6' into next-thumbnail
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/graph/GraphSeries.ts | 8 +-
src/chart/graph/GraphView.ts | 195 ++++++++++++++++++-----
src/chart/graph/Thumbnail.ts | 272 +++++++++++++++++++++++++++++++++
src/chart/tree/TreeView.ts | 6 +-
src/component/helper/RoamController.ts | 17 +--
src/component/helper/roamHelper.ts | 12 +-
src/util/layout.ts | 37 ++++-
test/graph-thumbnail.html | 264 ++++++++++++++++++++++++++++++++
8 files changed, 748 insertions(+), 63 deletions(-)
create mode 100644 src/chart/graph/Thumbnail.ts
create mode 100644 test/graph-thumbnail.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]