Questions tagged [crosstalk]

Use this tag for asking question concerning the Crosstalk R package and cross-widget interactions with htmlwidgets.

Crosstalk

Crosstalk is a package for R that enhances the htmlwidgets package. It extends htmlwidgets with a set of classes, functions, and conventions for implementing cross-widget interactions.

Ressources

91 questions
0
votes
1 answer

How to filter points in plot_mapbox() using crosstalk widget?

I'm trying to create a map visualization in plotly using mapbox (plotly::plot_mapbox()), where the points in the map belong to different geographical districts ("comunas") and the user can choose a geographical district in a drop-down widget created…
1 2 3 4 5 6
7