export type MarkerSerie = {
color: string;
data: [number, number, any][] // [x, y, payload] payload is any data for tooltip
}
it's a lie because marker can't have y param.
in `models/marker.ts`
```
export type MarkerSerie = {
color: string;
data: [number, number, any][] // [x, y, payload] payload is any data for tooltip
}
```
it's a lie because marker can't have y param.
in
models/marker.ts
it's a lie because marker can't have y param.