alex241728 opened a new pull request, #35915: URL: https://github.com/apache/superset/pull/35915
### SUMMARY According to the issue https://github.com/apache/superset/issues/32902, the scatter point charts lack of generic axes, which means the scatter point charts only allow x-axis to be formatted with time formats. So, to fix the problem mentioned in this issue, our team adds a new floating-point formats for x-axis. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF The before screenshot can be checked in issue https://github.com/apache/superset/issues/32902 The after screenshot: <img width="319" height="476" alt="Screenshot 2025-10-30 at 13 24 10" src="https://github.com/user-attachments/assets/26086241-58da-4c57-8ab4-156f1c4ab74d" /> ### TESTING INSTRUCTIONS 1. Create a scatter point chart or open an existing scatter point chart. 2. Select an "X-axis" in "Data" tab. 3. Check and select the format of "X-axis" in "Customize" tab. If the x-axis has a floating point data type (e.g. FLOAT, DOUBLE, REAL, NUMERIC, DECIMAL), the user interface will show "X Axis Number Format" and you can select formats for floating point numbers. If the x-axis has a time data type (e.g. TIMESTAMP WITHOUT TIME ZONE, TIMESTAMP WITH TIME ZONE), the user interface will show "Time Format" and you can select formats for time. The floating point formats are new features for x-axis, but the time formats are old features. ### ADDITIONAL INFORMATION - [x] Has associated issue: https://github.com/apache/superset/issues/32902 - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [x] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
