You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when using mode 2 the setScale function does not update the trace if another axis was used than y.
It can be fixed in uplot.iife.js line 4478 by replacing ".y" with "[s.scale]" as it is done for mode1 right below.