From 86efa631b4fce92dfab2a56eee1a8b23669de6d0 Mon Sep 17 00:00:00 2001 From: johnkiernander Date: Mon, 28 Apr 2014 23:22:12 +0100 Subject: [PATCH] New Examples --- adhoc/adhoc_bar_custom_tooltips.html | 22 +++++++++ adhoc/adhoc_bar_labels.html | 47 +++++++++++++++++++ .../adhoc_bar_scroll.html | 2 +- .../adhoc_bounce_stagger.html | 2 +- adhoc/adhoc_composite_axis_category.html | 22 +++++++++ adhoc/adhoc_composite_axis_measure.html | 20 ++++++++ adhoc/adhoc_dual_axis.html | 19 ++++++++ examples/advanced_bar_scroll.html | 35 -------------- examples/advanced_elastic_bubbles.html | 23 --------- ...d_bounce_stagger.html => lines_curvy.html} | 13 +++-- .../templates/advanced_elastic_bubbles.html | 20 -------- examples/templates/lines_curvy.html | 19 ++++++++ 12 files changed, 157 insertions(+), 87 deletions(-) create mode 100644 adhoc/adhoc_bar_custom_tooltips.html create mode 100644 adhoc/adhoc_bar_labels.html rename examples/templates/advanced_bar_scroll.html => adhoc/adhoc_bar_scroll.html (96%) rename examples/templates/advanced_bounce_stagger.html => adhoc/adhoc_bounce_stagger.html (93%) create mode 100644 adhoc/adhoc_composite_axis_category.html create mode 100644 adhoc/adhoc_composite_axis_measure.html create mode 100644 adhoc/adhoc_dual_axis.html delete mode 100644 examples/advanced_bar_scroll.html delete mode 100644 examples/advanced_elastic_bubbles.html rename examples/{advanced_bounce_stagger.html => lines_curvy.html} (70%) delete mode 100644 examples/templates/advanced_elastic_bubbles.html create mode 100644 examples/templates/lines_curvy.html diff --git a/adhoc/adhoc_bar_custom_tooltips.html b/adhoc/adhoc_bar_custom_tooltips.html new file mode 100644 index 00000000..43c06521 --- /dev/null +++ b/adhoc/adhoc_bar_custom_tooltips.html @@ -0,0 +1,22 @@ +
+ + + +
\ No newline at end of file diff --git a/adhoc/adhoc_bar_labels.html b/adhoc/adhoc_bar_labels.html new file mode 100644 index 00000000..c49ae264 --- /dev/null +++ b/adhoc/adhoc_bar_labels.html @@ -0,0 +1,47 @@ +
+ + + +
\ No newline at end of file diff --git a/examples/templates/advanced_bar_scroll.html b/adhoc/adhoc_bar_scroll.html similarity index 96% rename from examples/templates/advanced_bar_scroll.html rename to adhoc/adhoc_bar_scroll.html index 19c6fe6a..41ff423a 100644 --- a/examples/templates/advanced_bar_scroll.html +++ b/adhoc/adhoc_bar_scroll.html @@ -1,6 +1,6 @@
- + - + + + +
\ No newline at end of file diff --git a/adhoc/adhoc_composite_axis_measure.html b/adhoc/adhoc_composite_axis_measure.html new file mode 100644 index 00000000..58883ecd --- /dev/null +++ b/adhoc/adhoc_composite_axis_measure.html @@ -0,0 +1,20 @@ +
+ + + +
\ No newline at end of file diff --git a/adhoc/adhoc_dual_axis.html b/adhoc/adhoc_dual_axis.html new file mode 100644 index 00000000..e5ed9164 --- /dev/null +++ b/adhoc/adhoc_dual_axis.html @@ -0,0 +1,19 @@ +
+ + + +
\ No newline at end of file diff --git a/examples/advanced_bar_scroll.html b/examples/advanced_bar_scroll.html deleted file mode 100644 index 824d4926..00000000 --- a/examples/advanced_bar_scroll.html +++ /dev/null @@ -1,35 +0,0 @@ - - - -
- - - -
\ No newline at end of file diff --git a/examples/advanced_elastic_bubbles.html b/examples/advanced_elastic_bubbles.html deleted file mode 100644 index b7bf0e94..00000000 --- a/examples/advanced_elastic_bubbles.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -
- - - -
\ No newline at end of file diff --git a/examples/advanced_bounce_stagger.html b/examples/lines_curvy.html similarity index 70% rename from examples/advanced_bounce_stagger.html rename to examples/lines_curvy.html index 575368ec..a568d2ce 100644 --- a/examples/advanced_bounce_stagger.html +++ b/examples/lines_curvy.html @@ -7,17 +7,16 @@ \ No newline at end of file diff --git a/examples/templates/advanced_elastic_bubbles.html b/examples/templates/advanced_elastic_bubbles.html deleted file mode 100644 index fb68a993..00000000 --- a/examples/templates/advanced_elastic_bubbles.html +++ /dev/null @@ -1,20 +0,0 @@ -
- - - -
\ No newline at end of file diff --git a/examples/templates/lines_curvy.html b/examples/templates/lines_curvy.html new file mode 100644 index 00000000..aa6b9490 --- /dev/null +++ b/examples/templates/lines_curvy.html @@ -0,0 +1,19 @@ +
+ + + +
\ No newline at end of file