From 34b7dfe4ba580330a9f490688be0e01d6b8bda06 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= <etienne@plot.ly>
Date: Mon, 1 Apr 2019 12:09:35 -0400
Subject: [PATCH] add waterfall trace to finance bundle

---
 lib/index-finance.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/index-finance.js b/lib/index-finance.js
index b2535fd2872..0032435566d 100644
--- a/lib/index-finance.js
+++ b/lib/index-finance.js
@@ -15,7 +15,8 @@ Plotly.register([
     require('./histogram'),
     require('./pie'),
     require('./ohlc'),
-    require('./candlestick')
+    require('./candlestick'),
+    require('./waterfall')
 ]);
 
 module.exports = Plotly;