React
Is new design vision part implemented using new tokens?
React
Is new design vision part implemented using new tokens?
import { TreemapChartCard } from '@optimus-web/core';
<TreemapChartCard
title='Treemap chart card'
subtitle='Last 7 days'
menuActions={actions}
chart={{
data={data}
valueFormatter={valueFormatter}
labelFormatter={labelFormatter}
animated={true}
title="Treemap Chart title"
minWidth={650}
minHeight={475}
}}
/>