- Fixed a bug causing the library to throw errors when used with python 3.9.
- Fixed a bug that did not size the multi pane charts correctly. - Implementation of the ‘grid’ common method.
This commit is contained in:
@ -21,7 +21,7 @@ ___
|
||||
2. Blocking or non-blocking GUI.
|
||||
3. Streamlined for live data, with methods for updating directly from tick data.
|
||||
4. Support for PyQt and wxPython.
|
||||
5. Multi-Pane Charts using `SubCharts`.
|
||||
5. Multi-Pane Charts using the `SubChart` ([examples](https://lightweight-charts-python.readthedocs.io/en/latest/docs.html#subchart)).
|
||||
___
|
||||
|
||||
### 1. Display data from a csv:
|
||||
|
||||
Reference in New Issue
Block a user