Hi there,
I am trying to animate a graph by “highlighting” over specific traces. I am looking at the different examples for animating plotly graphs but I am still a bit confused. What are all of the different options for transitions? I want to add in lines that are yellow and see-through but then remove them if the user searches for something new, is this possible with plotly.js? So far I can search in a form and filter through data, from this I have the x,y coordinates I want to highlight. If I want to add a frame, am I combining the data from the current graph + new highlight traces. There doesn’t need to be a nice transition and I won’t be translating or rotating the traces at all. Any insight would be very helpful! Thanks!