This sample demonstrates the how to customize the content of tooltip.

Example code:

			tooltipContent: function () {
				return this.name + ' ' + this.score;
			}