Skip to content

Commit

Permalink
Update types.ts (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
poozhu committed Feb 17, 2024
1 parent e33247b commit f90ab4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export type EChartsReactProps = {
*/
readonly opts?: Opts;
/**
* when after chart reander, do the callback with echarts instance
* when after chart render, do the callback with echarts instance
*/
readonly onChartReady?: (instance: EChartsInstance) => void;
/**
Expand Down

0 comments on commit f90ab4a

Please sign in to comment.