We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5f09f commit 3832e01Copy full SHA for 3832e01
lib/funnel.js
@@ -0,0 +1,11 @@
1
+/**
2
+* Copyright 2012-2019, 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
+'use strict';
10
11
+module.exports = require('../src/traces/funnel');
lib/index-finance.js
@@ -16,6 +16,7 @@ Plotly.register([
16
require('./pie'),
17
require('./ohlc'),
18
require('./candlestick'),
19
+ require('./funnel'),
20
require('./waterfall')
21
]);
22
lib/index.js
@@ -21,6 +21,7 @@ Plotly.register([
require('./contour'),
require('./scatterternary'),
23
require('./violin'),
24
25
require('./waterfall'),
26
27
0 commit comments