export type MarkerSerie = {
color: string;
data: [[number, number, any]] // last any is payloadf with any data for tooltip
}