anychart.onDocumentReady(function () {
var chart = anychart.scatter();
var crosshair = chart.crosshair();
var crosshairXLabel = crosshair.xLabel();
crosshairXLabel.height(35);
crosshairXLabel.adjustFontSize(true);
chart.title('Adjusts of the text by height and width');
chart.container('container');