From e9cd8384934d2659e55e8ec43009c64bd5c34ddb Mon Sep 17 00:00:00 2001 From: Chris Jackson Date: Mon, 3 Nov 2014 12:11:40 +0000 Subject: [PATCH] Update examples --- examples/graph2d/16_bothAxis_titles.html | 18 ++- examples/graph2d/17_dynamicStyling.html | 186 +++++++++++++++++++++++ 2 files changed, 202 insertions(+), 2 deletions(-) create mode 100644 examples/graph2d/17_dynamicStyling.html diff --git a/examples/graph2d/16_bothAxis_titles.html b/examples/graph2d/16_bothAxis_titles.html index fb12f461..b8adff81 100644 --- a/examples/graph2d/16_bothAxis_titles.html +++ b/examples/graph2d/16_bothAxis_titles.html @@ -1,7 +1,7 @@ - Graph2d | Both Axis Example + Graph2d | Axis Titles and 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. +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Color + +
Line Style + +
Line thickness + +
Fill + +
Points Shape + +
Points Size + +
+
+ + + + +