What's Changed
Some non-breaking bug fixes that need more testing with React 19. Fixes JSX type issue for React 19 when using @types/react@19
Fix
Line
/Area
:clipDot
setting fails to take effect if set as the only DotProp by @ckifer in #4674 fixes #4671Tooltip
: Tooltip now renders correctly whendata
is set on the graphical item rather than the higher level chart by @HHongSeungWoo in #4718 fixes #4717Pie
: fix duplicate key issue when "key" exists in chart data (try not use "key" as a data point) by @ckifer in #4958 fixes #4858
TypeScript
XAxis
/YAxis
: Correct Cartesian axis event types by @ckifer in #4967 fixes #4959TypeScript
: return JSX in a function instead of a class component by @ckifer in #4970 fixes React 19 type issues #4558 (comment)
Full Changelog: v2.13.0-alpha.4...v2.13.0-alpha.5