You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TH3AL3X could you pls provide a codesandbox example of how to reproduce the issue. I didn't able to reproduce with code snippet you've provided
I already stopped using the library, but for example if you have the timeZone in Europe WET (UTC±00:00), forcing it, it showing everything correctly in the timebar line under chart, but when you put the crosshair, it showing other timezone, not the forced one....
The timezone thing it's working, but it's not matching with vertLine crosshair
chart.applyOptions({ timeScale: { timeVisible: true, tickMarkFormatter: (time, tickMarkType, locale) => { return new Date(time * 1000).toLocaleString('es-ES', { timeZone: zona_horaria, hour: '2-digit', minute: '2-digit' }); }, } });
The text was updated successfully, but these errors were encountered: