Description
Link ids use the container id from the source and target router and client. If those container ids contain special characters, css is unable to select the links. This is causing an error in the traffic animation and the chord diagrams.
There is a browser method CSS.escape() that should be used for exactly this reason.