@@ -298,16 +298,16 @@ describe('Test scatter', function() {
298
298
mode : 'markers+text' ,
299
299
marker : {
300
300
line : {
301
- width : [ 2 , 1 , 0 , - 1 , false , true , null , [ ] , - Infinity , Infinity , NaN , { } ]
301
+ width : [ 2 , 1 , 0 , - 1 , false , true , null , [ ] , - Infinity , Infinity , NaN , { } , '12+1' , '1e1' ]
302
302
} ,
303
- opacity : [ 2 , 1 , 0 , - 1 , false , true , null , [ ] , - Infinity , Infinity , NaN , { } ] ,
304
- size : [ 2 , 1 , 0 , - 1 , false , true , null , [ ] , - Infinity , Infinity , NaN , { } ]
303
+ opacity : [ 2 , 1 , 0 , - 1 , false , true , null , [ ] , - Infinity , Infinity , NaN , { } , '12+1' , '1e1' ] ,
304
+ size : [ 2 , 1 , 0 , - 1 , false , true , null , [ ] , - Infinity , Infinity , NaN , { } , '12+1' , '1e1' ]
305
305
} ,
306
306
textfont : {
307
- size : [ 2 , 1 , 0 , - 1 , false , true , null , [ ] , - Infinity , Infinity , NaN , { } ]
307
+ size : [ 2 , 1 , 0 , - 1 , false , true , null , [ ] , - Infinity , Infinity , NaN , { } , '12+1' , '1e1' ]
308
308
} ,
309
- text : [ '1' , '2' , '3' , '4' , '5' , '6' , '7' , '8' , '9' , '10' , '11' , '12' ] ,
310
- y : [ 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 ]
309
+ text : [ '1' , '2' , '3' , '4' , '5' , '6' , '7' , '8' , '9' , '10' , '11' , '12' , '13' , '14' ] ,
310
+ y : [ 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 ]
311
311
} ] ,
312
312
layout : { } ,
313
313
calcdata : [ ] ,
@@ -318,10 +318,10 @@ describe('Test scatter', function() {
318
318
Plots . doCalcdata ( gd ) ;
319
319
320
320
var cd = gd . calcdata ;
321
- assertPointField ( cd , 'mlw' , [ [ 2 , 1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , Infinity , NaN , NaN ] ] ) ;
322
- assertPointField ( cd , 'mo' , [ [ 2 , 1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , Infinity , NaN , NaN ] ] ) ;
323
- assertPointField ( cd , 'ms' , [ [ 2 , 1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , Infinity , NaN , NaN ] ] ) ;
324
- assertPointField ( cd , 'ts' , [ [ 2 , 1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , Infinity , NaN , NaN ] ] ) ;
321
+ assertPointField ( cd , 'mlw' , [ [ 2 , 1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 10 ] ] ) ;
322
+ assertPointField ( cd , 'mo' , [ [ 2 , 1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 10 ] ] ) ;
323
+ assertPointField ( cd , 'ms' , [ [ 2 , 1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 10 ] ] ) ;
324
+ assertPointField ( cd , 'ts' , [ [ 2 , 1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 10 ] ] ) ;
325
325
} ) ;
326
326
} ) ;
327
327
0 commit comments