Skip to content

Commit 0ffe657

Browse files
committed
rm contourgl from lib/index.js :
- 'contourgl' is only available through custom bundling by require('plotly.js/lib/contourgl');
1 parent f7033e4 commit 0ffe657

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

lib/contourgl.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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/contourgl');

lib/index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ Core.register([
3030
require('./scattergeo'),
3131
require('./choropleth'),
3232
require('./scattergl'),
33-
require('./scatterternary'),
34-
35-
// TODO remove
36-
require('../src/traces/contourgl')
33+
require('./scatterternary')
3734
]);
3835

3936
module.exports = Core;

0 commit comments

Comments
 (0)