Polygon:
- Added async methods to polygon. - The `requests` library is no longer required, with `urllib` being used instead. - Added the `get_bar_data` function, which returns a dataframe of aggregate data from polygon. - Opened up the `subscribe` and `unsubscribe` functions Enhancements: - Tables will now scroll when the rows exceed table height. Bugs: - Fixed a bug preventing async functions being used with horizontal line event. - Fixed a bug causing the legend to show duplicate lines if the line was created after the legend. - Fixed a bug causing the line hide icon to persist within the legend after deletion (#75) - Fixed a bug causing the search box to be unfocused when the chart is loaded.
This commit is contained in:
@ -1,15 +1,35 @@
|
||||
```{toctree}
|
||||
:hidden:
|
||||
:caption: TUTORIALS
|
||||
tutorials/getting_started
|
||||
tutorials/events
|
||||
```
|
||||
|
||||
common_methods
|
||||
charts
|
||||
callbacks
|
||||
toolbox
|
||||
tables
|
||||
|
||||
|
||||
|
||||
|
||||
```{toctree}
|
||||
:hidden:
|
||||
:caption: EXAMPLES
|
||||
examples/table
|
||||
examples/toolbox
|
||||
examples/subchart
|
||||
examples/yfinance
|
||||
examples/events
|
||||
examples/gui_examples
|
||||
```
|
||||
|
||||
|
||||
```{toctree}
|
||||
:hidden:
|
||||
:caption: DOCS
|
||||
reference/index
|
||||
polygon
|
||||
|
||||
Github Repository <https://github.com/louisnw01/lightweight-charts-python>
|
||||
```
|
||||
|
||||
```{include} ../../README.md
|
||||
```
|
||||
|
||||
```{include} ../../README.md
|
||||
```
|
||||
Reference in New Issue
Block a user