missing locale in String.format()
This commit is contained in:
@@ -82,7 +82,7 @@ public class BarChartAggregator implements CustomAggregator, IndexedAggregator,
|
||||
|
||||
@Override
|
||||
public String renderLabels(final GnuplotAxis xAxis) {
|
||||
return String.format("set label at %s %f, %d '%s' center front offset 0,0.3", // front
|
||||
return String.format(Locale.US, "set label at %s %f, %d '%s' center front offset 0,0.3", // front
|
||||
xAxis == GnuplotAxis.X1 ? "first" : "second", //
|
||||
getIndex() + 0.5, //
|
||||
getCount(), //
|
||||
|
||||
Reference in New Issue
Block a user