I am currently working on creating a map using the ArcGIS JS API. I have added numerous symbols to the graphic layer, but they appear to be too dense and are overlapping with each other.
Is there a way for me to display fewer points on the map when zoomed out, and more points when zoomed in? I believe this approach would eliminate any overlapping issues.
Thank you.