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