Skip to content

Commit

Permalink
update typescript code
Browse files Browse the repository at this point in the history
  • Loading branch information
JCQuintas committed Jul 8, 2024
1 parent 6bbdc1d commit 47a4a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/charts/pie-demo/OnSeriesItemClick.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ${formatObject(identifier)}`}
data: items,
},
]}
onClick={handleClick}
onItemClick={handleClick}
width={400}
height={200}
margin={{ right: 200 }}
Expand Down

0 comments on commit 47a4a2e

Please sign in to comment.