Images as Timeline Nodes

Hi Team,

Can we add images as timeline nodes in timeline widget?? I dont find any reference for it in the documentation. Something like this https://images.app.goo.gl/5EA5thRfU3GgAJaW8

Thanks in advance

@NatashaS

Hello @Saikumar_Kandikonda,

Unfortunately, so far there is no clear way to do so (by design, timeline always renders an SVG “circle” element).

However, the original template can be obtained and modified during rendering. The following example shows a basic Regexp for this replacement: Code Snippet

Additionally, here’s an example for replacing a circle with an SVG “rect” element: Code Snippet

This request is quite reasonable and seems like a missing feature from our side. We will implement a better way of changing this marker to a custom element in future releases.

Thank you for the suggestion!