-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
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
convert to d3v4 #36
Comments
Will track with |
I have a functioning version of It can be installed and tested with: devtools::install_github('cjyetman/sunburstR', ref = 'd3v4') It would be great if a few people could test it out and give some feedback. I'll make a PR as soon as @timelyportfolio gives the thumbs up. |
pr away !! Thanks! |
Thanks!!!!!! All I found were some examples that still used |
@msusol that is strange. Which sequences.csv are you using? |
I think the levels have to be separated by a '-', no? Which is unfortunate in your case because you have some negative numbers in your path names. |
forgot how that file was created, but there are no negative numbers, replacing ">" with "-" fixed that issue. Now what's missing, is the total number of sequences that take this path. so for 16.8% for 4360 > 22 sequence, would like to see under the path chosen visual, the total number of sequences under 4360, then under "22" 16.8% of the total. 4360 > 22 I have seen a sunburst done where this is done vertically where your legend is displayed. so there is a gap between the colored blocks where the numbers are drawn. |
The JavaScripy hierarchy can fail quite easily. When I get some time I will try to see if this is a hierarchy construction issue or a vis layout issue. Thanks for sharing the file. |
here is updated csv |
@msusol I'm not sure I understand what you're asking? Is this something not working the way it should (a bug), or is this a new feature you would like to see added? If it's a new feature you'd like to see added, it would be better if you opened a new issue for that. Have you tried the sunburst(sequences, count = T) |
Ok, finally got a chance to look at this and read more carefully. @msusol, it seems like you would like to know how to pursue more advanced customization of the ultimate visual. Is this correct? Are you talking about something like this example from If so, a result like the If this is the case, I feel like the best thing to do is open another issue to track progress toward this goal. Would love to hear your thoughts? |
This is part of a grand refactor. I plan to use Github Projects to track and manage the conversion, so see https://github.com/timelyportfolio/sunburstR/projects/1 to monitor, cheer, or help.
The text was updated successfully, but these errors were encountered: