Enhancements & Bug Fixes

- Added the `color_based_on_candle` parameter to the legend, which will color the percentage change based on the candle color underneath the crosshair.
(#210)
- Fixed a bug which prevented the legend from turning off. (#216)
This commit is contained in:
louisnw
2023-12-10 19:48:27 +00:00
parent f798e5f944
commit da2a5103fa
4 changed files with 60 additions and 32 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.6',
version='1.0.18.8',
packages=find_packages(),
python_requires='>=3.8',
install_requires=[