Skip to content

Commit 7dfecf6

Browse files
committed
Remove xPixel and yPixel from funnelarea and pie tests, as they are non-cartesian shapes
1 parent dae94d4 commit 7dfecf6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/jasmine/tests/funnelarea_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ describe('funnelarea hovering', function() {
722722
'data', 'fullData',
723723
'label', 'color', 'value',
724724
'percent', 'text',
725-
'bbox', 'xPixel', 'yPixel'
725+
'bbox'
726726
];
727727

728728
expect(typeof hoverData.points[0].bbox).toEqual('object');

test/jasmine/tests/pie_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ describe('pie hovering', function() {
10321032
'data', 'fullData',
10331033
'label', 'color', 'value',
10341034
'i', 'v', 'percent', 'text',
1035-
'bbox', 'xPixel', 'yPixel'
1035+
'bbox'
10361036
];
10371037

10381038
expect(typeof hoverData.points[0].bbox).toEqual('object');

0 commit comments

Comments
 (0)