apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.2k stars 19.61k forks source link

在graph图上增加brush功能 #19364

Open whk-lywn opened 9 months ago

whk-lywn commented 9 months ago

What problem does this feature solve?

可以集中查看框选部分节点的信息,支持手动选择密集的点,比如一些拓扑图,我们想一次选择拓扑图的许多相连节点,但echarts的graph图不支持brush。 f174b3fe8ab25991a378e1d8aeabd1c

What does the proposed API look like?

类似于matrix scatter图上的筛选功能

echarts-bot[bot] commented 9 months ago

@whk-lywn It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗

TRANSLATED
**TITLE** Add the brush function to the graph **BODY** ### What problem does this feature solve? You can view the information of some nodes in a centralized manner, and support manual selection of dense points, such as some topology graphs, we want to select many connected nodes of the topology graph at once, but the graph graph of Echarts does not support brush. ![f174b3fe8ab25991a378e1d8aeabd1c](https://github.com/apache/echarts/assets/76960135/b72b5391-76cd-43e6-b6f8-3d961db4bb50) ### What does the proposed API look like? Similar to the filtering function on a matrix scatter plot