feat(custom-tooltip): custom tooltip on deck.gl charts (#34276)

This commit is contained in:
Richard Fogaca Nienkotter
2025-09-16 11:11:19 -03:00
committed by GitHub
parent bc6859a99d
commit a66737cb05
62 changed files with 4599 additions and 421 deletions

View File

@@ -60,6 +60,7 @@ export default function OptionWrapper(
datasourceWarningMessage,
canDelete = true,
tooltipOverlay,
multiValueWarningMessage,
...rest
} = props;
const ref = useRef<HTMLDivElement>(null);
@@ -188,6 +189,7 @@ export default function OptionWrapper(
isExtra={isExtra}
datasourceWarningMessage={datasourceWarningMessage}
canDelete={canDelete}
multiValueWarningMessage={multiValueWarningMessage}
>
<Label />
</Option>