anychart.onDocumentReady(function () {
var stage = anychart.graphics.create("container");
var table = anychart.standalones.table();
table.getRow(0).height(40);
table.getCol(0).width(70);
table.cellFill("#FFFFE0");
table.cellBorder("gray",2,"5 2");
table.container(stage).draw();