singhalavi / graph-tree

Graph UI in Tree form(one way relationship)
1 stars 3 forks source link

Color of node #1

Closed mogo062 closed 11 years ago

mogo062 commented 11 years ago

Hi, I have a question about a node color. is it possible to add in list predifined a new color ?.

singhalavi commented 11 years ago

Hi,

As of now i have added only grey, red and green colors. You cant add them dynamically. I am planning to add few more colors in the list, if you have any preference or suggestions let me know

mogo062 commented 11 years ago

thanks for this answer My problem it's with the color, I 'm trying to use your add-on in my web application that to monitor many jobs.
their jobs return the different status: aborted --> RED, running--> BLUE, WAIT--> yellow and correct executed --> GREEN, disabled --> GREY. Can you please adding their colors ?

singhalavi commented 11 years ago

Fixed in version 0.0.4

mogo062 commented 11 years ago

thanks for this new revision