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
Just switched from the original vue google maps library and I noticed my clusters were different. This is because both styles and miunimum-cluster-size properties were not working. I fixed the styles by writing my own render function, but how do I fix my minimum-cluster-size?
Our cluster was changed by some PRs if you compare to the original one, thats the probably reason to be different. We could test adding minimumClusterSize to its props to see if it would work for you.
Just switched from the original vue google maps library and I noticed my clusters were different. This is because both
styles
andmiunimum-cluster-size
properties were not working. I fixed the styles by writing my own render function, but how do I fix myminimum-cluster-size
?My code:
What were your expecting to happen?
minimum cluster size set to 6
What happened?
minimum cluster size set to 2 (default)
The text was updated successfully, but these errors were encountered: