<selectclass="input-small"ng-model="panel.y_formats[0]"ng-options="f for f in ['none','short','bytes', 'bits', 'bps', 's', 'ms', 'µs', 'ns', 'percent']"ng-change="render()"></select>
<selectclass="input-small"ng-model="panel.y_formats[0]"ng-options="f for f in ['none','short','bytes', 'bits', 'Bps', 'bps', 's', 'ms', 'µs', 'ns', 'percent']"ng-change="render()"></select>
<selectclass="input-small"ng-model="panel.y_formats[1]"ng-options="f for f in ['none','short','bytes', 'bits', 'bps', 's', 'ms', 'µs', 'ns', 'percent']"ng-change="render()"></select>
<selectclass="input-small"ng-model="panel.y_formats[1]"ng-options="f for f in ['none','short','bytes', 'bits', 'Bps', 'bps', 's', 'ms', 'µs', 'ns', 'percent']"ng-change="render()"></select>
<selectclass="input-small"ng-model="panel.format"ng-options="f for f in ['none','short','bytes', 'bits', 'bps', 's', 'ms', 'µs', 'ns', 'percent']"ng-change="render()"></select>
<selectclass="input-small"ng-model="panel.format"ng-options="f for f in ['none','short','bytes', 'bits', 'Bps', bps', 's', 'ms', 'µs', 'ns', 'percent']"ng-change="render()"></select>