Commit 7b84c4b4 by Carl Bergquist Committed by GitHub

Merge pull request #5465 from tmc/patch-1

properly quote font-family on singlestat
parents 3460c124 bca61016
......@@ -409,7 +409,7 @@ class SingleStatCtrl extends MetricsPanelCtrl {
value: {
color: panel.colorValue ? getColorForValue(data, data.valueRounded) : null,
formatter: function() { return getValueText(); },
font: { size: fontSize, family: 'Helvetica Neue", Helvetica, Arial, sans-serif' }
font: { size: fontSize, family: '"Helvetica Neue", Helvetica, Arial, sans-serif' }
},
show: true
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment