UNPKG

@mozaic-ds/chart

Version:

<p align="center"> <img alt="ADEO Design system - Chart library" src="./.storybook/assets/adeo-design-system-chart-banner.svg" /> </p>

8 lines (7 loc) 137 B
export interface MixedBarLineData { type: any; label: string; data: number[]; borderColor: string; backgroundColor?: string; }