Replies: 5 comments
-
You can set const chart = createChart(chartElement, {
timeScale: {
timeVisible: true,
},
}); |
Beta Was this translation helpful? Give feedback.
-
Thanks, this solution shows time, but all hourly candles draw in one place of the same day. Would you have an example of hourly chart? All available examples are only for daily chart. On your website you state: but there is no way I can achieve that. Please advise Is that a bug? |
Beta Was this translation helpful? Give feedback.
-
Found a solution on Discord. It only works with Unix epoch timestamps. |
Beta Was this translation helpful? Give feedback.
-
Here is an example: https://codesandbox.io/p/sandbox/lightweight-charts-js-starter-forked-pwghsb?file=%2FREADME.md |
Beta Was this translation helpful? Give feedback.
-
Thank you, that's very helpful |
Beta Was this translation helpful? Give feedback.
-
I have a daily chart on lightweight chart.
However, cannot find a way to change it to minute time frame in the same date, please help, thank you :)
Beta Was this translation helpful? Give feedback.
All reactions