Chart.Scatter
Chart.Scatter copied to clipboard
Displaying the tooltip for multiple data at once.
I am wondering if there is a way to make the tooltip work like it does on the ChartJS Line type? Meaning that when you hover over a data point, it will use the multiTooltip to display the data for that x coordinate.
Is this possible at all?