Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ calc_autorange.js
File
calc_autorange.js
src/components/rangeslider/calc_autorange.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
var
listAxes = require(
'../../plots/cartesian/axis_ids'
).list;
4
var
getAutoRange = require(
'../../plots/cartesian/autorange'
).getAutoRange;
Callers
nothing calls this directly
Calls
1
getAutoRange
Function · 0.85
Tested by
no test coverage detected