(section, stat)
| 258 | } |
| 259 | |
| 260 | function 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 |