SOLR-11779: Use fixed Locale for graph labels.

This commit is contained in:
Andrzej Bialecki 2018-05-30 17:34:41 +02:00
parent e3d4c7e9b7
commit 0e4512c231
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ public class MetricsHistoryHandler extends RequestHandlerBase implements Permiss
graphDef.setWidth(500);
graphDef.setHeight(175);
graphDef.setTimeZone(TimeZone.getDefault());
graphDef.setLocale(Locale.getDefault());
graphDef.setLocale(Locale.ROOT);
// redraw immediately
graphDef.setLazy(false);
// area with a border