We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e3723c + 27232a6 commit fc582a8Copy full SHA for fc582a8
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