We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ea59f commit b03f693Copy full SHA for b03f693
test/image/mocks/geo_first.json
@@ -13,6 +13,8 @@
13
}
14
],
15
"layout": {
16
- "showframe": true
+ "showframe": true,
17
+ "width": 600,
18
+ "height": 440
19
20
test/jasmine/tests/geo_interact_test.js
@@ -12,7 +12,7 @@ describe('Test geo interactions', function() {
12
afterEach(destroyGraphDiv);
- describe('mock geo_first.json', function() {
+ fdescribe('mock geo_first.json', function() {
var mock = require('@mocks/geo_first.json');
beforeEach(function(done) {
@@ -21,7 +21,7 @@ describe('Test geo interactions', function() {
21
22
describe('scattegeo hover labels', function() {
23
beforeEach(function() {
24
- mouseEvent('mouseover', 459, 246);
+ mouseEvent('mouseover', 300, 235);
25
});
26
27
it('should show one hover text group', function() {
@@ -43,7 +43,7 @@ describe('Test geo interactions', function() {
43
44
describe('choropleth hover labels', function() {
45
46
- mouseEvent('mouseover', 628, 162);
+ mouseEvent('mouseover', 400, 160);
47
48
49
0 commit comments