react-apexcharts icon indicating copy to clipboard operation
react-apexcharts copied to clipboard

Can't change colors for treemap

Open pguardiario opened this issue 2 years ago • 2 comments

Has anyone managed to change colors for treemap? I've tried to set that every way I can think of but I always get the same blue rectangles.

pguardiario avatar Jul 11 '22 01:07 pguardiario

Has anyone managed to change colors for treemap? I've tried to set that every way I can think of but I always get the same blue rectangles.

Set distributed: true in plotOptions.

<ReactApexChart options={{ plotOptions: { treemap: { distributed: true, }, }, chart: { ...

thimo1 avatar Oct 20 '22 12:10 thimo1

I think this issue can be closed. Docs are pretty clear in how to do this: https://apexcharts.com/angular-chart-demos/treemap-charts/distributed/

Matt-PMCT avatar Dec 26 '23 23:12 Matt-PMCT