Position chart cursor to show balloon before exporting to image

This demo shows how to use Export plugin's beforeCapture callback handler to position a chart cursor to specific category, so that it's balloon(s) are exported together with the chart.

The callback handler uses Chart Cursor's showCursorAt() method.

For the purpose of this demo, we have also disabled cursor's and balloon's animation by setting both of their animationDuration to zero.