We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d147a commit 1cb150cCopy full SHA for 1cb150c
packages/trader/src/AppV2/Containers/Chart/trade-chart.tsx
@@ -148,6 +148,7 @@ const TradeChart = observer(() => {
148
enabledChartFooter={false}
149
id='trade'
150
isMobile={isMobile}
151
+ isVerticalScrollEnabled={false}
152
maxTick={isMobile ? max_ticks : undefined}
153
granularity={show_digits_stats || is_accumulator ? 0 : granularity}
154
requestAPI={wsSendRequest}
0 commit comments