geido commented on code in PR #37284:
URL: https://github.com/apache/superset/pull/37284#discussion_r2709151795
##########
superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/EchartsTimeseries.tsx:
##########
@@ -259,6 +259,18 @@ export default function EchartsTimeseries({
? getCrossFilterDataMask(seriesName)
: undefined,
});
+
+ // Restore tooltip visibility after the drill menu closes
+ const restoreTooltip = () => {
+ const instance = echartRef.current?.getEchartInstance?.();
+ if (instance) {
Review Comment:
It looks like this might be fixing the symptoms. Let's see if there is a
solution that fixes this on a higher layer
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]