@@ -2136,8 +2136,8 @@ describe('sunburst uniformtext', function() {
2136
2136
textinfo : 'label'
2137
2137
} ] ,
2138
2138
layout : {
2139
- width : 350 ,
2140
- height : 350 ,
2139
+ width : 320 ,
2140
+ height : 320 ,
2141
2141
uniformtext : {
2142
2142
mode : 'hide' ,
2143
2143
minsize : 10
@@ -2146,7 +2146,7 @@ describe('sunburst uniformtext', function() {
2146
2146
} )
2147
2147
. then ( assertTextSizes ( 'before click' , {
2148
2148
fontsizes : [ 12 , 12 , 12 , 12 , 12 , 12 , 12 , 12 , 12 , 12 , 12 , 12 ] ,
2149
- scales : [ 0.92 , 0.92 , 0.92 , 0 , 0 , 0 , 0 , 0.92 , 0.92 , 0.92 , 0.92 , 0.92 ] ,
2149
+ scales : [ 0.86 , 0.86 , 0 , 0 , 0 , 0 , 0 , 0.86 , 0 , 0.86 , 0.86 , 0.86 ] ,
2150
2150
} ) )
2151
2151
. then ( click ( gd , 2 ) ) // click on Uniform
2152
2152
. then ( delay ( constants . CLICK_TRANSITION_TIME + 1 ) )
@@ -2158,7 +2158,7 @@ describe('sunburst uniformtext', function() {
2158
2158
. then ( delay ( constants . CLICK_TRANSITION_TIME + 1 ) )
2159
2159
. then ( assertTextSizes ( 'after click parent' , {
2160
2160
fontsizes : [ 12 , 12 , 12 , 12 , 12 , 12 , 12 , 12 , 12 , 12 , 12 , 12 ] ,
2161
- scales : [ 0.92 , 0.92 , 0.92 , 0 , 0 , 0 , 0 , 0.92 , 0.92 , 0.92 , 0.92 , 0.92 ] ,
2161
+ scales : [ 0.86 , 0.86 , 0 , 0 , 0 , 0 , 0 , 0.86 , 0 , 0.86 , 0.86 , 0.86 ] ,
2162
2162
} ) )
2163
2163
. catch ( failTest )
2164
2164
. then ( done ) ;
0 commit comments