- Added `toolbox` to the common methods. - `toolbox.save_drawings_under` can save drawings under a specific `topbar` widget. eg `chart.toolbox.save_drawings_under(chart.topbar[’symbol’]`) - `toolbox.load_drawings` will load and display drawings stored under the tag/string given. - `toolbox.export_drawings` will export all currently saved drawings to the given file path. - `toolbox.import_drawings` will import the drawings stored at the given file path. Fixes/Enhancements: - `update` methods are no longer case sensitive. - HorizontalLines no longer throw cyclic structure errors in the web console. - `API` methods can now be normal methods or coroutines.
13 lines
243 B
Python
13 lines
243 B
Python
project = 'lightweight-charts-python'
|
|
copyright = '2023, louisnw'
|
|
author = 'louisnw'
|
|
release = '1.0.14.2'
|
|
|
|
extensions = ["myst_parser"]
|
|
|
|
templates_path = ['_templates']
|
|
exclude_patterns = []
|
|
|
|
html_theme = 'furo'
|
|
html_static_path = ['_static']
|