faxia opened a new issue #11352: Add thumbnails to the diagram
URL: https://github.com/apache/incubator-echarts/issues/11352
 
 
   ### 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)
   
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to