Get startedGet started for free

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.

This exercise is part of the course

Intermediate Interactive Data Visualization with plotly in R

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Create a shared data object keyed by division
shared_div <- SharedData$new(___, key = ___)
Edit and Run Code