[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

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;