leeoniya / uPlot

📈 A small, fast chart for time series, lines, areas, ohlc & bars
MIT License
8.83k stars 386 forks source link

scale.asinh should be a function #1008

Open leeoniya opened 1 month ago

leeoniya commented 1 month ago

different datasets may need different linear thresholds. right now it's a static setting, so doesnt work well with setData(), and requires either instance mutation or plot re-inits.