<labelclass="small">Left Y Format <tip>Y-axis formatting</tip></label>
<selectclass="input-small"ng-model="panel.y_formats[0]"ng-options="f for f in ['none','short','bytes', 'bits', 'ms', 'µs', 'ns']"ng-change="render()"></select>
<selectclass="input-small"ng-model="panel.y_formats[0]"ng-options="f for f in ['none','short','bytes', 'bits', 's', 'ms', 'µs', 'ns']"ng-change="render()"></select>
</div>
<divclass="editor-option">
<labelclass="small">Right Y Format <tip>Y-axis formatting</tip></label>
<selectclass="input-small"ng-model="panel.y_formats[1]"ng-options="f for f in ['none','short','bytes', 'bits', 'ms', 'µs', 'ns']"ng-change="render()"></select>
<selectclass="input-small"ng-model="panel.y_formats[1]"ng-options="f for f in ['none','short','bytes', 'bits', 's', 'ms', 'µs', 'ns']"ng-change="render()"></select>