This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch next-thumbnail in repository https://gitbox.apache.org/repos/asf/echarts.git
from 1dadcabe2 Merge pull request #17611 from tyn1998/feat/multi-drill new 214a37699 [feat]: add thumbnails components new 8f0bb6255 [feat]: add interface about ThumbanilOption new 0c4bef3a2 [feat]: add Thumbnail for tree,graph,map,sankey new 3ae14712a [feat]: add Thumbnail for tree,graph,map,sankey new 342c5e103 [feat]: add Thumbnail for tree,graph,map,sankey new 0948b0ae0 [feat]: add Thumbnail for tree,graph,map,sankey new 3df93f747 [fix]:fix the code format new 7fc143dbe [fix]:fix the code format new 3933e85ac [fix]:fix the code format new 3f9e49f2d [fix]:fix the code format new 2a897d6fb [fix]:fix the code format new 41c24254e [fix]:fix the code format new cffd1b60e [fix]:fix the code format new e83a6509b [fix]:fix the code format new b101a933f [fix]:fix the code format new ef44b3fa6 [fix]:fix the code format new 7eb89ceaa [feat]: add Thumbnail Component for graph new 9063d9475 [feat]: add Thumbnail Component for graph new 395308e6d [feat]: add Thumbnail Component for graph new b1b835029 [feat]: add Thumbnail Component for graph new e073e427d [feat]: add Thumbnail Component for graph new 6ffd037db [feat]: add Thumbnail Component for graph new 22f869d5b [feat]: add Thumbnail Component for graph new b4fff366d [fix]: fix the select overflow the thumbnail container new 0e31443a2 [fix]: use BoxLayoutOptionMixin in thumbnailSeries new 84940d6f3 [fix]: resolved conflicts new 255af4ce3 [fix]: resolved conflicts new 3fc74e8c4 [fix]: resolved conflicts new c2eb34af4 Merge pull request #17471 from Lruler/feat-11352 The 8960 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 | 34 ++- src/chart/graph/GraphView.ts | 50 +++- src/chart/graph/Thumbnail.ts | 265 +++++++++++++++++++ test/graph-thumbnail.html | 579 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 915 insertions(+), 13 deletions(-) create mode 100644 src/chart/graph/Thumbnail.ts create mode 100644 test/graph-thumbnail.html --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org