Railroad diagrams with D3.js

I am looking for an example of railroad diagrams in D3.js. The type of diagram I would like to create is shown in the screenshot. So far I have not found any implementations in D3.js.

railroad diagram

I have been searching flow charts and trees in the D3.js example repositories.

Leave a Comment