diff --git a/candlestick_chart.py b/candlestick_chart.py index d5fe773..f31f475 100644 --- a/candlestick_chart.py +++ b/candlestick_chart.py @@ -29,5 +29,6 @@ class CandlestickChart(Chart): low = self.lows, close = self.closes, # TODO: Make colors configurable. increasing = dict(line = dict(color = 'limegreen', width = 1), fillcolor = 'limegreen'), - decreasing = dict(line = dict(color = 'red', width = 1), fillcolor = 'red') + decreasing = dict(line = dict(color = 'red', width = 1), fillcolor = 'red'), + name = '' )] \ No newline at end of file