Torkel Ödegaard 7 anos atrás
pai
commit
13bc9f6fb2

+ 1 - 1
public/app/features/dashboard/dashgrid/PanelChrome.tsx

@@ -23,7 +23,7 @@ export class PanelChrome extends React.Component<PanelChromeProps, any> {
   }
 
   triggerForceUpdate() {
-    // this.forceUpdate();
+    this.forceUpdate();
   }
 
   render() {

+ 0 - 1
public/app/plugins/panel/graph/graph.ts

@@ -197,7 +197,6 @@ function graphDirective(timeSrv, popoverSrv, contextSrv) {
       // Function for rendering panel
       function render_panel() {
         panelWidth = elem.width();
-        console.log('panelWidth', panelWidth);
 
         if (shouldAbortRender()) {
           return;