# Captions
const config = { type: 'treemap', data: { datasets: [{ tree: Data.statsByState, key: 'area', groups: GROUPS, spacing: 1, borderWidth: 0.5, borderColor: 'rgba(200,200,200,1)', backgroundColor: 'rgba(220,230,220,0.3)', hoverBackgroundColor: 'rgba(220,230,220,0.5)', captions: { align: 'center', display: true, color: 'red', font: { size: 14, }, hoverFont: { size: 16, weight: 'bold' }, padding: 5 }, labels: { display: false, overflow: 'hidden' } }] }, options: options };