Closed MuslemRahimi closed 1 year ago
thanks, i achieved the result by setting
const options = {
...,
handleScale: {
mouseWheel: false
},
Another question if i may. I dont want that the user need to swipe left or right to see further data points. Do you know how to show all the data from the dataset without swiping left or right. I know it is connected to "visibleRange" but i cant achieve the desired result
Perhaps you need timeScale.fitContent()
?
https://tradingview.github.io/lightweight-charts/docs/api/interfaces/ITimeScaleApi#fitcontent
Hi,
Im trying to create a graph that is by default completely zoomed out and does not allow to zoom in but it fails. Can you help me out with this issue please?
my options look like this: