[WEB-4231] Pie chart tooltip #7192

This commit is contained in:
JayashTripathy 2025-06-16 14:03:07 +05:30 committed by GitHub
parent cf595de7c7
commit e13d8aa4b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,7 +128,7 @@ export const PieChart = React.memo(<K extends string, T extends string>(props: T
className: "text-custom-background-90/80 cursor-pointer",
}}
wrapperStyle={{
pointerEvents: "auto",
pointerEvents: "none",
}}
content={({ active, payload }) => {
if (!active || !payload || !payload.length) return null;