From 525003aa82461f214c23a97caf009d47ec38cf0b Mon Sep 17 00:00:00 2001 From: Wes Alvaro Date: Tue, 18 Oct 2016 20:54:33 +0900 Subject: [PATCH 1/2] Moves data construction to a separate element. --- google-chart-data.html | 144 +++++++++++++++++++++++++++++++++++++++++ google-chart.html | 136 +++++++++++--------------------------- test/basic-tests.html | 4 +- 3 files changed, 184 insertions(+), 100 deletions(-) create mode 100644 google-chart-data.html diff --git a/google-chart-data.html b/google-chart-data.html new file mode 100644 index 0000000..4a1b48a --- /dev/null +++ b/google-chart-data.html @@ -0,0 +1,144 @@ + + + + + + + + + + diff --git a/google-chart.html b/google-chart.html index 654b285..555125a 100644 --- a/google-chart.html +++ b/google-chart.html @@ -1,7 +1,6 @@ - - + + + + + + + + + + + + + + + + + + + +