Skip to content

Commit

Permalink
Removes sortOrder and range props from VictoryScatterProps since they…
Browse files Browse the repository at this point in the history
… are already defined in VictoryCommonProps and VictoryDatableProps
  • Loading branch information
wsparsons committed Apr 21, 2020
1 parent a3a3a3b commit 7bf2884
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/victory-scatter/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ export interface VictoryScatterProps
origin?: OriginType;
samples?: number;
size?: number | { (data: any): number };
sortOrder?: string;
style?: VictoryStyleInterface;
symbol?: ScatterSymbolType | { (data: any): ScatterSymbolType };
range?: number | [number, number];
}

export class VictoryScatter extends React.Component<VictoryScatterProps, any> {}

0 comments on commit 7bf2884

Please sign in to comment.