Multiple y axis setScale does not work on other axis in mode 2
Author: maximilian0311Created Oct 29, 2025Updated Oct 30, 2025
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.
Source: leeoniya/uPlot