glitch4347
12 months ago
1 changed files with 1 additions and 1 deletions
@ -1,4 +1,4 @@ |
|||||||
export type MarkerSerie = { |
export type MarkerSerie = { |
||||||
color: string; |
color: string; |
||||||
data: [[number, number, any]] // last any is payloadf with any data for tooltip
|
data: [number, number, any][] // [x, y, payload] payload is any data for tooltip
|
||||||
} |
} |
||||||
|
Loading…
Reference in new issue