Blink last point in streaming

Now i am developing GPS tracking tool. This tool generate coordinate x and y in every second. I am using plotly.js with stream. But i am facing a issue that how can we highlighting the last point.

Is it possible with plotly.js to highlight the last point in streaming??

Regards,
Ajit

Iā€™m not exactly sure what you mean by highlight (there are numerous ways to highlight a pt), but this here https://codepen.io/etpinard/pen/EQrzKr?editors=0010 should help you out.

1 Like

Thanks Etinne. That is what i want. Thanks a lot for valuable answer.

Is it possible to make last point blinking??