Browse Source

fx Marker callback type

marker-callback-#25
glitch4347 5 months ago
parent
commit
e470d58611
  1. 2
      src/models/marker.ts

2
src/models/marker.ts

@ -9,7 +9,7 @@ export type MarkerSerie = {
export type MarkersConf = {
series: MarkerSerie[],
events?: {
onMouseMove?: (el: MarkerElem[]) => void;
onMouseMove?: (el: MarkerElem) => void;
onMouseOut?: () => void;
}
}

Loading…
Cancel
Save