|
@@ -10,11 +10,11 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="editor-option">
|
|
<div class="editor-option">
|
|
|
<label class="small">Left Y Format <tip>Y-axis formatting</tip></label>
|
|
<label class="small">Left Y Format <tip>Y-axis formatting</tip></label>
|
|
|
- <select class="input-small" ng-model="panel.y_formats[0]" ng-options="f for f in ['none','short','bytes', 'bits', 'ms', 'µs']" ng-change="render()"></select>
|
|
|
|
|
|
|
+ <select class="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>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="editor-option">
|
|
<div class="editor-option">
|
|
|
<label class="small">Right Y Format <tip>Y-axis formatting</tip></label>
|
|
<label class="small">Right Y Format <tip>Y-axis formatting</tip></label>
|
|
|
- <select class="input-small" ng-model="panel.y_formats[1]" ng-options="f for f in ['none','short','bytes', 'bits', 'ms', 'µs']" ng-change="render()"></select>
|
|
|
|
|
|
|
+ <select class="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>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="editor-option">
|
|
<div class="editor-option">
|