We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0242ff0 commit 46ceca9Copy full SHA for 46ceca9
lib/heatmapgl.js
@@ -0,0 +1,9 @@
1
+/**
2
+* Copyright 2012-2016, Plotly, Inc.
3
+* All rights reserved.
4
+*
5
+* This source code is licensed under the MIT license found in the
6
+* LICENSE file in the root directory of this source tree.
7
+*/
8
+
9
+module.exports = require('../src/traces/heatmapgl');
lib/index.js
@@ -30,8 +30,7 @@ Core.register([
30
require('./scattergeo'),
31
require('./choropleth'),
32
require('./scattergl'),
33
- require('./scatterternary'),
34
- require('../src/traces/heatmapgl')
+ require('./scatterternary')
35
]);
36
37
module.exports = Core;
0 commit comments