Enhancements:

- Added the `title` parameter to `Chart`.

Bug Fixes:
- When passing a timestamp format to `set`, `update`, or `update_from_tick`, the unit is now by default milliseconds rather than nanoseconds.
- When using `update`, if a time is passed that occurs before the current last datapoint, an error will be raised.
This commit is contained in:
louisnw
2023-11-22 17:31:35 +00:00
parent c3645ef245
commit 631afd450f
4 changed files with 18 additions and 12 deletions

View File

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