Open nmarrs opened 6 months ago
probably the fact that stacking/100% setting forces a 0-1 axis range, and 0 cannot exist on a log axis, so it crashes while trying to find the ticks to place on the axis.
this is a pretty bizarre combo of settings to use. having a stacked graph (normal or %) with a log y axis will give you unintelligible nonsense. when stacking we should ignore the scale distribution setting and always use linear.
smaller repro:
The logarithmic scale option is crashing the attached panel. We need to investigate potential causes on why this is occurring. The runtime error seems to be occurring inside of the uplot library.
https://github.com/grafana/grafana/assets/22381771/96cd8c84-b0fa-49a0-82f4-a31525761e96
repro-panel-dashboard.txt
Error message - there is also a noticeable lag / JS loop freeze when trying to switch to the logarithmic option
Original report in internal slack