Skip to content

Conversation

@mscolnick
Copy link
Contributor

Summary

Add support for point selection on Plotly map-based scatter traces:

  • go.Scattermap() (current recommended trace type)
  • go.Scattermapbox() (deprecated but still used)
  • go.Scattergeo() (geographic scatter plots)

Previously, selecting points on these map traces would not return any values in plot.value because the backend only handled scatter, heatmap, and bar trace types.

Closes #7970

## Summary

Add support for point selection on Plotly map-based scatter traces:
- `go.Scattermap()` (current recommended trace type)
- `go.Scattermapbox()` (deprecated but still used)
- `go.Scattergeo()` (geographic scatter plots)

Previously, selecting points on these map traces would not return any values in `plot.value` because the backend only handled `scatter`, `heatmap`, and `bar` trace types.

Closes #7970
@vercel
Copy link

vercel bot commented Jan 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
marimo-docs Ready Ready Preview, Comment Jan 26, 2026 4:22pm

Request Review

@mscolnick mscolnick merged commit 7b8c057 into main Jan 27, 2026
47 of 49 checks passed
@mscolnick mscolnick deleted the ms/7970 branch January 27, 2026 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

3 participants