- Fixed a bug causing loading times for large amounts of data to be increased significantly.

- BETA: Dynamic candlestick loading
- the config method has been removed, and its methods can now be found in various places:
    - right_padding: moved to the ‘time_scale’ method.
    - mode: moved to the ‘price_scale’ method.
    - title: declared in the new ‘title’ method.
- It is now possible to update titles, horizontal_lines, and markers within Line objects.
This commit is contained in:
louisnw
2023-05-23 14:31:27 +01:00
parent dd6e7a82c5
commit 7c70b0657e
3 changed files with 14 additions and 8 deletions

View File

@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup(
name='lightweight_charts',
version='1.0.7',
version='1.0.8',
packages=find_packages(),
python_requires='>=3.9',
install_requires=[