When scrolling the page through touch on mobile, If touch move the chart area, scrolling does not work.
 
	I know the gestures made on the chart area would interact with the chart.
 
	But I would like to be the same as other areas in general.
 
	On my site, the chart area is full on the screen, which is inconvenient on mobile.
 
	I made the gesture myself using x,y coordinates, but this is basically unstable compared to the gestures provided by the browser.
 
	How to get remove of gestures in the chart area?