michaelmorera92 commented on PR #36989:
URL: https://github.com/apache/superset/pull/36989#issuecomment-3812568311
The testing for this task was completed. The application is working as
expected.
### Scenario:
The negative values are correctly displayed on the right of the screen when
the user selects a bar chart using negative values.
**Simple dataset used**
`SELECT * FROM ( VALUES ('Category A', 20000), ('Category B', -21000),
('Category C', 18000), ) AS t(category, value1)`
**Steps**
1. Add the dataset via SQL Lab.
2. Click on create a chart icon
3. In "Data", select "Column 1" as the "Y Axis".
4. In "Data", select "SUM(Column 2)" as the "Metrics".
5. In "Customize", select "Horizontal" as the "Bar orientation" option.
6. In "Customize", check the "Show value" option.
**Current result**
After the step 6, the negative values are correctly displayed on the right
side of the chart.
**Evidence**
https://github.com/user-attachments/assets/bc0efea5-ccc3-4e32-a155-f02e48bdba26
--
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]