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 78600b9 commit 608a706Copy full SHA for 608a706
devtools/test_dashboard/test_gl3d.js
@@ -35,7 +35,7 @@ plots['marker-arrays'] = require('@mocks/gl3d_marker-arrays.json');
35
plots['scatter3d-colorscale'] = require('@mocks/gl3d_scatter3d-colorscale.json');
36
plots['autocolorscale'] = require('@mocks/gl3d_autocolorscale.json');
37
plots['nan-holes'] = require('@mocks/gl3d_nan-holes.json');
38
-plots['tetrahedra'] = require('@mocks/gl3d_tet.json');
39
-plots['surface-intensity'] = require('@mocks/gl3d_surface_intensity.json');
+plots['tet'] = require('@mocks/gl3d_tet.json');
+plots['surface_intensity'] = require('@mocks/gl3d_surface_intensity.json');
40
41
plotButtons(plots, figDir);
0 commit comments