kclv.Chart.Annotation = function(table) {
    kclv.Chart.Base.call(this, 'Annotation', table);

    return;
};