anychart.onDocumentReady(function () {
var chart = anychart.waterfall([166, 43, -79, -46, 84, NaN]);
var annotation = chart.annotations();
chart.title("Get and modify annotation object. Use mouse to draw annotation");
chart.container("container");
annotation.startDrawing("fibonacciFan");