We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c8095 commit 3e439e0Copy full SHA for 3e439e0
test/jasmine/tests/bar_test.js
@@ -430,10 +430,9 @@ describe('Bar.calc', function() {
430
base: [0],
431
y: [2000],
432
x: ['A']
433
- }], {});
+ }], {yaxis: {type: 'date'}});
434
435
var cd = gd.calcdata;
436
- assertPointField(cd, 'b', [[0]]);
437
assertPointField(cd, 's', [[2000]]);
438
});
439
@@ -444,10 +443,9 @@ describe('Bar.calc', function() {
444
443
445
x: [2000],
446
y: ['A']
447
+ }], {xaxis: {type: 'date'}});
448
449
450
451
452
453
0 commit comments