0
我搜索在本例中使用VisJS網絡圖與邊框選項相似圖片的選項所有節點:圖片與邊界不是在Vis.js
http://visjs.org/examples/network/nodeStyles/imagesWithBorders.html
但並不是所有圖像。
我嘗試添加的設置,應該讓邊境這樣
if(some expression){
aService.shapeProperties = {useBorderWithImage:true};
aService.nodes = {
borderWidth:100,
size:50,
color: {
border: '#ff0000',
background: '#ff0000'
},
shapeProperties: {
useBorderWithImage:true
}
};
}
的節點,但這個被忽略。
我該怎麼做對不對?