@@ -1799,7 +1799,7 @@ describe('Test event property of interactions on a geo plot:', function() {
1799
1799
expect ( typeof pt . data ) . toEqual ( typeof { } , 'points[0].data' ) ;
1800
1800
expect ( typeof pt . fullData ) . toEqual ( typeof { } , 'points[0].fullData' ) ;
1801
1801
expect ( pt . lat ) . toEqual ( 57.72 , 'points[0].lat' ) ;
1802
- expect ( pt . lon ) . toEqual ( - 101.68 , 'points[0].lon' ) ;
1802
+ expect ( pt . lon ) . toEqual ( - 101.67 , 'points[0].lon' ) ;
1803
1803
expect ( pt . location ) . toEqual ( 'CAN' , 'points[0].location' ) ;
1804
1804
expect ( pt . pointNumber ) . toEqual ( 0 , 'points[0].pointNumber' ) ;
1805
1805
expect ( pt . text ) . toEqual ( 20 , 'points[0].text' ) ;
@@ -1903,7 +1903,7 @@ describe('Test event property of interactions on a geo plot:', function() {
1903
1903
expect ( typeof pt . data ) . toEqual ( typeof { } , 'points[0].data' ) ;
1904
1904
expect ( typeof pt . fullData ) . toEqual ( typeof { } , 'points[0].fullData' ) ;
1905
1905
expect ( pt . lat ) . toEqual ( 57.72 , 'points[0].lat' ) ;
1906
- expect ( pt . lon ) . toEqual ( - 101.68 , 'points[0].lon' ) ;
1906
+ expect ( pt . lon ) . toEqual ( - 101.67 , 'points[0].lon' ) ;
1907
1907
expect ( pt . location ) . toEqual ( 'CAN' , 'points[0].location' ) ;
1908
1908
expect ( pt . pointNumber ) . toEqual ( 0 , 'points[0].pointNumber' ) ;
1909
1909
expect ( pt . text ) . toEqual ( 20 , 'points[0].text' ) ;
@@ -1944,7 +1944,7 @@ describe('Test event property of interactions on a geo plot:', function() {
1944
1944
expect ( typeof pt . data ) . toEqual ( typeof { } , 'points[0].data' ) ;
1945
1945
expect ( typeof pt . fullData ) . toEqual ( typeof { } , 'points[0].fullData' ) ;
1946
1946
expect ( pt . lat ) . toEqual ( 57.72 , 'points[0].lat' ) ;
1947
- expect ( pt . lon ) . toEqual ( - 101.68 , 'points[0].lon' ) ;
1947
+ expect ( pt . lon ) . toEqual ( - 101.67 , 'points[0].lon' ) ;
1948
1948
expect ( pt . location ) . toEqual ( 'CAN' , 'points[0].location' ) ;
1949
1949
expect ( pt . pointNumber ) . toEqual ( 0 , 'points[0].pointNumber' ) ;
1950
1950
expect ( pt . text ) . toEqual ( 20 , 'points[0].text' ) ;
@@ -2761,11 +2761,11 @@ describe('Test geo interactions update marker angles:', function() {
2761
2761
} )
2762
2762
. then ( function ( ) {
2763
2763
newPath = getPath ( ) ;
2764
- expect ( newPath ) . toEqual ( 'M0,0L18.22327727600463 ,8.240883770679762L19.586810955756498 ,-4.044358612123453Z ' ) ;
2764
+ expect ( newPath ) . toEqual ( 'M0,0L18.224184922503092 ,8.238876374264322L19.586365339190138 ,-4.046516131164082Z ' ) ;
2765
2765
2766
2766
expect ( newPath ) . not . toEqual ( initialPath ) ;
2767
- expect ( newPath ) . toEqual ( 'M0,0L18.22327727600463 ,8.240883770679762L19.586810955756498 ,-4.044358612123453Z ' ) ;
2768
- expect ( initialPath ) . toEqual ( 'M0,0L-1.5100144203478312 ,19.942914943667123L10.500523963798084 ,17.021721313830223Z ' ) ;
2767
+ expect ( newPath ) . toEqual ( 'M0,0L18.224184922503092 ,8.238876374264322L19.586365339190138 ,-4.046516131164082Z ' ) ;
2768
+ expect ( initialPath ) . toEqual ( 'M0,0L-1.5094067529528923 ,19.942960945008643L10.501042615957648 ,17.021401351764233Z ' ) ;
2769
2769
} )
2770
2770
. then ( done , done . fail ) ;
2771
2771
} ) ;
0 commit comments