anychart.onDocumentReady(function () {
var chart = anychart.column();
chart.contextMenu().itemsFormatter(function(items){
delete items["save-chart-as"];
delete items["full-screen-separator"];
chart.title("Context Menu: Remove Items");
chart.container("container");