Merge pull request #5465 from tmc/patch-1

properly quote font-family on singlestat
This commit is contained in:
Carl Bergquist
2016-06-29 12:07:53 -07:00
committed by GitHub
@@ -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
}