Browse Source

Missing values, correct graph specs

benrubson 9 years ago
parent
commit
43129aa563
1 changed files with 1 additions and 1 deletions
  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() {
-      expect(ctx.plotOptions.series.bars.barWidth).to.be(10/1.5);
+      expect(ctx.plotOptions.series.bars.barWidth).to.be(1/1.5);
     });
   });