anychart.onDocumentReady(function () {
chart = anychart.gauges.circular([0.4]);
chart.title('Disable redrawing of the chart after the changes. \n Use the buttons to apply the changes and draw them');
chart.container('container');
var getData = chart.data();
var newData = getData.concat([Math.random()]);