File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
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' ) ;
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Plotly.register([
16
16
require ( './pie' ) ,
17
17
require ( './ohlc' ) ,
18
18
require ( './candlestick' ) ,
19
+ require ( './funnel' ) ,
19
20
require ( './waterfall' )
20
21
] ) ;
21
22
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Plotly.register([
21
21
require ( './contour' ) ,
22
22
require ( './scatterternary' ) ,
23
23
require ( './violin' ) ,
24
+ require ( './funnel' ) ,
24
25
require ( './waterfall' ) ,
25
26
26
27
require ( './pie' ) ,
You can’t perform that action at this time.
0 commit comments