madhushreeag commented on code in PR #41174:
URL: https://github.com/apache/superset/pull/41174#discussion_r3483513269
##########
superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformers.ts:
##########
@@ -472,6 +472,7 @@ export function transformFormulaAnnotation(
return {
name,
id: name,
+ z: 10,
Review Comment:
Reverting the silent behavior to be false as it disables hover tooltips when
set to true. The concern about event capture is a theoretical edge case. The
annotation overlays are typically positioned at the top of the chart away from
where users interact with data points, and disabling events entirely breaks the
core hover functionality.
--
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]