From 0ffbee18bff90d2a584d39fb02eef3f47f9cf9bf Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:53:13 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../examples/graph2d/17_dynamicStyling.html | 256 ++++++++++++++++++ 1 file changed, 256 insertions(+) create mode 100644 js/dos/ext/vis/examples/graph2d/17_dynamicStyling.html diff --git a/js/dos/ext/vis/examples/graph2d/17_dynamicStyling.html b/js/dos/ext/vis/examples/graph2d/17_dynamicStyling.html new file mode 100644 index 0000000..665f063 --- /dev/null +++ b/js/dos/ext/vis/examples/graph2d/17_dynamicStyling.html @@ -0,0 +1,256 @@ + + + + + + + Graph2d | Dynamic Styling + + + + + + + +

Graph2d | Dynamic Styling Example

+ +
+ This example shows how to programmatically change the styling of a group. While this can also + be done in CSS, this must be statically defined, and the programmatic interface allows the + user to define the look of the graph at runtime. +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Line Color + +
Line Style + +
Line thickness + +
Fill Position + +
Fill Color + +
Fill Opacity + +
Points Shape + +
Points Size + +
Points Color + +
Point Line Thickness + +
Points Fill Color + +
+
+ + + + +