Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b6fe4e

Browse files
committed
Fix hover label test
1 parent 64a87f9 commit 4b6fe4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/jasmine/tests/hover_label_test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,12 +1303,11 @@ describe('Test hover label custom styling:', function() {
13031303
describe('ohlc hover interactions', function() {
13041304
var data = [{
13051305
type: 'candlestick',
1306+
x: ['2011-01-01', '2012-01-01'],
13061307
open: [2, 2],
13071308
high: [3, 3],
13081309
low: [0, 0],
13091310
close: [3, 3],
1310-
x: [1, 2, 3],
1311-
y: [0.12345, 0.23456, 0.34567]
13121311
}];
13131312

13141313
beforeEach(function() {

0 commit comments

Comments
 (0)