We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782b4b5 commit a993c3aCopy full SHA for a993c3a
mixin-utils/utils.libsonnet
@@ -67,7 +67,7 @@ local g = import 'grafana-builder/grafana.libsonnet';
67
},
68
format: 'time_series',
69
intervalFactor: 2,
70
- legendFormat: '%(legend)s99th Percentile' % legend,
+ legendFormat: '%(legend)s99th percentile' % legend,
71
refId: 'A',
72
step: 10,
73
@@ -81,7 +81,7 @@ local g = import 'grafana-builder/grafana.libsonnet';
81
82
83
84
- legendFormat: '%(legend)s50th Percentile' % legend,
+ legendFormat: '%(legend)s50th percentile' % legend,
85
refId: 'B',
86
87
0 commit comments