implement drawing methods, fix horizontal line bug, continue refactor

This commit is contained in:
louisnw
2024-04-14 16:29:15 +01:00
parent 3ead45f858
commit 3fdd19e3ce
33 changed files with 732 additions and 365 deletions

View File

@ -10,7 +10,7 @@ setup(
python_requires='>=3.8',
install_requires=[
'pandas',
'pywebview>=4.3',
'pywebview>=5.0.5',
],
package_data={
'lightweight_charts': ['js/*.js'],