You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like this only happens in very wide viewports - above 2351px. There is a different problem where, with this number of controls in the chord diagram, the ones all the way to the right get cut off by the map. This happens at below roughly 1650px of screen width.
The problem here is that the controls are right in the svg of the graph. It would be better to take them out of the svg and handle the layout with HTML and CSS.
The text was updated successfully, but these errors were encountered: