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 0ffe4c2 commit 30663e4Copy full SHA for 30663e4
src/worldmap.test.ts
@@ -87,11 +87,11 @@ describe('Worldmap', () => {
87
describe('when the data has three points and absolute mode is enabled', () => {
88
beforeEach(() => {
89
ctrl.data = new DataBuilder()
90
- .withCountryAndValue('SE', 4)
91
- .withCountryAndValue('IE', 1)
92
- .withCountryAndValue('US', 8)
93
- .withDataRange(0, 8, 8)
94
- .build();
+ .withCountryAndValue('SE', 4)
+ .withCountryAndValue('IE', 1)
+ .withCountryAndValue('US', 8)
+ .withDataRange(0, 8, 8)
+ .build();
95
ctrl.panel.circleMinSize = '3';
96
ctrl.panel.circleMaxSize = '10';
97
ctrl.panel.circleSizeAbsoluteEnabled = true;
0 commit comments