MCPcopy 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

setDataFunction · 0.85
autoScaleXFunction · 0.85
uPlotFunction · 0.85
setSeriesFunction · 0.85
mouseUpFunction · 0.85

Calls 1

setScaleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…