From 592f449f238537e780266cbe8b7904313c87c082 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 9 May 2011 12:57:00 -0400 Subject: [PATCH] new demo of a chart w/ no boxy elements, plus a spark line (a tiny, tiny dygraph) --- tests/unboxed-spark.html | 70 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 tests/unboxed-spark.html diff --git a/tests/unboxed-spark.html b/tests/unboxed-spark.html new file mode 100644 index 0000000..06e10bb --- /dev/null +++ b/tests/unboxed-spark.html @@ -0,0 +1,70 @@ + + + + + dygraphs unboxed + + + + + + + + + +

This shows dygraphs without any boxlike elements (i.e. axes or grids):

+
+ + + + + + +

+
This style can be used to produce interactive sparklines with dygraphs:
+

+ + + + -- 2.7.4