BrianRuizy / covid19-dashboard

🦠 Django + Plotly Coronavirus dashboard. Powerful data driven Python web-app, with an awesome UI. Contributions welcomed! Featured on 🕶Awesome-list
https://covid-dashboard.herokuapp.com
MIT License
213 stars 176 forks source link

fix button change y-scale of growth plot #26

Closed BrianRuizy closed 4 years ago

BrianRuizy commented 4 years ago

Either with Plotly custom buttons , or with JS, change scaling of y-axis on the total growth plot, currently the plot displays the logarithmic scale, the linear scaling can be changed by modifying go.figure(yaxis_type='log') for _totalgrowth() in plots.py.

Screen Shot 2020-05-09 at 1 26 05 AM