Skip to content
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

Open
edwindj opened this issue Jul 20, 2015 · 8 comments
Open

Rewrite tabplotd3 into htmlwidget #4

edwindj opened this issue Jul 20, 2015 · 8 comments

Comments

@edwindj
Copy link
Owner

edwindj commented Jul 20, 2015

tabplotd3 should be rewritten into a htmlwidget as proposed by @mtennekes in mtennekes/treemap#17

(planning to do so in september)

@timelyportfolio
Copy link

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.

@edwindj
Copy link
Owner Author

edwindj commented Sep 23, 2015

That would be great (always short on time...)
datacomb looks very nice!

@timelyportfolio
Copy link

I'll try to get a quick working prototype up today/tomorrow.

@timelyportfolio
Copy link

Not really what I call working, but we do get a htmlwidget output with https://github.com/timelyportfolio/tabplotd3/tree/htmlwidget. @edwindj, would love your thoughts on this first ugly prototype.

#devtools;:install_github("timelyportfolio/tabplotd3@htmlwidget")

library(tabplotd3)

itabplot(mtcars)

image

@timelyportfolio
Copy link

Current design seems like will generally require Shiny connection since tableplot doing all the work.

@timelyportfolio
Copy link

@edwindj, circling back on this. Did you have a chance to look?

@edwindj
Copy link
Owner Author

edwindj commented Nov 21, 2015

Not yet. Won't be until December...

@mark-druffel
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants