Releases: BoboTiG/py-candlestick-chart
Releases · BoboTiG/py-candlestick-chart
2.1.0
2.0.0
Changed
- Fixed values computation in the info bar by using the whole candle set rather than only the visible one (closes #2)
- Changed the
Chart.update_candles()
behavior: it will update current candles by default, and now accepts areset=True
optional argument to actually erase all previous candles first (closes #3)