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 7e283a0 commit 1143479Copy full SHA for 1143479
test/jasmine/tests/gl2d_scatterplot_contour_test.js
@@ -5,10 +5,10 @@ var Lib = require('@src/lib');
5
var d3 = require('d3');
6
7
// heatmapgl & contourgl is not part of the dist plotly.js bundle initially
8
-Plotly.register(
+Plotly.register([
9
require('@lib/heatmapgl'),
10
require('@lib/contourgl')
11
-);
+]);
12
13
// Test utilities
14
var createGraphDiv = require('../assets/create_graph_div');
0 commit comments