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 242f3b4 commit 218744dCopy full SHA for 218744d
test/jasmine/tests/command_test.js
@@ -516,7 +516,7 @@ describe('component bindings', function() {
516
it('does not update the component if the value is not present', function(done) {
517
expect(gd.layout.sliders[0].active).toBe(0);
518
519
- Plotly.restyle(gd, 'marker.color', 'ecru').then(function() {
+ Plotly.restyle(gd, 'marker.color', 'black').then(function() {
520
521
}).catch(fail).then(done);
522
});
0 commit comments