We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3723c commit 27232a6Copy full SHA for 27232a6
packages/victory-core/src/index.d.ts
@@ -812,7 +812,7 @@ export class LineSegment extends React.Component<LineSegmentProps> {}
812
813
export interface PointProps extends VictoryCommonPrimitiveProps {
814
datum?: any;
815
- getPath?: (props: PointProps) => void;
+ getPath?: (x: number, y: number, size: number) => string;
816
pathComponent?: React.ReactElement;
817
size?: number | Function;
818
symbol?: ScatterSymbolType | Function;
0 commit comments