From f3a9a1d6eaab3cf9a5f4ce526f21dc382db70edf Mon Sep 17 00:00:00 2001 From: Wes Alvaro Date: Wed, 13 Jul 2016 21:51:34 +0900 Subject: [PATCH 1/2] Adds loader element. Handles loading the necessary packages for charts. --- demo/index.html | 91 +++++++------- google-chart-loader.html | 261 +++++++++++++++++++++++++++++++++++++++ google-chart.html | 205 ++++++------------------------ test/basic-tests.html | 67 +++++----- 4 files changed, 375 insertions(+), 249 deletions(-) create mode 100644 google-chart-loader.html diff --git a/demo/index.html b/demo/index.html index af0d24d..00093d7 100644 --- a/demo/index.html +++ b/demo/index.html @@ -46,14 +46,6 @@ } - - + +

Here's a chart that changes data every 3 seconds:

Chart gallery @@ -432,13 +432,13 @@

Chart gallery

@@ -455,40 +455,39 @@

Chart gallery

Here's an image of the line chart:

-
+ diff --git a/google-chart-loader.html b/google-chart-loader.html new file mode 100644 index 0000000..ddb7270 --- /dev/null +++ b/google-chart-loader.html @@ -0,0 +1,261 @@ + + + + + diff --git a/google-chart.html b/google-chart.html index e6dd09e..462f08e 100644 --- a/google-chart.html +++ b/google-chart.html @@ -1,7 +1,7 @@ - +