You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation, disableClusteringAtLevel should disable clustering when the zoom level reaches or exceeds the specified value. However, this only takes effect when the zoom level changes, not when nodes are initially rendered.
Steps To Reproduce
Open the clustering example.
Set disableClusteringAtLevel = 0 in the configuration.
Start the server and open the example in the browser.
Notice that clusters are still formed initially. Changing the zoom level updates the behavior correctly.
Expected behavior
Clustering should be disabled from the initial render when disableClusteringAtLevel is set, without requiring a zoom level change. Nodes should appear unclustered as per the provided configuration.
Describe the bug
According to the documentation,
disableClusteringAtLevelshould disable clustering when the zoom level reaches or exceeds the specified value. However, this only takes effect when the zoom level changes, not when nodes are initially rendered.Steps To Reproduce
disableClusteringAtLevel = 0in the configuration.Expected behavior
Clustering should be disabled from the initial render when disableClusteringAtLevel is set, without requiring a zoom level change. Nodes should appear unclustered as per the provided configuration.
Screenshots
Screen.Recording.2025-03-26.at.11.19.28.PM.mp4