8000 Remove initial check of domain · plotly/plotly.js@32abe6a · GitHub
[go: up one dir, main page]

Skip to content

Commit 32abe6a

Browse files
committed
Remove initial check of domain
1 parent 33b3ec4 commit 32abe6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/jasmine/tests/axes_test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,9 +1800,7 @@ describe('Test axes', function() {
18001800
Plotly.newPlot(gd,
18011801
[{z: [[0, 1], [2, 3]], type: 'heatmap'}],
18021802
{ template: {}, xaxis: { domain: [0,1], scaleanchor: 'y' } }
1803-
).then(function() {
1804-
assertRangeDomain('xaxis', [-1.451851851851852,2.4518518518518517], [0, 1], [0, 1]);
1805-
})
1803+
)
18061804
.then(function() {
18071805
return Plotly.react(gd,
18081806
[{z: [[0, 1], [2, 3]], type: 'heatmap'}],

0 commit comments

Comments
 (0)
0