anychart.onDocumentReady(function () {
var stage = anychart.graphics.create("container");
var table = anychart.standalones.table();
table.getRow(0).height(40).fontWeight(900);
table.getCol(0).width(70).fontWeight(900);
table.cellFill("#E1E1E1");
table.cellBorder("#B8B8B8").vAlign("middle").hAlign("center");
table.container(stage).draw();