Skip to content

Commit a4c4e0d

Browse files
committed
implement connectGaps for line plots
1 parent 3f47983 commit a4c4e0d

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

devtools/test_dashboard/test_gl3d.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ plots['nan-holes'] = require('@mocks/gl3d_nan-holes.json');
3838
plots['connectgaps'] = require('@mocks/gl3d_scatter3d-connectgaps.json');
3939
plots['tet'] = require('@mocks/gl3d_tet.json');
4040
plots['surface_intensity'] = require('@mocks/gl3d_surface_intensity.json');
41+
plots['connectgaps'] = require('@mocks/gl3d_scatter3d-connectgaps.json');
4142

4243
plotButtons(plots, figDir);
Loading

test/image/mocks/gl3d_scatter3d-connectgaps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"connectgaps": false
99
}],
1010
"layout": {
11-
"title": "connect gaps test",
11+
"title": "connect gaps test"
1212
}
1313
}

0 commit comments

Comments
 (0)