Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Vis.js,网络模块。
如何调整标签相对于节点图像(或任何其他形状)的垂直偏移量?
现在它(标签)在我喜欢的每个节点下方有点太远了 - 事实上,我想让标签覆盖节点。
您可以为例如创建一个变量
var label1 = { content: "Label 1 (with offset)", xOffset: 20, yOffset: 20 };