Logarithmic scale can't have zero as y value.
Created by: nayakrahul
Describe the bug A logarithmic axis can only plot positive values. There simply is no way to put negative values or zero on a logarithmic axis. https://blog.datawrapper.de/weeklychart-logscale2/ There are few scenarios where the y-value is always 0 like in case of Sikkim where there are no cases till now. Thing is we can't plot zero in logarithmic scale. Refer to the screenshot to understand it more clearly. The y-axis value is at 1 which is incorrect. This is happening when we try to plot 0 on logarithmic axis.
To Reproduce Steps to reproduce the behavior:
- Go to state page of Sikkim
- Scroll down to timeseries graph
- Turn on logarithmic scale mode
- See that the graph shows 1 but it is actually 0.
Expected behavior when y-axis value is 0, we should not plot anything on graph because logarithmic axis can't plot zero and negative values.