anychart.onDocumentReady(function () {
var chart = anychart.line([6, 10, 18, 11, 9]);
var annotation = chart.annotations();
chart.title("Get and modify annotation object. Use mouse to draw annotation.");
chart.container("container");
annotation.startDrawing("fibonacciFan");