kamalkeshavani-aiinside opened a new issue, #20517: URL: https://github.com/apache/superset/issues/20517
Enabling 'Show Value' in bar chart should show the value label at the top of the bar(for +ve value) or below the bar(for -ve value), but it always shows value on top of bar. So all negative value labels end up on X-axis. #### How to reproduce the bug 1. Create a bar chart with negative values. 2. Enable 'Show Value' option. ### Expected results Negative values should be shown below the bar. ### Actual results Negative values are shown on X-axis. #### Screenshots Here is a sample in master. <img width="1155" alt="image" src="https://user-images.githubusercontent.com/74634977/176119492-59472aa7-7ac2-4e74-bba9-4c4dd8cf187b.png"> ### Environment - browser type and version: Chrome - superset version: `master` docker hub image ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. -- 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]
