diff --git a/public/js/stats.js b/public/js/stats.js index 338df18..6584fca 100644 --- a/public/js/stats.js +++ b/public/js/stats.js @@ -276,8 +276,8 @@ function renderHBarRanking(rows, { containerId, getValue, getLabel, onClick, for container.innerHTML = rows.map((r, i) => { const pct = Math.max((getValue(r) / max) * 100, 2); const label = getLabel(r).replace(/'/g, "\\'"); - const value = formatValue ? formatValue(getValue(r)) : (getValue(r).toFixed ? getValue(r).toFixed(2) : getValue(r)); - return `