# RTL

const config = {
  type: 'treemap',
  data: {
    datasets: [{
      tree: Data.statsByState,
      key: 'area',
      groups: ['state'],
      spacing: -0.5,
      borderWidth: 0.5,
      borderColor: 'rgba(200,200,200,1)',
      hoverBackgroundColor: 'rgba(220,230,220,0.5)',
      rtl: false
    }]
  },
  options: options
};
Last Updated: 11/13/2023, 6:13:46 PM