kennethkufluk / js-mindmap

JavaScript Mindmap
http://kenneth.kufluk.com/google/js-mindmap/
MIT License
606 stars 146 forks source link

change color #10

Open pudelhund opened 13 years ago

pudelhund commented 13 years ago

A way to change the color of certain nodes would be very useful.

Potherca commented 11 years ago

Correct me if I'm wrong but if you add a CSS class to a node you can already change the color of a node as all nodes are just HTML tags. Right?

EDIT: Looks like I spoke too soon. The code does not pass any classes on from the original tags to the nodes it creates. I need something similar myself if @kennethkufluk is interested I could do a pull request with my fix. Just for the hell of it I could also add a fix so the StrokeStyle is settable through the options...

EDIT: Pull request submitted: #16