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