Browse Source

todo

merge-requests/6/merge
rozetko 2 years ago
parent
commit
2ab116febe
  1. 1
      src/types.ts

1
src/types.ts

@ -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>;

Loading…
Cancel
Save