mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graph: fix for legend show/hide toggle, after hiding requires new data fetch to show, Fixes #1393
This commit is contained in:
parent
9fa0a4c973
commit
c0353ab5d8
@ -150,7 +150,7 @@
|
|||||||
<li class="tight-form-item">
|
<li class="tight-form-item">
|
||||||
Show
|
Show
|
||||||
<input class="cr1" id="panel.legend.show" type="checkbox"
|
<input class="cr1" id="panel.legend.show" type="checkbox"
|
||||||
ng-model="panel.legend.show" ng-checked="panel.legend.show" ng-change="render()">
|
ng-model="panel.legend.show" ng-checked="panel.legend.show" ng-change="get_data()">
|
||||||
<label for="panel.legend.show" class="cr1"></label>
|
<label for="panel.legend.show" class="cr1"></label>
|
||||||
</li>
|
</li>
|
||||||
<li class="tight-form-item">
|
<li class="tight-form-item">
|
||||||
|
Loading…
Reference in New Issue
Block a user