mirror of
https://git.alemi.dev/fedicharter.git
synced 2024-11-12 20:09:21 +01:00
fix: lower mass
This commit is contained in:
parent
fc8f858b0d
commit
d549f11ae1
1 changed files with 1 additions and 1 deletions
2
dist/index.html
vendored
2
dist/index.html
vendored
|
@ -60,7 +60,7 @@
|
|||
nodes: nodes,
|
||||
edges: edges,
|
||||
};
|
||||
const options = { edges: { dashes: true, arrows: 'to' }, nodes: { mass: 3, color: "#bf616a", shape: "box" }};
|
||||
const options = { edges: { dashes: true, arrows: 'to' }, nodes: { mass: 2, color: "#bf616a", shape: "box" }};
|
||||
const network = new vis.Network(container, data, options);
|
||||
document.getElementById("loader").remove();
|
||||
}))
|
||||
|
|
Loading…
Reference in a new issue