properly quote font-family on singlestat

pull/5465/head
Travis Cline 9 years ago committed by GitHub
parent 3460c12491
commit bca6101609
  1. 2
      public/app/plugins/panel/singlestat/module.ts

@ -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
}

Loading…
Cancel
Save