Hi,I believe there is a bug in the action "Dot_DeclareNode" when it's set to Fill color. The FillColor if should be swapped:I could add border colors by adding a BorderColor attribute to the structure "GraphViz_Node" and then the logic:
Being:Assign Label Color: var dot = dot + " color=""" + Node.GraphViz_Node.Color + """"Assign Label Border Color: var dot = dot + " color=""" + Node.GraphViz_Node.BorderColor + """"Assign Label dot (the one for FillColor): var dot = dot + " fillcolor=""" + Node.GraphViz_Node.Fillcolor + """" + ", style=filled"Is it possible to update the component?
Best regards,Miguel Garcia