Explorar el Código

Missing values, correct graph specs

benrubson hace 9 años
padre
commit
43129aa563
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/app/plugins/panel/graph/specs/graph_specs.ts

+ 1 - 1
public/app/plugins/panel/graph/specs/graph_specs.ts

@@ -135,7 +135,7 @@ describe('grafanaGraph', function() {
     });
     });
 
 
     it('should set barWidth', function() {
     it('should set barWidth', function() {
-      expect(ctx.plotOptions.series.bars.barWidth).to.be(10/1.5);
+      expect(ctx.plotOptions.series.bars.barWidth).to.be(1/1.5);
     });
     });
   });
   });