export type MarkerSerie = { color: string; data: [number, number, any][] // [x, y, payload] payload is any data for tooltip }