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)',
}]
},
options: options
};