From 05e761abca3ff42dbba371af0560b82707dfe7c0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 28 Oct 2016 13:31:36 -0700 Subject: updated vis --- .../vis/examples/graph2d/17_dynamicStyling.html | 257 +++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 www/lib/vis/examples/graph2d/17_dynamicStyling.html (limited to 'www/lib/vis/examples/graph2d/17_dynamicStyling.html') diff --git a/www/lib/vis/examples/graph2d/17_dynamicStyling.html b/www/lib/vis/examples/graph2d/17_dynamicStyling.html new file mode 100644 index 00000000..414313f5 --- /dev/null +++ b/www/lib/vis/examples/graph2d/17_dynamicStyling.html @@ -0,0 +1,257 @@ + + + + + + + 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 + +
+
+ + + + + -- cgit v1.2.3