From c805d78f98f6ae5d3e211cc3e5cb6b8334e122ce Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:57:37 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../examples/network/edgeStyles/colors.html | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 js/dos/ext/vis/examples/network/edgeStyles/colors.html diff --git a/js/dos/ext/vis/examples/network/edgeStyles/colors.html b/js/dos/ext/vis/examples/network/edgeStyles/colors.html new file mode 100644 index 0000000..2c2916a --- /dev/null +++ b/js/dos/ext/vis/examples/network/edgeStyles/colors.html @@ -0,0 +1,67 @@ + + + + Network | Basic usage + + + + + + + + +

+ There are a lot of options with colors. You can manually define a color or inherit the color from the nodes. You can set the opacity + to override any opacity given by a color. IN ORDER TO USE THE OPACITY, BOTH THE NODES AND THE EDGES NEED COLORS IN HEX OR RGB! +

+ +
+ + + + + +