Skip to content

Commit 8ce384b

Browse files
committed
Small corrections
1 parent a6b91d1 commit 8ce384b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"framework": "^2.0.0",
55
"homepage": "https://github.com/dancgray/adapt-chart",
66
"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.",
7-
"displayName": "Chart",
7+
"displayName": "Charts",
88
"component": "chartjs",
99
"assetFields" : [],
1010
"description": "A charting component, using Chart.js (http://www.chartjs.org/).",

example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"pointHoverBorderWidth": 2,
8282
"pointRadius": 1,
8383
"pointHitRadius": 10,
84-
"data": [65, 59, 80, 81, 56, 55, 40],
84+
"data": [65, 59, 80, 81, 56, 55, 40]
8585
}
8686
]
8787
},

0 commit comments

Comments
 (0)