File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -355,13 +355,13 @@ describe('Dimension reordered parcats trace', function() {
355
355
{ dimensionInd : 0 , displayInd : 0 , dimensionLabel : 'One' } ) ;
356
356
357
357
checkCategoryCalc ( gd , 0 , 0 , {
358
- categoryLabel : " One" ,
358
+ categoryLabel : ' One' ,
359
359
dimensionInd : 0 ,
360
360
categoryInd : 0 ,
361
361
displayInd : 0 } ) ;
362
362
363
363
checkCategoryCalc ( gd , 0 , 1 , {
364
- categoryLabel : " Two" ,
364
+ categoryLabel : ' Two' ,
365
365
dimensionInd : 0 ,
366
366
categoryInd : 1 ,
367
367
displayInd : 1 } ) ;
@@ -428,12 +428,12 @@ describe('Dimension reordered parcats trace', function() {
428
428
{ dimensionInd : 0 , displayInd : 0 , dimensionLabel : 'One' } ) ;
429
429
430
430
checkCategoryCalc ( gd , 0 , 0 , {
431
- categoryLabel : " One" ,
431
+ categoryLabel : ' One' ,
432
432
categoryInd : 0 ,
433
433
displayInd : 0 } ) ;
434
434
435
435
checkCategoryCalc ( gd , 0 , 1 , {
436
- categoryLabel : " Two" ,
436
+ categoryLabel : ' Two' ,
437
437
categoryInd : 1 ,
438
438
displayInd : 1 } ) ;
439
439
You can’t perform that action at this time.
0 commit comments