Open yousoph opened 2 weeks ago
To claim this bounty, please carefully follow the steps below.
Review Guidelines:
Read through the Preset Bounty Program Contribution Guide for complete details on bounty requirements.
Show Your Interest:
Complete the Preset Bounty Program Survey and comment this issue to express your interest.
Join the Slack Channel:
After completing the survey, you’ll receive an invitation to the dedicated Apache Superset Slack channel.
Get Assigned:
To officially start, ensure a Bounty Program Manager has assigned you to this issue.
Submit Your Solution:
When ready, submit your solution with the Fixes #{issue_number}
notation in your Pull Request description.
Claim Your Bounty:
Sign up at GitPay.me and submit your solution via: https://gitpay.me/#/task/979
Good luck, and happy coding! 🎉
Hi, I am interested in working on this
Bug description
When adding a formula-type annotation to a horizontal bar chart, the annotation does not display as expected. Instead of showing a vertical line to mark a value on the x-axis, the annotation appears as an additional category on the y-axis, which misleads the user and distorts the chart’s layout.
How to reproduce the bug
Expected results
The annotation should display as a vertical line across the chart, marking the relevant value on the x-axis, similar to how it works with vertical bar charts.
Actual results
The annotation doesn’t appear as a vertical line.
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist