Skip to content

v1.0.10

Compare
Choose a tag to compare
@louisnw01 louisnw01 released this 04 Jun 13:56
· 131 commits to main since this release

- Moved ChartAsync’s methods into the Chart object.

  • Removed ChartAsync.
  • Added the show_async method to Chart.

- Refactored how the TopBar is used. The docs explain this in detail, but a basic rundown is:

  • corner_text and create_switcher are no longer methods. The topbar attribute of chart should be used instead.
  • switchers and textboxes, now created with chart.topbar.textbox and chart.topbar.switcher require a name to be passed to them, which is used to access its instance (e.g chart.topbar[‘timeframe’])
  • If you have any questions about these changes, or potential enhancements, feel free to raise an issue and I will get back to you ASAP :)

- PtQt and Wx can now use either synchronous or asynchronous callback functions

- BETA: Support for Jupyter Notebooks

  • Fixed a bug causing the ‘date’ column of DataFrames passed to set, update, and update_from_tick to be modified.