mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
moving zoom to data bounds into point series directive
This commit is contained in:
parent
7e7332dc01
commit
385cc0ed9f
2 changed files with 6 additions and 6 deletions
|
@ -26,5 +26,11 @@
|
|||
ng-required="vis.params.setYExtents">
|
||||
</label>
|
||||
</div>
|
||||
<div class="vis-option-item">
|
||||
<label>
|
||||
<input type="checkbox" ng-model="vis.params.defaultYExtents">
|
||||
Scale Y-Axis to Data Bounds
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -11,10 +11,4 @@
|
|||
Show Legend
|
||||
</label>
|
||||
</div>
|
||||
<div class="vis-option-item">
|
||||
<label>
|
||||
<input type="checkbox" ng-model="vis.params.defaultYExtents">
|
||||
Scale Y-Axis to Data Bounds
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue