@@ -227,7 +227,7 @@ describe('multiple transforms:', function() {
227
227
transforms : [ {
228
228
type : 'groupby' ,
229
229
groups : [ 'a' , 'a' , 'b' , 'a' , 'b' , 'b' , 'a' ] ,
230
- style : [ {
230
+ styles : [ {
231
231
target : 'a' ,
232
232
value : { marker : { color : 'red' } } ,
233
233
} , {
@@ -247,7 +247,7 @@ describe('multiple transforms:', function() {
247
247
transforms : [ {
248
248
type : 'groupby' ,
249
249
groups : [ 'b' , 'a' , 'b' , 'b' , 'b' , 'a' , 'a' ] ,
250
- style : [ {
250
+ styles : [ {
251
251
target : 'a' ,
252
252
value : { marker : { color : 'green' } }
253
253
} , {
@@ -343,7 +343,7 @@ describe('multiple transforms:', function() {
343
343
expect ( gd . _fullData [ 1 ] . marker . opacity ) . toEqual ( 1 ) ;
344
344
345
345
return Plotly . restyle ( gd , {
346
- 'transforms[0].style ' : [ [ {
346
+ 'transforms[0].styles ' : [ [ {
347
347
target : 'a' ,
348
348
value : { marker : { color : 'green' } }
349
349
} , {
@@ -457,7 +457,7 @@ describe('multiple traces with transforms:', function() {
457
457
transforms : [ {
458
458
type : 'groupby' ,
459
459
groups : [ 'a' , 'a' , 'b' , 'a' , 'b' , 'b' , 'a' ] ,
460
- style : [ {
460
+ styles : [ {
461
461
target : 'a' ,
462
462
value : { marker : { color : 'red' } } ,
463
463
} , {
@@ -534,7 +534,7 @@ describe('multiple traces with transforms:', function() {
534
534
} ) ;
535
535
536
536
return Plotly . restyle ( gd , {
537
- 'transforms[0].style ' : [ [ {
537
+ 'transforms[0].styles ' : [ [ {
538
538
target : 'a' ,
539
539
value : { marker : { color : 'green' } } ,
540
540
} , {
0 commit comments