Skip to content

Commit 1a22beb

Browse files
committed
add additional trailing null to scattermapbox line w/ gap case
1 parent 8215169 commit 1a22beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/scattermapbox_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ describe('scattermapbox convert', function() {
368368
it('for lines traces with trailing gaps', function() {
369369
var opts = _convert(Lib.extendFlat({}, base, {
370370
mode: 'lines',
371-
lon: [10, '20', 30, 20, null, 20, 10, null],
371+
lon: [10, '20', 30, 20, null, 20, 10, null, null],
372372
lat: [20, 20, '10', null, 10, 10, 20, null]
373373
}));
374374

0 commit comments

Comments
 (0)