anychart.onDocumentReady(function () {
var chart = anychart.scatter();
var bubbleMaxSize = chart.getStat("dataPlotBubbleMaxSize");
var pointsCount = chart.getStat("dataPlotPointCount");
chart.title("There Are " + pointsCount + " Bubbles, The Maximum Bubble Size Is " + bubbleMaxSize);
chart.container("container");