Whenever I try using log10 in the timeseries panel the browser freezes for a moment and then the panel goes blank. My datasource is influxdb, and these are nearly identical queries to ones that worked on the graph(old) panel back when that was accessible.
When I look in the browsers console this pops up:
es.array.push.js:36 Uncaught RangeError: Invalid array length
at Array.push (es.array.push.js:36:12)
at Object.Sn [as splits] (uPlot.esm.js:1358:10)
at uPlot.esm.js:4085:38
at Array.forEach ()
at Mc (uPlot.esm.js:4050:8)
at rs (uPlot.esm.js:3129:24)
at tf (uPlot.esm.js:4340:4)
Anyone know what to do? Graph(old) used to work so well but ever since they deprecated it log10 has just had major issues…