apache / apache/echarts

Add thumbnails to the diagram

Open
#11,352 4 comments 0 reactions 0 assignees View on GitHub
discussion-required en new-feature topic: graph
Dominant language
TypeScript
Stars
67.3k
Forks
19.8k
Avg merge
11d 14h
Merged PRs (30d)
8

Description

### What problem does this feature solve?
When I use the relational drawing network topology map, when the node number 5000 interaction is poor.
so, I hope echarts add thumbnails to the diagram

### What does the proposed API look like?
```
series: {
type:'graph',
thumbnails: {
x: 'xx',
y: 'xxx',
itemStyle:{},
lineStyle:{}
}
}
```
Demo as shown below:
![image](https://user-images.githubusercontent.com/12781532/65825969-ef181d80-e2af-11e9-9ddc-2c00a0bd8638.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.