<selectclass="input-mini"style="width: 75px;"ng-model="panel.prefixFontSize"ng-options="f for f in ['30%','50%','70%','80%','100%']"ng-change="render()"></select>
<selectclass="input-mini"style="width: 75px;"ng-model="panel.prefixFontSize"ng-options="f for f in fontSizes"ng-change="render()"></select>
</div>
</div>
<divclass="editor-option">
<divclass="editor-option">
<labelclass="small">Value</label>
<labelclass="small">Value</label>
<selectclass="input-mini"style="width: 75px;"ng-model="panel.valueFontSize"ng-options="f for f in ['30%','50%','70%','80%','100%', '110%', '120%']"ng-change="render()"></select>
<selectclass="input-mini"style="width: 75px;"ng-model="panel.valueFontSize"ng-options="f for f in fontSizes"ng-change="render()"></select>
</div>
</div>
<divclass="editor-option">
<divclass="editor-option">
<labelclass="small">Postfix</label>
<labelclass="small">Postfix</label>
<selectclass="input-mini"style="width: 75px;"ng-model="panel.postfixFontSize"ng-options="f for f in ['30%','50%','70%','80%','100%']"ng-change="render()"></select>
<selectclass="input-mini"style="width: 75px;"ng-model="panel.postfixFontSize"ng-options="f for f in fontSizes"ng-change="render()"></select>