Enhancements:
- Added the `title` parameter to `Chart`. Bug Fixes: - When passing a timestamp format to `set`, `update`, or `update_from_tick`, the unit is now by default milliseconds rather than nanoseconds. - When using `update`, if a time is passed that occurs before the current last datapoint, an error will be raised.
This commit is contained in:
@ -6,7 +6,7 @@ They inherit from [AbstractChart](#AbstractChart).
|
||||
|
||||
___
|
||||
|
||||
`````{py:class} Chart(width: int, height: int, x: int, y: int, screen: int, on_top: bool, maximize: bool, debug: bool, toolbox: bool, inner_width: float, inner_height: float, scale_candles_only: bool)
|
||||
`````{py:class} Chart(width: int, height: int, x: int, y: int, title: str, screen: int, on_top: bool, maximize: bool, debug: bool, toolbox: bool, inner_width: float, inner_height: float, scale_candles_only: bool)
|
||||
|
||||
The main object used for the normal functionality of lightweight-charts-python, built on the pywebview library.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user