Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BloombergGraphics/whatiscode
/ makeHistogram
Function
makeHistogram
modules/toc/toc.js:103–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
}
102
103
function
makeHistogram() {
104
stats.histogram = histogram(stats.scrollLog)
105
return
stats.histogram;
106
}
107
108
function
renderHistogram() {
109
var
histogram = module.sel.selectAll(
"div.histogram"
).data([stats.histogram]);
Callers
1
toc.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected