mirror of
https://github.com/apache/superset.git
synced 2026-07-21 14:15:50 +00:00
feat(custom-tooltip): custom tooltip on deck.gl charts (#34276)
This commit is contained in:
committed by
GitHub
parent
bc6859a99d
commit
a66737cb05
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user