Linking a bar chart to a scatterplot
In the lesson, you saw how to link a dotplot of summary statistics to a scatterplot, but you can link other types of charts in a similar way. In this exercise, you will link a bar chart to a bubble chart.
The data are stored in us2017
, and plotly
and crosstalk
have been loaded for you.
Diese Übung ist Teil des Kurses
Intermediate Interactive Data Visualization with plotly in R
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
# Create a shared data object keyed by division
shared_div <- SharedData$new(___, key = ___)