Missing values, correct graph specs

This commit is contained in:
benrubson
2016-10-15 13:10:19 +02:00
parent c976448f6a
commit 43129aa563
@@ -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);
});
});