Added the render_drawings parameter to update

Added the `round` parameter to `vertical_span`
This commit is contained in:
louisnw
2024-01-21 14:42:54 +00:00
parent f31db04464
commit 5861da2123
6 changed files with 27 additions and 15 deletions

View File

@ -71,7 +71,7 @@ if __name__ == '__main__':
chart.show()
last_close = df1.iloc[-1]
last_close = df1.iloc[-1]['close']
for i, series in df2.iterrows():
chart.update(series)