Thomas Punt

Results 31 comments of Thomas Punt

If you're referring to the timescale axis, then you need to configure it via `timeVisible`. Example: ```js const chart = LightweightCharts.createChart( document.getElementById('container'), { timeScale: { timeVisible: true, }, }, );...