You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @MarkAajuLarsen! 👋 I'm here to help you with any bugs, questions, or contributions you have for the project. Let's squash those bugs together!
The issue you're experiencing is related to the inclusion of formula-based annotation layers in the total value displayed in the rich tooltip for bar charts. Currently, there isn't a specific configuration or property in the Superset codebase that controls the exclusion of annotation layers from tooltips [1].
To address this, you might consider implementing a feature that allows users to toggle the inclusion of annotation layer values in tooltips. This could involve adding a configuration option to the annotation layer settings, enabling users to specify whether the values should be included in the tooltip calculations.
If you're looking to modify the behavior, you would need to explore the tooltip generation logic and annotation layer processing in the Superset codebase, particularly in files related to chart rendering and tooltip configuration.
Interesting find! While @michael-s-molina worked on these tooltips not so long ago and might have some insight, I don't think Annotaion Layers have an active/engaged "owner" at the moment, so I'd encourage you to investigate and open a fix PR if you're feeling adventurous! :)
Bug description
Screenshots/recordings
Superset version
4.1.1
Python version
3.9
Node version
16
Browser
Chrome
Additional context
Assuming that some users are using the annotation layers to create baselines and/or goals it would be great if either:
Checklist
The text was updated successfully, but these errors were encountered: