Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9372ea4

Browse filesBrowse files
committed
there are now 4 <g.drag> nodes in polar subplots
1 parent f034c62 commit 9372ea4
Copy full SHA for 9372ea4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎test/jasmine/tests/plot_api_test.js

Copy file name to clipboardExpand all lines: test/jasmine/tests/plot_api_test.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2962,7 +2962,7 @@ describe('Test plot api', function() {
29622962
Plotly.newPlot(gd, data, layout)
29632963
.then(countPlots)
29642964
.then(function() {
2965-
expect(d3.select(gd).selectAll('.drag').size()).toBe(3);
2965+
expect(d3.select(gd).selectAll('.drag').size()).toBe(4);
29662966

29672967
return Plotly.react(gd, data, layout, {staticPlot: true});
29682968
})
@@ -2972,7 +2972,7 @@ describe('Test plot api', function() {
29722972
return Plotly.react(gd, data, layout, {});
29732973
})
29742974
.then(function() {
2975-
expect(d3.select(gd).selectAll('.drag').size()).toBe(3);
2975+
expect(d3.select(gd).selectAll('.drag').size()).toBe(4);
29762976
})
29772977
.catch(failTest)
29782978
.then(done);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.