michaelmorera-preset commented on PR #38276: URL: https://github.com/apache/superset/pull/38276#issuecomment-3989369882
This ticket was tested on the showtime for the [pull/38276](https://github.com/apache/superset/pull/38276). The application is working as expected. # Scenario Verify no errors are displayed when the user creates, edits a echart (bar char, lines chart, area chart, etc). ## Variants | Variant | Status | | -------- | -------- | | Bar Chart - Time Grain "Day" | :white_check_mark: | | Bar Chart Other Time Grain variants | :white_check_mark: | | Bar Chart Some Time Grain variants creating a chart | :white_check_mark: | | Bar Chart Some Time Grain variants editing a chart | :white_check_mark: | | Line Chart - Time Grain "Day" | :white_check_mark: | | Line Chart Other Time Grain variants | :white_check_mark: | | Line Chart Some Time Grain variants creating a chart | :white_check_mark: | | Line Chart Some Time Grain variants editing a chart | :white_check_mark: | | Area Chart - Time Grain "Day" | :white_check_mark: | | Area Chart Other Time Grain variants | :white_check_mark: | | Area Chart Some Time Grain variants creating a chart | :white_check_mark: | | Area Chart Some Time Grain variants editing a chart | :white_check_mark: | Note: I am using this variants, because I was able to reproduce this issue using those variants on Master ephemeral. ## Precondition Use a valid dataset as "main.cleaned_sales_data" or "main.vehicle_sales". ## Steps 1. Go to Superset url 2. Click on "Charts" at the top menu 3. Click on the "+ Chart" button 4. Choose a valid Dataset (i.e. "cleaned_sales_data") 5. Select a valid chart type (line chart, bar chart, or other) 6. Click on the "Create New Chart" button 7. Update "Query" section values 1. X Axis = Order date 2. Metrics = count(*) 3. Dimension = coalesce(address_line2, '') 8. Click on the "Create Chart" button ## Expected result After the step 8, the user should see the chart correctly created with the requested fields. (No errors displayed) ## Current result After the step 8, the user is actually seeing the chart correctly created with the requested fields. (No errors displayed) ## Evidence **Line chart** https://github.com/user-attachments/assets/77a3ef8f-914e-434e-b827-4ffb498274ee **Bar chart** <img width="1912" height="990" alt="ECharts returning an empty dimension - Bar Chart" src="https://github.com/user-attachments/assets/020dea8e-5d82-4e4b-a94d-2dd34f998778" /> **Area chart** <img width="1912" height="990" alt="ECharts returning an empty dimension - Area Chart" src="https://github.com/user-attachments/assets/66644cda-c7b3-45d6-9b9a-76149cd978ff" /> -- 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]
