From 4d1ce9e0d7e87043479374546243d51c8e02160d Mon Sep 17 00:00:00 2001 From: louisnw Date: Sun, 2 Jul 2023 10:33:53 +0100 Subject: [PATCH] update docs --- docs/source/polygon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/polygon.md b/docs/source/polygon.md index 0c6d5ce..2c24c46 100644 --- a/docs/source/polygon.md +++ b/docs/source/polygon.md @@ -107,7 +107,7 @@ This object requires the `requests` library for static data, and the `websockets All data is requested within the chart window through searching and selectors. -As well as the parameters from the CHART LINK object, PolygonChart also has the parameters: +As well as the parameters from the [Chart](https://lightweight-charts-python.readthedocs.io/en/latest/docs.html#chart) object, PolygonChart also has the parameters: * `api_key`: The user's Polygon.io API key. * `num_bars`: The target number of bars to be displayed on the chart @@ -118,7 +118,7 @@ As well as the parameters from the CHART LINK object, PolygonChart also has the * `live`: If True, the chart will update in real-time. ___ -### Example +### Example: ```python from lightweight_charts import PolygonChart