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 af9285a commit 879bb7eCopy full SHA for 879bb7e
test/jasmine/tests/gl2d_click_test.js
@@ -12,6 +12,11 @@ var hasWebGLSupport = require('../assets/has_webgl_support');
12
var click = require('../assets/timed_click');
13
var hover = require('../assets/hover');
14
15
+// contourgl is not part of the dist plotly.js bundle initially
16
+Plotly.register([
17
+ require('@lib/contourgl')
18
+]);
19
+
20
describe('Test hover and click interactions', function() {
21
22
if(!hasWebGLSupport('gl2d_click_test')) return;
0 commit comments