You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In render.d3movie there are options for adding CSS styling to vertices, edges, and vertex labels. What is the intended syntax to produce this? For example, do I need a "styles.css" file that contains all of these class attributes? If so, would I reference each class attribute in a character vector?
For example, suppose my CSS sheet had the following class attributes in it:
In
render.d3movie
there are options for adding CSS styling to vertices, edges, and vertex labels. What is the intended syntax to produce this? For example, do I need a "styles.css" file that contains all of these class attributes? If so, would I reference each class attribute in a character vector?For example, suppose my CSS sheet had the following class attributes in it:
Would I reference the desired attribute in the
render.d3movie
function as follows?Any guidance is appreciated.
The text was updated successfully, but these errors were encountered: