[graph] don't change yaxis scale if no outliers - save state in localstorage

This commit is contained in:
nymkappa
2023-11-15 18:46:33 +09:00
parent 2d30c0b588
commit dc26c6f105
3 changed files with 12 additions and 2 deletions

View File

@@ -117,7 +117,7 @@
</button>
</div>
<div class="form-check">
<input style="margin-top: 9px" class="form-check-input" type="checkbox" value="" id="hide-outliers" (change)="onOutlierToggleChange($event)">
<input style="margin-top: 9px" class="form-check-input" type="checkbox" [checked]="outlierCappingEnabled" id="hide-outliers" (change)="onOutlierToggleChange($event)">
<label class="form-check-label" for="hide-outliers">
<small i18n="statistics.cap-outliers">Cap outliers</small>
</label>