I've been testing using React and highchart 10.3.2 and highcharts-react-official 3.1.0. The reset button is not displayed after zooming in.
chart: {
type: type,
height: 500,
scrollablePlotArea: {
minWidth: 200,
scrollPositionX: 1
},
zooming: {
resetButton: {
position: {
algin: 'left',
verticalAlign: 'top'
}
}
}
},
"Reset" button shows up on the chart