May 16, 2021
Hey, glad you liked it!
So, while this feature is not supported, I can suggest one workaround.
You can create a feature for edges (col in edges dataframe) and mark the edges which are present in your shortest path to one class and the rest to another. Then you can use the color option in Jaal to highlight the edges which belongs to shortest path class. Same can be done with nodes.
Cheers.