<selectclass="input-small tight-form-input"ng-model="ctrl.panel.prefixFontSize"ng-options="f for f in ctrl.fontSizes"ng-change="ctrl.render()"></select>
</li>
<liclass="tight-form-item">
Value
</li>
<li>
<selectclass="input-small tight-form-input"ng-model="ctrl.panel.valueFontSize"ng-options="f for f in ctrl.fontSizes"ng-change="ctrl.render()"></select>
</li>
<liclass="tight-form-item">
Postfix
</li>
<li>
<selectclass="input-small tight-form-input last"ng-model="ctrl.panel.postfixFontSize"ng-options="f for f in ctrl.fontSizes"ng-change="ctrl.render()"></select>
<inputtype="number"class="input-small tight-form-input last"placeholder="auto"bs-tooltip="'Override automatic decimal precision for legend and tooltips'"data-placement="right"