GitHub user kooroshkz added a comment to the discussion: Is there a configuration or code change in Superset 5 to enforce European-style numeric formatting (decimal comma, thousand dot)?
Just to add on: I tested this in Superset 5 — adding the `D3_FORMAT` config in `superset_config.py` works well for charts and dashboards. Make sure to: * Restart both `superset` and `superset-worker` after changes * Clear browser cache * Check if the setting is applied in dev tools: `window.bootstrap_data.common.d3_format` Also note: * It doesn’t affect CSV exports or some custom plugins — you’ll still see default US-style formatting there. Hope that helps others! Feel free to **mark this as the answer** if it was useful. GitHub link: https://github.com/apache/superset/discussions/34553#discussioncomment-14005776 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
