anychart.onDocumentReady(function () {
var chart = anychart.gauges.circular([{value: 7.5}]);
var credits = chart.credits();
credits.text('Changed credits');
chart.title('Get and modify credits (works only with a license key)');
chart.container('container');