anychart.onDocumentReady(function () {
chart = anychart.column([
{x: 'January', value: 2},
{x: 'February', value: 5},
var exports = chart.exports();
exports.filename('Custom file name');
chart.title('Set filename for the exported file');
chart.container('container');