Hi,
I am using the Interactive Chart to create a line-chart, but I would like to have values of (X,Y AND Trace Name)
I cannot display it for the différent regions, when we move the mouse over the curve the parameter is applied only for one region.
NB : it works if i modify the xml code by adding the following code to each region:
<value>
<hoverinfo>x+y+name</hoverinfo>
</value>
Is it possible to do that without modifying XML code ?
Thank you in advance for your answer.