diff --git a/src/components/StandardLineChart.tsx b/src/components/StandardLineChart.tsx index 43bde4e0..9d8350a1 100644 --- a/src/components/StandardLineChart.tsx +++ b/src/components/StandardLineChart.tsx @@ -10,7 +10,7 @@ interface Serie { } interface StandartLineChartProps { - data: Serie[] + data: Series[] } const StandartLineChart = ({ data }: StandartLineChartProps) => { return (