Hi. It seems like log scale plots use the transform y' = log(y) instead of y' = log(1+y). In the former case, y values close to zero shoot off to infinity when log-scale is applied (e.g, tx values that are 0.01ETH). In the latter case, numbers close to 0 still stay towards the y=0 line on the graph when log scale is applied.
It would be great if Dune would switch to this second (standard) type of log transform!