Merge pull request #1817 from prashcr/patch-2

Add missing comma
This commit is contained in:
Evert Timberg 2015-12-22 08:19:45 -05:00
commit eb61f5c3fc

View File

@ -81,7 +81,7 @@ var data = {
pointHoverBorderWidth: 2, pointHoverBorderWidth: 2,
// Tension - bezier curve tension of the line. Set to 0 to draw straight Wlines connecting points // Tension - bezier curve tension of the line. Set to 0 to draw straight Wlines connecting points
tension: 0.1 tension: 0.1,
// The actual data // The actual data
data: [65, 59, 80, 81, 56, 55, 40], data: [65, 59, 80, 81, 56, 55, 40],