MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / drawStat

Function drawStat

telemetry-dashboard/public/app.js:260–264  ·  view source on GitHub ↗
(section, stat)

Source from the content-addressed store, hash-verified

258}
259
260function drawStat(section, stat) {
261 const host = $(section, 'stat');
262 host.querySelector('.stat-value').textContent = stat.value;
263 host.querySelector('.stat-caption').textContent = stat.caption ?? '';
264}
265
266/**
267 * The two-stage conversion funnel, drawn as proportional bars rather than a

Callers 1

drawPanelFunction · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected