Hello,
I have a Line chart with more line(more datasets). I would like to know if it is possible to have one toolTip for all line with equal value on the y-axis.
Example:
The x-axis is date and time and the y-axis is some value.
First line has data: 5, 10, 12, 20, 25, …
The second line has data 5, 30, 60, 40, …
The last line has data 10, 22, 66, 33, …
The toolTip on first value in this example will be one for first and second line and the second one for the last line.
I hope it is understandable.
Thanks.