UBC-MDS / DSCI_532_group_205

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

show message when plot is blank #40

Open sreejithmunthikodu opened 4 years ago

sreejithmunthikodu commented 4 years ago

Show a suitable message instead of blank plots when user selection returns no movie to show.

sreejithmunthikodu commented 4 years ago

I tried to addres this issue. However could not find a proper solution in the limited time. We should work on this later.

techrah commented 4 years ago

Thanks for looking into this. We'll need to investigate if Dash can handle showing/hiding of div tags or if this needs to be done via traditional HTML/CSS/JavaScript manipulation of class attributes.