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 edffa6e commit 7005671Copy full SHA for 7005671
lib/index-gl2d.js
@@ -14,7 +14,8 @@ Plotly.register([
14
require('./scattergl'),
15
require('./pointcloud'),
16
require('./heatmapgl'),
17
- require('./contourgl')
+ require('./contourgl'),
18
+ require('./parcoords')
19
]);
20
21
module.exports = Plotly;
lib/index.js
@@ -32,6 +32,7 @@ Plotly.register([
32
33
34
35
+ require('./parcoords'),
36
37
require('./scattermapbox'),
38
0 commit comments