Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/leeoniya/uPlot
/ _setScale
Function
_setScale
src/uPlot.js:2448–2450 ·
view source on GitHub ↗
(key, min, max)
Source
from the content-addressed store, hash-verified
2446
}
2447
2448
function
_setScale(key, min, max) {
2449
setScale(key, {min, max});
2450
}
2451
2452
function
setSeries(i, opts, _fire, _pub) {
2453
// log("setSeries()", arguments);
Callers
5
setData
Function · 0.85
autoScaleX
Function · 0.85
uPlot
Function · 0.85
setSeries
Function · 0.85
mouseUp
Function · 0.85
Calls
1
setScale
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…