drush opened a new issue, #19554:
URL: https://github.com/apache/echarts/issues/19554

   ### What problem does this feature solve?
   
   When plotting lat/lon locations on maps, the density of points and 
information that can be discerned by the chart is affecting by the level of 
zoom.  Marker Clusters allow the point counts to be displayed at large zoom 
levels and individual locations to be shown at small (close) zoom levels.
   
   This feature is readily available with Google Charts but appears to be 
missing from echarts.
   
   https://developers.google.com/maps/documentation/javascript/marker-clustering
   
   ![screenshot-Marker Clustering    Maps JavaScript API    Google for 
Developers-Safari-2024-01-25](https://github.com/apache/echarts/assets/109985/62d567d8-ba20-4f68-b5e3-d7831c1c94c2)
    
   
   ### What does the proposed API look like?
   
   It is possible to implement this as a `transform`, or possibly as a 
standalone data-preprocessing function. It is important to note that the zoom 
level is a consideration in how the data is processed and needs to be 
incorporated and accessible. The Google implementation now supports several 
different algorithms and is licensed under the Apache 2.0 license. 
https://github.com/googlemaps/js-markerclusterer/tree/main


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to