goldjee commented on issue #28615:
URL: https://github.com/apache/superset/issues/28615#issuecomment-2456985963
> we can't type or copy-paste into that field?
I have a similar case, and for me, this is the issue. Also, I've found out
that we can define default D3 formatting for numbers in `superset_config.py`,
like so:
```Python
D3_FORMAT = {
"decimal": ".",
"thousands": " ",
"grouping": [3],
}
```
Is there a similar option to define default formatting for dates?
--
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]