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
- add a `Cluster` option to the MapLibre `ScatterMap` trace, exposing
plotly.js's `scattermap.cluster` attributes (`enabled`, `color`,
`maxzoom`, `opacity`, `size`, `step`). Clustering groups nearby markers
client-side (MapLibre supercluster) into bubbles that expand into
individual points on zoom, decluttering dense point maps without
dropping any data.
This is a `scattermap`-only feature; the deprecated `ScatterMapbox` has
no equivalent. Stacked on the ScatterMap trace addition (#417).
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
13
13
-[[#412](https://github.com/plotly/plotly.rs/pull/412)] Add `Violin` trace type with box, mean line, KDE span, and split/grouped support
14
14
-[[#414](https://github.com/plotly/plotly.rs/issues/414)] Add `DensityMap` (MapLibre `map` subplot) trace type — density heatmaps with full color-scale and hover support
15
15
-[[#417](https://github.com/plotly/plotly.rs/issues/417)] Add `ScatterMap` (MapLibre `map` subplot) trace type — the modern counterpart to `ScatterMapbox`
16
+
-[[#418](https://github.com/plotly/plotly.rs/issues/418)] Add native point clustering to `ScatterMap` via a `Cluster` option
0 commit comments