@@ -1918,7 +1918,7 @@ describe('Test hover label custom styling:', function() {
19181918 text : [ 20 , 'Arial' , 'rgb(255, 0, 0)' ]
19191919 } ) ;
19201920 assertCommonLabel ( {
1921- path : [ 'rgb(255, 255, 255)' , 'rgb(255, 255, 255 )' ] ,
1921+ path : [ 'rgb(255, 255, 255)' , 'rgb(68, 68, 68 )' ] ,
19221922 text : [ 13 , 'Arial' , 'rgb(255, 255, 255)' ]
19231923 } ) ;
19241924 } )
@@ -1930,7 +1930,7 @@ describe('Test hover label custom styling:', function() {
19301930 text : [ 20 , 'Arial' , 'rgb(0, 128, 0)' ]
19311931 } ) ;
19321932 assertCommonLabel ( {
1933- path : [ 'rgb(255, 255, 255)' , 'rgb(255, 255, 255 )' ] ,
1933+ path : [ 'rgb(255, 255, 255)' , 'rgb(68, 68, 68 )' ] ,
19341934 text : [ 13 , 'Arial' , 'rgb(255, 255, 255)' ]
19351935 } ) ;
19361936 } )
@@ -1942,7 +1942,7 @@ describe('Test hover label custom styling:', function() {
19421942 text : [ 20 , 'Arial' , 'rgb(0, 0, 255)' ]
19431943 } ) ;
19441944 assertCommonLabel ( {
1945- path : [ 'rgb(255, 255, 255)' , 'rgb(255, 255, 255 )' ] ,
1945+ path : [ 'rgb(255, 255, 255)' , 'rgb(68, 68, 68 )' ] ,
19461946 text : [ 13 , 'Arial' , 'rgb(255, 255, 255)' ]
19471947 } ) ;
19481948
@@ -1969,7 +1969,7 @@ describe('Test hover label custom styling:', function() {
19691969
19701970 assertPtLabel ( null ) ;
19711971 assertCommonLabel ( {
1972- path : [ 'rgb(255, 255, 255)' , 'rgb(255, 255, 255 )' ] ,
1972+ path : [ 'rgb(255, 255, 255)' , 'rgb(68, 68, 68 )' ] ,
19731973 text : [ 13 , 'Arial' , 'rgb(255, 255, 255)' ]
19741974 } ) ;
19751975
0 commit comments