-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Feature Request - Groups #1
Comments
Hi Martin, groups was indeed the only feature I didn't really implement So yes, I'll try to add it to the next CRAN release! I'd also welcome a PR
|
It's a very nice htmlwidget, and I found it via twittering so definitely making a mark. I looked briefly into how it worked and can guarantee I can't make a PR within the next few months - a basic htmlwidget library of my own is on the roadmap for about my timescale. Should also say: the timeline/Gantt chart in the googleVis library is still Flash dependent. I take this to mean that Gantt charts like I asked for aren't wildly popular, so shouldn't be considered a high priority request. |
I've never heard of the term "gantt chart" and a google search for it only returned 2M results so it doesn't look like it's too popular, but nonetheless supporting that kind of visualization would be good. Maybe there's a different more popular name for those kind of charts? Anyway, this issue will be updated when I do tackle this |
I'd love it if this could be extended to having a meaningful y axis. Current example I would like to enhance is my soccer site managers section. Had planned to look at plotly wrapper as alternative |
@daattali I might have some time at the end of the week to take a shot at it if you would like. Just let me know. |
thanks @timelyportfolio , I don't absolutely need the help (in some other repos I specifically put out a call for help, so I'm not afraid to say when I do!) but I'd definitely appreciate anyone saving me a bit of time by contributing, so please do if you find some time! |
@timelyportfolio I ended up doing it tonight so you can have more free time on the weekend :) @martinjhnhadley I added support for groups, but haven't documented it yet. But you can start using it, you should be able to replicate the ggplot2 image you showed us. You can see the example I have on the app (and you can see its source code). See the vis.js docs for more info on groups |
Great library!
I wondered if you had looked to support groups in the future, a la http://visjs.org/examples/timeline/other/groupsPerformance.html
There are few good htmlwidget solutions for Gantt charts I have been able to find, in fact the only solution I've found thus far depends on
plotly
converting aggplot2
plot:The text was updated successfully, but these errors were encountered: