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 b5ec01e commit a6fda02Copy full SHA for a6fda02
test/jasmine/tests/validate_test.js
@@ -44,7 +44,7 @@ describe('Plotly.validate', function() {
44
45
it('should report when a data trace is not an object', function() {
46
var out = Plotly.validate([{
47
- type: 'scatter',
+ type: 'bar',
48
x: [1, 2, 3]
49
}, [1, 2, 3]]);
50
@@ -67,7 +67,7 @@ describe('Plotly.validate', function() {
67
68
it('should report when trace is defaulted to not be visible', function() {
69
70
- type: 'scatter'
+ type: 'scattergeo'
71
// missing 'x' and 'y
72
}], {});
73
0 commit comments