dear All!
I want make link have difference curve and routing in the same diagram.
so I use template like below:
go.link new binding("curve", "curve").makeToWay()
go.link new binding("routing ", "routing ").makeToWay()
when i change the link curve as Bezier , I use Load methoed, the result is
"curve" : {"Ub":"Bezier", "FF":9}, "routing": {"Ub":"Orthogonal", "FF":9}
but when I fromJson show .
the link lost the property.
so i want to know how to save link’s curve or routing ?
thank you!!