@@ -298,16 +298,16 @@ describe('Test scatter', function() {
298298 mode : 'markers+text' ,
299299 marker : {
300300 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' ]
302302 } ,
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' ]
305305 } ,
306306 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' ]
308308 } ,
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 ]
311311 } ] ,
312312 layout : { } ,
313313 calcdata : [ ] ,
@@ -318,10 +318,10 @@ describe('Test scatter', function() {
318318 Plots . doCalcdata ( gd ) ;
319319
320320 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 ] ] ) ;
325325 } ) ;
326326 } ) ;
327327
0 commit comments