Probably a temporary solution before switching to a more advanced layout algorithm, but far better than what we had before!
475UXTLYE5LQTMOGOFYC5Z5Z45YJ32M4GD2WOBTXZRBXKUSWFW2AC
.layout(charming::series::GraphLayout::None)
// Use charming's force-directed layout, in combination with
// `graph::layout()` using `forceatlas2`, as they seem to get the best results
// when used together.
.layout(charming::series::GraphLayout::Force)
.force(GraphLayoutForce::new().layout_animation(false))