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.
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 modifyinggo.figure(yaxis_type='log')
for _totalgrowth() in plots.py.