strathausen / dracula

JavaScript layout and representation of connected graphs.
https://www.graphdracula.net
MIT License
834 stars 132 forks source link

Make classes work #31

Closed robertleeplummerjr closed 9 years ago

robertleeplummerjr commented 9 years ago

Expose style of Dracula.Edge so that it can be overwritten if needed. Implement a topologicalSort

strathausen commented 9 years ago

Awesome, thanks!

robertleeplummerjr commented 9 years ago

It was a pleasure working with your code. What you have done is both simple and amazing. I hope to make more pull requests.

On Fri, Feb 6, 2015 at 5:51 PM, Johann Philipp Strathausen < notifications@github.com> wrote:

Merged #31 https://github.com/strathausen/dracula/pull/31.

— Reply to this email directly or view it on GitHub https://github.com/strathausen/dracula/pull/31#event-231816138.

Robert Plummer