freyastreamlit / streamlit-lightweight-charts

Streamlit wrapper for lightweight-charts
MIT License
140 stars 29 forks source link

Text is not appearing at the specified hour and minute #26

Closed NijanJ closed 1 year ago

NijanJ commented 1 year ago

When using a 5-minute chart, the text is not appearing at the specified hour and minute, but rather at the beginning or end of the day. Additionally, when zooming in, the text disappears. How to resolve this issue?

freyastreamlit commented 1 year ago

Hi @NijanJ

If you are referring to the text in the timescale (horizontal scale), are you setting the time as UTCtimestamp:

Go to https://tradingview.github.io/lightweight-charts/docs/api and on left menu (under Interfaces) choose the type of chart you are creating, and the API documentation is very thorough..

Let me knwo

Best,

Joe Rosa