Commit c0353ab5 by Torkel Ödegaard

Graph: fix for legend show/hide toggle, after hiding requires new data fetch to show, Fixes #1393

parent 9fa0a4c9
......@@ -150,7 +150,7 @@
<li class="tight-form-item">
Show&nbsp;
<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>
</li>
<li class="tight-form-item">
......
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