anychart.onDocumentReady(function () {
{x: 'January', value: 49},
{x: 'February', value: 45},
chart.title('Save chart as SVG file with paper size and landscape orientation set');
chart.width('100%').height('95%');
chart.container('container');
chart.saveAsSvg('a5', true, 'SvgChart');