Hi.
I’m using go js stateChart(http://gojs.net/latest/samples/stateChart.html).
I need linkdataarray set color. How to set link color?
I’m trying => { “from”: 1, “to”: 4, “text”: “timer”, “color”, “red” } but not working. Not set a color.
Can you help me?