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 7895727 commit 4d98780Copy full SHA for 4d98780
test/jasmine/tests/image_test.js
@@ -679,7 +679,7 @@ describe('image hover:', function() {
679
mockCopy.layout.xaxis.autorange = test[0];
680
mockCopy.layout.yaxis.autorange = test[1];
681
mockCopy.data[0].colormodel = 'rgba';
682
- mockCopy.data[0].hovertemplate = '%{color}<extra></extra>';
+ mockCopy.data[0].hovertemplate = '%{z}<extra></extra>';
683
Plotly.newPlot(gd, mockCopy)
684
.then(function() {_hover(205, 125);})
685
.then(function() {
0 commit comments