Using Export API functions to dynamically save and load chart annotations

Export plugin offers a way to annotate the charts and maps by adding hand-drawn lines, shapes and text.

Using plugin's annotation API functions getAnnotations() and setAnnotations() you can grab current annotation data and set it back to chart whenever needed, allowing you to implement saving of that data for later use.

This demo shows how.