mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
fix: Drill to detail blocked by tooltip (#22082)
Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com>
This commit is contained in:
committed by
GitHub
parent
1809d2b957
commit
3bc0865d90
@@ -34,6 +34,7 @@ export default function EchartsGraph({
|
||||
echartOptions,
|
||||
formData,
|
||||
onContextMenu,
|
||||
refs,
|
||||
}: GraphChartTransformedProps) {
|
||||
const eventHandlers: EventHandlers = {
|
||||
contextmenu: (e: Event) => {
|
||||
@@ -68,6 +69,7 @@ export default function EchartsGraph({
|
||||
};
|
||||
return (
|
||||
<Echart
|
||||
refs={refs}
|
||||
height={height}
|
||||
width={width}
|
||||
echartOptions={echartOptions}
|
||||
|
||||
Reference in New Issue
Block a user