UBC-MDS / DSCI_532_group_205

Movies Dashboard (Python)
MIT License
1 stars 4 forks source link

Add interactivity between charts #24

Closed techrah closed 4 years ago

techrah commented 4 years ago

This allows user to select a specific movie in the upper chart. The lower chart will then highlight only the selected movie. All others will go grey.

The layout has also been adjusted to accommodate the both charts. This is probably the best we can do for now given the time constraints.

This resolves #14

sreejithmunthikodu commented 4 years ago

Works well. Great work!! Should we remove .interactive() from the top chart?