anychart.onDocumentReady(function () {
anychart.theme(["morning",
text: 'Set theme parameters as an array of string and object'
var chart = anychart.column();
chart.column([21.2, 32.5, 21.3, 44.5, 21, 35.2, 67.7]);
chart.column([21, 97, 56, 24, 27, 30, 27]);
chart.column([38, 124, 75, 40, 40, 50, 39]);
chart.container("container");