Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95347ea

Browse files
authored
Merge pull request plotly#3708 from plotly/waterfall-in-finance-bundle
Add waterfall trace to finance bundle
2 parents 7b96c41 + 34b7dfe commit 95347ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/index-finance.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Plotly.register([
1515
require('./histogram'),
1616
require('./pie'),
1717
require('./ohlc'),
18-
require('./candlestick')
18+
require('./candlestick'),
19+
require('./waterfall')
1920
]);
2021

2122
module.exports = Plotly;

0 commit comments

Comments
 (0)