mirror of
https://github.com/makeplane/plane.git
synced 2026-07-11 13:00:11 +02:00
[WEB-4231] Pie chart tooltip #7192
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user