- 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:
@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user