Skip to content

Commit

Permalink
Small corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
dancgray committed Jul 20, 2016
1 parent a6b91d1 commit 8ce384b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"framework": "^2.0.0",
"homepage": "https://github.com/dancgray/adapt-chart",
"issues": "https://github.com/dancgray/adapt_chart/issues/new?title=contrib-chart%3A%20please%20enter%20a%20brief%20summary%20of%20the%20issue%20here&body=please%20provide%20a%20full%20description%20of%20the%20problem,%20including%20steps%20on%20how%20to%20replicate,%20what%20browser(s)/device(s)%20the%20problem%20occurs%20on%20and,%20where%20helpful,%20screenshots.",
"displayName": "Chart",
"displayName": "Charts",
"component": "chartjs",
"assetFields" : [],
"description": "A charting component, using Chart.js (http://www.chartjs.org/).",
Expand Down
2 changes: 1 addition & 1 deletion example.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"pointHoverBorderWidth": 2,
"pointRadius": 1,
"pointHitRadius": 10,
"data": [65, 59, 80, 81, 56, 55, 40],
"data": [65, 59, 80, 81, 56, 55, 40]
}
]
},
Expand Down

0 comments on commit 8ce384b

Please sign in to comment.