Bug description
Scatter chart X-axis custom formatting using D3 format syntax is not working for my scatter charts, despite having GENERIC_CHART_AXES enabled.
- Enable GENERIC_CHART_AXES feature flag.
- Create a scatter chart with a non-timeseries X-Axis data series.
- Select the "Customize" tab.
- X-axis formatting box still says "Time Format", enter a custom non-time D3 format (ie. .2f | $.2f).
- Click "Update Chart"
- Note that the configured x-axis format does not get applied to the chart.
Screenshots/recordings

Superset version
master / latest-dev
Python version
3.12
Node version
16
Browser
Chrome
Additional context
No response
Checklist