我有以下用于 HyperTree 的 json
var json = {
"id": "347_0",
"name": "AAA",
"children": [{
"id": "126510_1",
"name": "BBB",
"data": {
"band": "BBB",
"relation": "Subscriber"
},
"children": []
}, {...
将线型更改为箭头后,有一个箭头指向 AAA -> BBB。但我希望箭头方向来自 BBB -> AAA。
您对如何实施它有任何想法吗?