React
Is new design vision part implemented using new tokens?
React
Is new design vision part implemented using new tokens?
import { TrendChart } from '@optimus-web/core';
<TrendChart
id="trend-chart"
title="Trend Chart"
description="Trend Chart description"
color="positive"
minHeight={40}
minWidth={120}
animated={true}
data={data}
/>
This component is a wrapper over Recharts LineChart