|
|
@ -8,6 +8,7 @@ type ScatterDataParams = { |
|
|
|
colorFormatter?: ColorFormatter |
|
|
|
colorFormatter?: ColorFormatter |
|
|
|
} |
|
|
|
} |
|
|
|
type ScatterOptionsParams = { |
|
|
|
type ScatterOptionsParams = { |
|
|
|
|
|
|
|
// TODO: this options is not used anywhere, let's remove it
|
|
|
|
voronoiRadius: number; |
|
|
|
voronoiRadius: number; |
|
|
|
} |
|
|
|
} |
|
|
|
export type ScatterData = Serie & Partial<ScatterDataParams>; |
|
|
|
export type ScatterData = Serie & Partial<ScatterDataParams>; |
|
|
|