diff options
Diffstat (limited to 'examples/data-eu-gdp-growth-5.json')
-rw-r--r-- | examples/data-eu-gdp-growth-5.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/data-eu-gdp-growth-5.json b/examples/data-eu-gdp-growth-5.json index e722bcc..a7e1e13 100644 --- a/examples/data-eu-gdp-growth-5.json +++ b/examples/data-eu-gdp-growth-5.json @@ -1,4 +1,4 @@ { - label: 'Europe (EU27)', - data: [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1], [2007, 2.9], [2008, 0.9]] + "label": "Europe (EU27)", + "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1], [2007, 2.9], [2008, 0.9]] } |