Fix missing comma syntax error in js block

This commit is contained in:
Nick Downie
2016-07-19 22:01:41 +01:00
committed by GitHub
parent 88d9398982
commit 0c07b1eeda

View File

@@ -74,7 +74,7 @@ var data = {
'rgba(153, 102, 255, 1)',
'rgba(255, 159, 64, 1)'
],
borderWidth: 1
borderWidth: 1,
data: [65, 59, 80, 81, 56, 55, 40],
}
]