- 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:
louisnw
2023-05-20 01:14:01 +01:00
parent 0e709040d5
commit b60e9705cb
6 changed files with 76 additions and 33 deletions

View File

@ -95,9 +95,9 @@ Config options for the chart.
___
### `time_scale`
`time_visible: bool` | `seconds_visible: bool`
`visible: bool` | `time_visible: bool` | `seconds_visible: bool`
Options for the time scale of the chart.
Time scale options for the chart.
___
### `layout`
@ -106,6 +106,12 @@ ___
Global layout options for the chart.
___
### `grid`
`vert_enabled: bool` | `horz_enabled: bool` | `color: str` | `style: 'solid'/'dotted'/'dashed'/'large_dashed'/'sparse_dotted'`
Grid options for the chart.
___
### `candle_style`
`up_color: str` | `down_color: str` | `wick_enabled: bool` | `border_enabled: bool` | `border_up_color: str` | `border_down_color: str` | `wick_up_color: str` | `wick_down_color: str`