React
Is new design vision part implemented using new tokens?
React
Is new design vision part implemented using new tokens?
import { TreemapChart } from '@optimus-web/core';
<TreemapChart
data={data}
valueFormatter={valueFormatter}
labelFormatter={labelFormatter}
animated={true}
title="Treemap Chart title"
minWidth={650}
minHeight={475}
/>
This component is a wrapper over Recharts Treemap chart