Skip to content

Commit 79d6ef1

Browse files
authoredMay 7, 2019
Merge pull request #3817 from plotly/funnel-traces
Funnel traces
2 parents 7e52977 + 6d50386 commit 79d6ef1

File tree

88 files changed

+5362
-446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+5362
-446
lines changed
 

‎lib/funnel.js

+11
Original file line numberDiff line numberDiff line change
@@ -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

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Plotly.register([
1616
require('./pie'),
1717
require('./ohlc'),
1818
require('./candlestick'),
19+
require('./funnel'),
1920
require('./waterfall')
2021
]);
2122

0 commit comments

Comments
 (0)
Please sign in to comment.