From 31cd6d6e678e46da0cd628a550c5c0fbdb154ea2 Mon Sep 17 00:00:00 2001 From: Kevin Colten Date: Fri, 1 Jul 2016 13:03:46 -0500 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a605d18..35f2377 100644 --- a/index.html +++ b/index.html @@ -95,8 +95,8 @@
Example Plugin HTML

Data Structure

var data = {
-  labels = ['0h','1h','2h','3h','4h','5h','6h','7h','8h','9h','10h','11h'],
-  datasets = [
+  labels: ['0h','1h','2h','3h','4h','5h','6h','7h','8h','9h','10h','11h'],
+  datasets: [
     {
       label: 'Monday',
       data: [8, 6, 5, 7, 9, 8, 1, 6, 3, 3, 8, 7]