Legend toggle should only trigger a re-render, not a refresh

This commit is contained in:
Jon Ferreira
2019-02-01 14:16:27 -05:00
parent cab6a872cf
commit e2c958eb43
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<h5 class="section-heading">Options</h5>
<gf-form-switch class="gf-form"
label="Show" label-class="width-7"
checked="ctrl.panel.legend.show" on-change="ctrl.refresh()">
checked="ctrl.panel.legend.show" on-change="ctrl.render()">
</gf-form-switch>
<gf-form-switch class="gf-form"
label="As Table" label-class="width-7"