@@ -882,7 +882,7 @@ describe('Test geo interactions', function() {
882882 it ( 'should contain the correct fields' , function ( ) {
883883 expect ( Object . keys ( ptData ) . sort ( ) ) . toEqual ( [
884884 'data' , 'fullData' , 'curveNumber' , 'pointNumber' , 'pointIndex' , 'bbox' ,
885- 'lon' , 'lat' , 'location' , 'marker.size'
885+ 'lon' , 'lat' , 'location' , 'marker.size' , 'xPixel' , 'yPixel'
886886 ] . sort ( ) ) ;
887887 expect ( cnt ) . toEqual ( 1 ) ;
888888 } ) ;
@@ -947,7 +947,7 @@ describe('Test geo interactions', function() {
947947 it ( 'should contain the correct fields' , function ( ) {
948948 expect ( Object . keys ( ptData ) . sort ( ) ) . toEqual ( [
949949 'data' , 'fullData' , 'curveNumber' , 'pointNumber' , 'pointIndex' , 'bbox' ,
950- 'lon' , 'lat' , 'location' , 'marker.size'
950+ 'lon' , 'lat' , 'location' , 'marker.size' , 'xPixel' , 'yPixel'
951951 ] . sort ( ) ) ;
952952 } ) ;
953953
@@ -979,7 +979,7 @@ describe('Test geo interactions', function() {
979979 it ( 'should contain the correct fields' , function ( ) {
980980 expect ( Object . keys ( ptData ) . sort ( ) ) . toEqual ( [
981981 'data' , 'fullData' , 'curveNumber' , 'pointNumber' , 'pointIndex' , 'bbox' ,
982- 'lon' , 'lat' , 'location' , 'marker.size'
982+ 'lon' , 'lat' , 'location' , 'marker.size' , 'xPixel' , 'yPixel'
983983 ] . sort ( ) ) ;
984984 } ) ;
985985
@@ -1008,7 +1008,7 @@ describe('Test geo interactions', function() {
10081008 it ( 'should contain the correct fields' , function ( ) {
10091009 expect ( Object . keys ( ptData ) . sort ( ) ) . toEqual ( [
10101010 'data' , 'fullData' , 'curveNumber' , 'pointNumber' , 'pointIndex' , 'bbox' ,
1011- 'location' , 'z' , 'ct'
1011+ 'location' , 'z' , 'ct' , 'xPixel' , 'yPixel'
10121012 ] . sort ( ) ) ;
10131013 } ) ;
10141014
@@ -1036,7 +1036,7 @@ describe('Test geo interactions', function() {
10361036 it ( 'should contain the correct fields' , function ( ) {
10371037 expect ( Object . keys ( ptData ) . sort ( ) ) . toEqual ( [
10381038 'data' , 'fullData' , 'curveNumber' , 'pointNumber' , 'pointIndex' , 'bbox' ,
1039- 'location' , 'z' , 'ct'
1039+ 'location' , 'z' , 'ct' , 'xPixel' , 'yPixel'
10401040 ] . sort ( ) ) ;
10411041 } ) ;
10421042
@@ -1068,7 +1068,7 @@ describe('Test geo interactions', function() {
10681068 it ( 'should contain the correct fields' , function ( ) {
10691069 expect ( Object . keys ( ptData ) . sort ( ) ) . toEqual ( [
10701070 'data' , 'fullData' , 'curveNumber' , 'pointNumber' , 'pointIndex' , 'bbox' ,
1071- 'location' , 'z' , 'ct'
1071+ 'location' , 'z' , 'ct' , 'xPixel' , 'yPixel'
10721072 ] . sort ( ) ) ;
10731073 } ) ;
10741074
@@ -1792,7 +1792,7 @@ describe('Test event property of interactions on a geo plot:', function() {
17921792 expect ( Object . keys ( pt ) . sort ( ) ) . toEqual ( [
17931793 'data' , 'fullData' , 'curveNumber' , 'pointNumber' , 'pointIndex' , 'bbox' ,
17941794 'lon' , 'lat' ,
1795- 'location' , 'text' , 'marker.size'
1795+ 'location' , 'text' , 'marker.size' , 'xPixel' , 'yPixel'
17961796 ] . sort ( ) ) ;
17971797
17981798 expect ( pt . curveNumber ) . toEqual ( 0 , 'points[0].curveNumber' ) ;
@@ -1896,7 +1896,7 @@ describe('Test event property of interactions on a geo plot:', function() {
18961896 expect ( Object . keys ( pt ) . sort ( ) ) . toEqual ( [
18971897 'data' , 'fullData' , 'curveNumber' , 'pointNumber' , 'pointIndex' , 'bbox' ,
18981898 'lon' , 'lat' ,
1899- 'location' , 'text' , 'marker.size'
1899+ 'location' , 'text' , 'marker.size' , 'xPixel' , 'yPixel'
19001900 ] . sort ( ) ) ;
19011901
19021902 expect ( pt . curveNumber ) . toEqual ( 0 , 'points[0].curveNumber' ) ;
@@ -1937,7 +1937,7 @@ describe('Test event property of interactions on a geo plot:', function() {
19371937 expect ( Object . keys ( pt ) . sort ( ) ) . toEqual ( [
19381938 'data' , 'fullData' , 'curveNumber' , 'pointNumber' , 'pointIndex' , 'bbox' ,
19391939 'lon' , 'lat' ,
1940- 'location' , 'text' , 'marker.size'
1940+ 'location' , 'text' , 'marker.size' , 'xPixel' , 'yPixel'
19411941 ] . sort ( ) ) ;
19421942
19431943 expect ( pt . curveNumber ) . toEqual ( 0 , 'points[0].curveNumber' ) ;
0 commit comments