<script src="https://code.highcharts.com/stock/highstock.js"></script>
<button onclick="setFull()">Set full</button>
<button onclick="setExtremeToRecentDate()">
Recent date
</button>
<p>To reproduce the issue, click on "Recent date" and then to "Set full". You should now see a series of markers floating around the chart canvas, without even following the "line" they correspond to.</p>
<p>This happens ONLY first first time you switch between the 2</p>
<p>Bonus: Hovering the mouse to the end of each line starts moving the markers to it.</p>
<figure class="highcharts-figure">
<div id="container"></div>
</figure>