Skip to content

Commit 5d6ce26

Browse files
committed
fix broken paths to gl3d images
1 parent 43b33e7 commit 5d6ce26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devtools/test_dashboard/test_gl3d.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ plots['projection-traces'] = require('@mocks/gl3d_projection-traces.json');
2424
plots['opacity-scaling-spikes'] = require('@mocks/gl3d_opacity-scaling-spikes.json');
2525
plots['text-weirdness'] = require('@mocks/gl3d_text-weirdness.json');
2626
plots['wire-surface'] = require('@mocks/gl3d_wire-surface.json');
27-
plots['triangle-mesh3d'] = require('@mocks/gl3d_triangle.json');
27+
plots['triangle'] = require('@mocks/gl3d_triangle.json');
2828
plots['snowden'] = require('@mocks/gl3d_snowden.json');
2929
plots['bunny'] = require('@mocks/gl3d_bunny.json');
3030
plots['ribbons'] = require('@mocks/gl3d_ribbons.json');
31-
plots['scatter-time'] = require('@mocks/gl3d_scatter-date.json');
31+
plots['scatter-date'] = require('@mocks/gl3d_scatter-date.json');
3232
plots['cufflinks'] = require('@mocks/gl3d_cufflinks.json');
3333
plots['chrisp-nan-1'] = require('@mocks/gl3d_chrisp-nan-1.json');
3434
plots['marker-arrays'] = require('@mocks/gl3d_marker-arrays.json');

0 commit comments

Comments
 (0)