anychart.onDocumentReady(function () {
{x: 'January', value: 49},
{x: 'February', value: 45},
chart.title('Save chart as SVG file with width and height set');
chart.width('100%').height('95%');
chart.container('container');
chart.saveAsSvg(400, 300);