JavaScript Annotation Chart

Example showcasing use of custom Icons as shape of a Point series.
In this example, a .png image asset of a flag is loaded as a custom icon, and used as the shape of a point series.
This point series is then used to display flag annotations bound to a timestamp that can be dragged and dropped by the user. The flags are also available as different colors.

As such, this also showcases a simple example of chart as a drag & drop target.

See also, displaying custom images in scatter chart.