By default, the reset scale button is located on the right. You can change the position using this code, for example:
... chart: { zoomType: 'x, y', resetZoomButton: { position: { align: 'left', // right by default verticalAlign: 'top', x: 10, y: 10 }, relativeTo: 'chart' } } ...
Live demo .
source share