Skip to content

Commit 912244b

Browse files
committed
fix choropleth hover
1 parent dd05e55 commit 912244b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/choropleth_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ describe('Test choropleth hover:', function() {
353353
fig.data[0].hovertemplate = '%{properties.name}<extra>%{ct[0]:.1f} | %{ct[1]:.1f}</extra>';
354354
fig.layout.geo.projection = {scale: 20};
355355

356-
run(hasCssTransform, [300, 200], fig, ['New York', '-75.1 | 42.6'])
356+
run(hasCssTransform, [300, 200], fig, ['New York', '-75.2 | 42.6'])
357357
.then(done, done.fail);
358358
});
359359
});

0 commit comments

Comments
 (0)