I want to change the default date format on x-axis in graph pannel, but I don’t find any way to do that. When I select to show the last 30 days, by default the format is “mm/dd” but I want to change it to “dd/mm” which is the correct format for my country.
taking a look to graph panel sourcecode, it seems to take the date format from graph.ts (time_format function), but change it to desired format will force you to recompile the panel (and I don’t kwown if it is possible and legal…).
It’s so ridiculous for an open source software to only support 1 single country… If it’s going to be hardcoded, at least make it the other way around so majority of the people can use it correctly.
Do I understand that correctly that you can only change it server wide?
Meaning that if you have US customer and others, you’re still out of luck.
And does activating use_browser_locale overwrite the other settings or can you choose in the Graph panel which you want?
“Date formats are set for a Grafana instance by adjusting server-wide settings
in the Grafana configuration file. We hope to add org- and user-level settings
in the future.”
If I’m reading your config file right, you still have semicolons at the start of the relevant lines. You need to remove those for any lines you want to take effect. The semicolon (like the hash sign) comments out lines.