Skip to content

v1.0.9: New Feature: `ChartAsync`

Compare
Choose a tag to compare
@louisnw01 louisnw01 released this 29 May 20:36
· 133 commits to main since this release

New Feature: ChartAsync

  • Added the ChartAsync class, allowing for more sophisticated Charts and SubCharts.

  • Symbol searching, timeframe selectors, and more is now possible with this varation of Chart.

  • QtChart and WxChart have access to all the methods that ChartAsync has, however they utilize their own respective event loops rather than asyncio.

New Feature: StreamlitChart

  • Chart window that can display static data within a Streamlit application.

Removed the subscribe_click method.