Browse Source

Toggle stack should trigger a render, not a refresh

Jon Ferreira 6 years ago
parent
commit
0bdca7957a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/plugins/panel/graph/tab_display.html

+ 1 - 1
public/app/plugins/panel/graph/tab_display.html

@@ -114,7 +114,7 @@
       label="Stack"
       label-class="width-7"
       checked="ctrl.panel.stack"
-      on-change="ctrl.refresh()"
+      on-change="ctrl.render()"
     >
     </gf-form-switch>
     <gf-form-switch