Trend Chart

React

Is new design vision part implemented using new tokens?

Up to date

Resources

Example


                                                        
                                                        
                                                            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