|
|
@@ -43,8 +43,8 @@
|
|
|
<editor-opt-bool text="Background" model="panel.colorBackground" change="setColoring({background: true})"></editor-opt-bool>
|
|
|
<editor-opt-bool text="Value" model="panel.colorValue" change="setColoring({value: true})"></editor-opt-bool>
|
|
|
<div class="editor-option">
|
|
|
- <label class="small">Thresholds</label>
|
|
|
- <input type="text" class="input-large" ng-model="panel.thresholds" ng-blur="render()"></input>
|
|
|
+ <label class="small">Thresholds<tip>Comma seperated values</tip></label>
|
|
|
+ <input type="text" class="input-large" ng-model="panel.thresholds" ng-blur="render()" placeholder="0,50,80"></input>
|
|
|
</div>
|
|
|
<div class="editor-option">
|
|
|
<label class="small">Color</label>
|