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