Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ calc.js
File
calc.js
src/traces/sunburst/calc.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
var
d3Hierarchy = require(
'd3-hierarchy'
);
4
var
isNumeric = require(
'fast-isnumeric'
);
Callers
nothing calls this directly
Calls
6
isValidKey
Function · 0.85
isValidVal
Function · 0.85
addToLookup
Function · 0.85
countDescendants
Function · 0.85
makePullColorFn
Function · 0.85
generateExtendedColors
Function · 0.85
Tested by
no test coverage detected