Skye Bender-deMoll
Skye Bender-deMoll
need to be able to disable the green/red color animations (when the edge colors already mean something) and perhaps set what the colors should be. Former probably as a config...
The code below should produce a network in which the main title says "foo" at time 0-1 and 'bar' at time 1-2 ``` library(ndtv) data(short.stergm.sim) activate.network.attribute(short.stergm.sim,'label','foo',onset=0,terminus=1) activate.network.attribute(short.stergm.sim,'label','bar',onset=1,terminus=2) render.d3movie(short.stergm.sim,main=function(slice){slice%n%'label'}) ``` instead,...
Doesn't display the github.io page for the site in IE9, works fine in IE11. I don't think we need to support IE9, just marking it here for future reference
noticed this on console while looking at other stuff loadData: 346.41ms ndtv-d3.js (line 482)
Need to have some sort of way for people to find out what the tool is and who made it. I think maybe adding the additional 'settings' or 'menu' button...
I forgot to include this on the list. It is a very commonly used property (controlling the text size of the label). Should be easy to implement, right?
otherwise, if an edge already has lwd=5, you can't see the hilite 'cause it expands to 5
someday it would be cool for the user to be able to make the movie pan and zoom by defining how these change over time.
currently it has kind of a stop-and-go feeling, some users may want this, but it doesn't match the movies very closely. add a 'animationRule' option to configure this