anychart.onDocumentReady(function () {
var chart = anychart.cartesian();
var margin = chart.margin();
chart.xAxis().orientation("bottom");
chart.yAxis().orientation("left");
chart.xScale().inverted(false);
chart.yScale().inverted(false);
chart.container("container");