From f1fc98035b879d8fb41776af6cb3e83d906c5400 Mon Sep 17 00:00:00 2001 From: josdejong Date: Fri, 7 Jun 2013 09:29:19 +0200 Subject: [PATCH] Added and renamed some examples for Graph --- ...{08_selections.html => 07_selections.html} | 0 examples/graph/08_mobile_friendly.html | 108 ++++++++++++++++++ examples/graph/09_automatic_sizing.html | 80 +++++++++++++ examples/graph/10_multiline_text.html | 42 +++++++ ...custom_style.html => 11_custom_style.html} | 0 ...le_images.html => 12_scalable_images.html} | 0 ...dashed_lines.html => 13_dashed_lines.html} | 0 ...dot_language.html => 14_dot_language.html} | 0 ...d.html => 15_dot_language_playground.html} | 0 9 files changed, 230 insertions(+) rename examples/graph/{08_selections.html => 07_selections.html} (100%) create mode 100755 examples/graph/08_mobile_friendly.html create mode 100644 examples/graph/09_automatic_sizing.html create mode 100755 examples/graph/10_multiline_text.html rename examples/graph/{15_custom_style.html => 11_custom_style.html} (100%) rename examples/graph/{16_scalable_images.html => 12_scalable_images.html} (100%) rename examples/graph/{18_dashed_lines.html => 13_dashed_lines.html} (100%) rename examples/graph/{19_dot_language.html => 14_dot_language.html} (100%) rename examples/graph/{20_dot_language_playground.html => 15_dot_language_playground.html} (100%) diff --git a/examples/graph/08_selections.html b/examples/graph/07_selections.html similarity index 100% rename from examples/graph/08_selections.html rename to examples/graph/07_selections.html diff --git a/examples/graph/08_mobile_friendly.html b/examples/graph/08_mobile_friendly.html new file mode 100755 index 00000000..96bca679 --- /dev/null +++ b/examples/graph/08_mobile_friendly.html @@ -0,0 +1,108 @@ + + + + Graph | Mobile friendly + + + + + + + + + + + + +
+ + diff --git a/examples/graph/09_automatic_sizing.html b/examples/graph/09_automatic_sizing.html new file mode 100644 index 00000000..c7facdf9 --- /dev/null +++ b/examples/graph/09_automatic_sizing.html @@ -0,0 +1,80 @@ + + + + Graph | Automatic sizing + + + + + + + + + +
+ + diff --git a/examples/graph/10_multiline_text.html b/examples/graph/10_multiline_text.html new file mode 100755 index 00000000..1ac13fff --- /dev/null +++ b/examples/graph/10_multiline_text.html @@ -0,0 +1,42 @@ + + + + Graph | Multiline text + + + + + + + +
+ + diff --git a/examples/graph/15_custom_style.html b/examples/graph/11_custom_style.html similarity index 100% rename from examples/graph/15_custom_style.html rename to examples/graph/11_custom_style.html diff --git a/examples/graph/16_scalable_images.html b/examples/graph/12_scalable_images.html similarity index 100% rename from examples/graph/16_scalable_images.html rename to examples/graph/12_scalable_images.html diff --git a/examples/graph/18_dashed_lines.html b/examples/graph/13_dashed_lines.html similarity index 100% rename from examples/graph/18_dashed_lines.html rename to examples/graph/13_dashed_lines.html diff --git a/examples/graph/19_dot_language.html b/examples/graph/14_dot_language.html similarity index 100% rename from examples/graph/19_dot_language.html rename to examples/graph/14_dot_language.html diff --git a/examples/graph/20_dot_language_playground.html b/examples/graph/15_dot_language_playground.html similarity index 100% rename from examples/graph/20_dot_language_playground.html rename to examples/graph/15_dot_language_playground.html