Add thumbnails to the diagram
Open
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:

Contributor guide
Assessment
This issue has not been assessed yet.