An interactive dashboard visualizing public sentiment and perceptions on American politics and the future of democracy, based on August 2018 survey data.
[x] Break the file into callbacks.py, components.py, app.py and data.py files as shown in lecture
in app.py import callbacks
from components import table, sidebar, table, histogram, density (should be added explicitly as it is best practice)
in callbacks.py from data import dataset_name ( can check example files) @salva-u
add any icon and .css (if we have one) to assets file name the icon as favicon.ico and dash app automatically will pull the icon @AReyH
Decimal place fix - 1 dp @zth96
Stacked bar charts to share same y-axis @zth96
Horizontal Bar chart with redundant legend @zth96
Removing extra x-axis/y-axis titles in stacked chart @zth96
Renaming the charts to be more specific @zth96
Fixing the call back in horizontal bar chart @Sampsonyu
All filters and slicers in one row @AReyH
Add the navbar and about us page @AReyH (milestone 4, maybe)
Fit everything on one page @salva-u
Donut chart legend is redundant @zth96 , make the title more concise, remove the majority separation
Adding icons @AReyH (milestone 4 maybe)
Age Slider color: once selected the color doesn't show up - fix the selected color to be white too @Sampsonyu
consider using fluid=True for all the charts in the dashboard ( to be checked may not be needed) @salva-u
[x] use the a heatmap for table maybe @salva-u
Make the charts fit on one page and make title bigger @salva-u
-make the difference between the general correlations and donald trump section more obvious, make the table smaller @salva-u
[x] Break the file into callbacks.py, components.py, app.py and data.py files as shown in lecture in app.py import callbacks from components import table, sidebar, table, histogram, density (should be added explicitly as it is best practice) in callbacks.py from data import dataset_name ( can check example files) @salva-u
add any icon and .css (if we have one) to assets file name the icon as favicon.ico and dash app automatically will pull the icon @AReyH
Decimal place fix - 1 dp @zth96
Stacked bar charts to share same y-axis @zth96
Horizontal Bar chart with redundant legend @zth96
Removing extra x-axis/y-axis titles in stacked chart @zth96
Renaming the charts to be more specific @zth96
Fixing the call back in horizontal bar chart @Sampsonyu
All filters and slicers in one row @AReyH
Add the navbar and about us page @AReyH (milestone 4, maybe)
Fit everything on one page @salva-u
Donut chart legend is redundant @zth96 , make the title more concise, remove the majority separation
Adding icons @AReyH (milestone 4 maybe)
Age Slider color: once selected the color doesn't show up - fix the selected color to be white too @Sampsonyu
consider using fluid=True for all the charts in the dashboard ( to be checked may not be needed) @salva-u
[x] use the a heatmap for table maybe @salva-u
Make the charts fit on one page and make title bigger @salva-u -make the difference between the general correlations and donald trump section more obvious, make the table smaller @salva-u
reflection doc @Sampsonyu @AReyH @zth96 @salva-u
update the dashboard gif @AReyH
release and submission @Sampsonyu