anychart.onDocumentReady(function() {
"defaultSeriesSettings":{
{x: "Ricky Roma", value: 20000, fill: "#6F4E37", stroke: "#6F4E37"},
{x: "Shelley Levene", value: 12000},
{x: "George Aaronow", value: 18000},
{x: "Dave Moss", value: 11000},
{x: "John Williamson", value: 9000}
anychart.theme(themeSettings);
var chart = anychart.column(data);
chart.title("Label Theme");
chart.container("container");