Widgets > Chart Widgets > wijscatterchart > wijscatterchart How To > Define the Tooltip |
The following code shows how to use the Hint object to create tooltips for each chart series that display the Y-values:
hint: {
content: function () {
return this.data.label + '<br/>' + this.y + '';
}
This topic illustrates the following:
The following image shows the tooltip that appears when you hover over each data series: