anychart.onDocumentReady(function() {
var chart = anychart.surface(getData());
chart.colorScale(anychart.scales.linearColor().colors(['#1E9600', '#FFF200', '#f7797d']));
chart.colorRange({orientation: 'left'});
chart.title('Set color range parameter as an object');
chart.container('container');