[WEB-4231] Pie chart tooltip #7192
This commit is contained in:
parent
cf595de7c7
commit
e13d8aa4b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
className: "text-custom-background-90/80 cursor-pointer",
|
||||||
}}
|
}}
|
||||||
wrapperStyle={{
|
wrapperStyle={{
|
||||||
pointerEvents: "auto",
|
pointerEvents: "none",
|
||||||
}}
|
}}
|
||||||
content={({ active, payload }) => {
|
content={({ active, payload }) => {
|
||||||
if (!active || !payload || !payload.length) return null;
|
if (!active || !payload || !payload.length) return null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue