diff --git a/advanced_examples_index.html b/advanced_examples_index.html index 9a555d5..425fa27 100644 --- a/advanced_examples_index.html +++ b/advanced_examples_index.html @@ -15,25 +15,13 @@ - - @@ -51,20 +39,16 @@

Libraries

- + Full Javascript Library With Comments
- + Minified Javascript Library
- + Zip File
- + Tar Ball

@@ -76,12 +60,10 @@ Advanced Examples
- + View On GitHub
- + Full API Documentation

@@ -94,8 +76,7 @@ diff --git a/advanced_examples_viewer.html b/advanced_examples_viewer.html index bd84e77..4bcc337 100644 --- a/advanced_examples_viewer.html +++ b/advanced_examples_viewer.html @@ -8,7 +8,7 @@ - + @@ -19,25 +19,13 @@ - - @@ -55,20 +43,16 @@

Libraries

- + Full Javascript Library With Comments
- + Minified Javascript Library
- + Zip File
- + Tar Ball

@@ -80,12 +64,10 @@ Advanced Examples
- + View On GitHub
- + Full API Documentation

@@ -102,8 +84,7 @@ @@ -134,12 +115,12 @@ $.get("examples/" + spec.id + ".html", function (page) { $("#codeContainer").text( page.slice(page.indexOf(" - - +
@@ -51,20 +39,16 @@

Libraries

- + Full Javascript Library With Comments
- + Minified Javascript Library
- + Zip File
- + Tar Ball

@@ -76,12 +60,10 @@ Advanced Examples
- + View On GitHub
- + Full API Documentation

@@ -94,8 +76,7 @@ diff --git a/examples_viewer.html b/examples_viewer.html index ae998c4..2edd2c8 100644 --- a/examples_viewer.html +++ b/examples_viewer.html @@ -8,7 +8,7 @@ - + @@ -19,25 +19,13 @@ - - @@ -55,20 +43,16 @@

Libraries

- + Full Javascript Library With Comments
- + Minified Javascript Library
- + Zip File
- + Tar Ball

@@ -80,12 +64,10 @@ Advanced Examples
- + View On GitHub
- + Full API Documentation

@@ -102,8 +84,7 @@ @@ -134,12 +115,12 @@ $.get("examples/" + spec.id + ".html", function (page) { $("#codeContainer").text( page.slice(page.indexOf(" - - @@ -46,20 +34,16 @@

An object-oriented API for business analytics powered by d3.

Libraries

- + Full Javascript Library With Comments
- + Minified Javascript Library
- + Zip File
- + Tar Ball

@@ -71,12 +55,10 @@ Advanced Examples
- + View On GitHub
- + Full API Documentation

@@ -100,13 +82,13 @@

That's the organ grinder taken care of, next you need the monkey. Add dimple as follows:

-
<script src="http://dimplejs.org/dist/dimple.v1.1.2.min.js"></script>
+
<script src="http://dimplejs.org/dist/dimple.v1.1.3.min.js"></script>

That's it, you're ready to get creative! If you don't know where to start, why not create a blank text document, drop the following in and save it as an html.

<head>
   <script src="http://d3js.org/d3.v3.min.js"></script>
-  <script src="http://dimplejs.org/dist/dimple.v1.1.2.min.js"></script>
+  <script src="http://dimplejs.org/dist/dimple.v1.1.3.min.js"></script>
 </head>
 <body>
   <script type="text/javascript">
@@ -128,24 +110,23 @@
 
         

What's up Doc(umentation)!

- To understand how to use a particular dimple object or method please see the Full API Documentation
+ To understand how to use a particular dimple object or method please see the Full API Documentation

Authors and Contributors

-

John Kiernander (@jkiernander)

+

John Kiernander (@jkiernander)

- + Fork me on GitHub - - @@ -48,20 +36,16 @@

Libraries

- + Full Javascript Library With Comments
- + Minified Javascript Library
- + Zip File
- + Tar Ball

@@ -73,12 +57,10 @@ Advanced Examples
- + View On GitHub
- + Full API Documentation

@@ -91,8 +73,7 @@ diff --git a/templates/advanced_examples_viewer.html b/templates/advanced_examples_viewer.html index af530ae..ce6f3be 100644 --- a/templates/advanced_examples_viewer.html +++ b/templates/advanced_examples_viewer.html @@ -16,25 +16,13 @@ - - @@ -52,20 +40,16 @@

Libraries

- + Full Javascript Library With Comments
- + Minified Javascript Library
- + Zip File
- + Tar Ball

@@ -77,12 +61,10 @@ Advanced Examples
- + View On GitHub
- + Full API Documentation

@@ -99,8 +81,7 @@ diff --git a/templates/examples_index.html b/templates/examples_index.html index 99c7548..bf5fa16 100644 --- a/templates/examples_index.html +++ b/templates/examples_index.html @@ -12,26 +12,14 @@ - - +
@@ -48,20 +36,16 @@

Libraries

- + Full Javascript Library With Comments
- + Minified Javascript Library
- + Zip File
- + Tar Ball

@@ -73,12 +57,10 @@ Advanced Examples
- + View On GitHub
- + Full API Documentation

@@ -91,8 +73,7 @@ diff --git a/templates/examples_viewer.html b/templates/examples_viewer.html index 15bc55b..3994b79 100644 --- a/templates/examples_viewer.html +++ b/templates/examples_viewer.html @@ -16,25 +16,13 @@ - - @@ -52,20 +40,16 @@

Libraries

- + Full Javascript Library With Comments
- + Minified Javascript Library
- + Zip File
- + Tar Ball

@@ -77,12 +61,10 @@ Advanced Examples
- + View On GitHub
- + Full API Documentation

@@ -99,8 +81,7 @@ diff --git a/templates/index.html b/templates/index.html index bad0e1d..e39f9df 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,25 +13,13 @@ - - @@ -43,20 +31,16 @@

An object-oriented API for business analytics powered by d3.

Libraries

- + Full Javascript Library With Comments
- + Minified Javascript Library
- + Zip File
- + Tar Ball

@@ -68,12 +52,10 @@ Advanced Examples
- + View On GitHub
- + Full API Documentation

@@ -125,24 +107,23 @@

What's up Doc(umentation)!

- To understand how to use a particular dimple object or method please see the Full API Documentation
+ To understand how to use a particular dimple object or method please see the Full API Documentation

Authors and Contributors

-

John Kiernander (@jkiernander)

+

John Kiernander (@jkiernander)

- + Fork me on GitHub