netjsongraph.js icon indicating copy to clipboard operation
netjsongraph.js copied to clipboard

[feature] Add a clustering feature to geographic map

Open totallynotvaishnav opened this issue 3 years ago • 0 comments

Implement a clustering feature to geographic map such that the multiple overlapping elements are grouped as one cluster. The cluster should:

  • Expand when it’s hovered with the mouse
  • Expand when the map zoom increases

This would involve:

  • Creating a new utility function to identify the clusters. These clusters will be rendered on the map instead of individual nodes.
  • Clusters are expanded on hover or zoom through echarts actions and events.
Screenshot 2022-04-17 at 11 00 06 PM

totallynotvaishnav avatar May 29 '22 18:05 totallynotvaishnav