3 changed files with 6 additions and 4 deletions
@ -1,4 +1,4 @@ |
|||||||
export type SegmentSerie = { |
export type SegmentSerie = { |
||||||
color: string; |
color: string; |
||||||
data: [number, number, any][] // [from, to, payload] payload is any data for tooltip
|
data: [number, number, any?][] // [from, to, payload?] payload is any data for tooltip
|
||||||
} |
} |
Loading…
Reference in new issue