We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The solution should reflect the solution used for the radial tree diagram, e.g.
(.append "tspan") (.attr "class" "sense-paragraph") (.attr "dy" "4px") (.text (fn [d] (when (<= (+ (count (.-name (.-data d))) (count (.-sub (.-data d)))) 16) (.-sub (.-data d)))))
The text was updated successfully, but these errors were encountered:
#117 a bit of the way there, but not done
3b23f9c
No branches or pull requests
The solution should reflect the solution used for the radial tree diagram, e.g.
The text was updated successfully, but these errors were encountered: