- 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.
13 lines
240 B
Python
13 lines
240 B
Python
project = 'lightweight-charts-python'
|
|
copyright = '2023, louisnw'
|
|
author = 'louisnw'
|
|
release = '1.0.8'
|
|
|
|
extensions = ["myst_parser"]
|
|
|
|
templates_path = ['_templates']
|
|
exclude_patterns = []
|
|
|
|
html_theme = 'furo'
|
|
html_static_path = ['_static']
|