anychart.onDocumentReady(function () {
"defaultXAxisSettings": {
"text": "Retail Channel",
"defaultYAxisSettings": {
["Department Stores", 637166],
["Discount Stores", 721630],
["Men's/Women's Specialty Stores", 148662],
["All other outlets", 90000]
anychart.theme(customTheme);
var chart = anychart.bar(data);
chart.container("container");