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

Edges can now have a "class" attribute #145

Closed
wants to merge 2 commits into from

Conversation

ulilicht
Copy link

With this commit, an Edge-Class can be added to an Edge.

Usage:

graph.setEdge(1, 2, {
        label: 'your label',
        class: 'great-edge special-edge',
        lineInterpolate: 'basis'
      });

Would it be possible to accept the request or is there any other possibility yet to realize classed edges?

@ulilicht
Copy link
Author

Please don't merge the second commit, this was intended to be private.

@dey-dey
Copy link

dey-dey commented Mar 12, 2015

@ulilicht create a new PR without the second commit?

@cpettitt
Copy link
Collaborator

Fixed in #151.

@cpettitt cpettitt closed this Mar 31, 2015
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

Successfully merging this pull request may close these issues.

3 participants