|
@@ -228,10 +228,10 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="tight-form last">
|
|
<div class="tight-form last">
|
|
|
<ul class="tight-form-list">
|
|
<ul class="tight-form-list">
|
|
|
- <li class="tight-form-item" style="width: 100px">
|
|
|
|
|
|
|
+ <li class="tight-form-item" style="width: 105px">
|
|
|
<strong>Decimals</strong>
|
|
<strong>Decimals</strong>
|
|
|
</li>
|
|
</li>
|
|
|
- <li>
|
|
|
|
|
|
|
+ <li style="width: 105px">
|
|
|
<input type="number" class="input-small tight-form-input" placeholder="auto" bs-tooltip="'Override automatic decimal precision for legend and tooltips'" data-placement="right"
|
|
<input type="number" class="input-small tight-form-input" placeholder="auto" bs-tooltip="'Override automatic decimal precision for legend and tooltips'" data-placement="right"
|
|
|
ng-model="panel.decimals" ng-change="render()" ng-model-onblur>
|
|
ng-model="panel.decimals" ng-change="render()" ng-model-onblur>
|
|
|
</li>
|
|
</li>
|
|
@@ -242,4 +242,3 @@
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
-
|
|
|