UBC-MDS / DSCI_532_group_205

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

Upper Chart Interactivity Fixes #34 #39

Closed sreejithmunthikodu closed 4 years ago

sreejithmunthikodu commented 4 years ago

Upper Chart Interactivity Fixes #34 Can we use a single colour for upper chart? - Implemented Can we start off with no movies selected (all grey)? - Implemented Add instructions so user knows to select a movie. - Implemented Remove interactivity from both charts - - Implemented Perhaps only show one single large dot for movie selected since we only have one colour now and it'll be hard to match movies with dots - Highlights only one selected movie. But marker size of all top 10 movies are the same in the scatterplot

techrah commented 4 years ago

I think we need to rethink this a bit as it does not seem to improve on the interface. The original idea was to try to not use too many colours. This idea came through peer review discussions. However, the graph currently starts off with all the bars selected as opposed to unselected. This means all the bars are highlighted with a single colour and the user can no longer distinguish between the movies. It doesn't seem possible to have no bars selected.

I think we should hold off on this change for now and discuss next week.

sreejithmunthikodu commented 4 years ago

I agree on this Ryan. I like the original version better.