-
Notifications
You must be signed in to change notification settings - Fork 1
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
Rewrite tabplotd3 into htmlwidget #4
Comments
happy to help with this, especially as I am also working through the related and inspired-by-tabplot https://github.com/cmpolis/datacomb. The way you have designed it should make conversion relatively painless and easy. |
That would be great (always short on time...) |
I'll try to get a quick working prototype up today/tomorrow. |
Not really what I call working, but we do get a
|
Current design seems like will generally require |
@edwindj, circling back on this. Did you have a chance to look? |
Not yet. Won't be until December... |
Hey @edwindj. I just found this thread. I am using your tabplotd3 package and love the output! However, I have a huge data set and would like to loop through to generate >25 plots. I used the standard tabplot and generate svg files, but I'd like to use your package to generate html files as they're easier to read and compare than their svg counterparts. Here's my question - is there any way to export the itabplot() output to an html file like saveWidget() allows? |
tabplotd3 should be rewritten into a htmlwidget as proposed by @mtennekes in mtennekes/treemap#17
(planning to do so in september)
The text was updated successfully, but these errors were encountered: