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
I would like the ability to add a class to an element so I can use CSS to style it rather than using inline styles. For example, if I used this syntax:
x(x) y(y) point class("mypoint")
<g class="element1 mypoint"...>
or
<circle class="element point filled mypoint" ...>
The text was updated successfully, but these errors were encountered:
I would like the ability to add a class to an element so I can use CSS to style it rather than using inline styles. For example, if I used this syntax:
x(x) y(y) point class("mypoint")
<g class="element1 mypoint"...>
or
<circle class="element point filled mypoint" ...>
The text was updated successfully, but these errors were encountered: