@GreinerD wrote:
I'm working on example:
https://gojs.net/latest/samples/stateChart.htmli modified first line in linkDataArray
from:
{ "from": 0, "to": 0, "text": "up or timer", "curviness": -20 },
to:
{ "from": 0, "to": 0, "text": "up or timer", "curviness": -20, "color": "green" },but link is not colored.
Posts: 2
Participants: 2