Skip to content

Commit

Permalink
feat: disable vertical scroll on the chart outside y-axis (#16330)
Browse files Browse the repository at this point in the history
  • Loading branch information
maryia-deriv authored Aug 8, 2024
1 parent 70d147a commit 1cb150c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/trader/src/AppV2/Containers/Chart/trade-chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ const TradeChart = observer(() => {
enabledChartFooter={false}
id='trade'
isMobile={isMobile}
isVerticalScrollEnabled={false}
maxTick={isMobile ? max_ticks : undefined}
granularity={show_digits_stats || is_accumulator ? 0 : granularity}
requestAPI={wsSendRequest}
Expand Down

0 comments on commit 1cb150c

Please sign in to comment.