mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 03:50:40 +00:00
Update src/components/StandardLineChart.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
This commit is contained in:
parent
279b7bc7b7
commit
5afe8a8cfa
@ -10,7 +10,7 @@ interface Serie {
|
||||
}
|
||||
|
||||
interface StandartLineChartProps {
|
||||
data: Serie[]
|
||||
data: Series[]
|
||||
}
|
||||
const StandartLineChart = ({ data }: StandartLineChartProps) => {
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user