Skip to content

Commit

Permalink
added pointLabels prop
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnMarieW committed Oct 12, 2024
1 parent c1b0212 commit 4a5b229
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ts/components/charts/ScatterChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ interface Props
scatterProps?: object;
/** Click data */
clickData?: Record<string, any>;
/** If set, displays labels next to points for the given axis */
pointLabels?: "x" | "y";
}

/** ScatterChart */
Expand Down

0 comments on commit 4a5b229

Please sign in to comment.