Update src/components/StandardLineChart.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
This commit is contained in:
parent
5afe8a8cfa
commit
098d4f2452
|
@ -4,7 +4,7 @@ interface DataPoint {
|
||||||
y: number
|
y: number
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Serie {
|
interface Series {
|
||||||
id: string
|
id: string
|
||||||
data: DataPoint[]
|
data: DataPoint[]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue