Commit ee183d45 by Torkel Ödegaard

SingleStatPanel: some more tweaks and polish

parent fa813024
......@@ -54,7 +54,7 @@ function (angular, app, _, TimeSeries, kbn) {
show: false,
full: false,
lineColor: 'rgb(31, 120, 193)',
fillColor: 'rgb(31, 120, 193)',
fillColor: 'rgba(31, 118, 189, 0.18)',
}
};
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment