File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://travis-ci.org/aomran/ember-cli-chart.svg )] ( https://travis-ci.org/aomran/ember-cli-chart )
4
4
[ ![ Ember Observer Score] ( https://emberobserver.com/badges/ember-cli-chart.svg )] ( https://emberobserver.com/addons/ember-cli-chart )
5
5
6
- This Ember CLI addon is a simple wrapper for [ ChartJS] ( http://www.chartjs.org/ ) (v2.9 ).
6
+ This Ember CLI addon is a simple wrapper for [ ChartJS] ( http://www.chartjs.org/ ) (v3.5 ).
7
7
8
8
### Compatibility
9
9
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports = {
9
9
'chart.js' : {
10
10
vendor : {
11
11
srcDir : 'dist' ,
12
- include : [ 'Chart .js' ] ,
12
+ include : [ 'chart .js' ] ,
13
13
processTree ( input ) {
14
14
return FastbootTransform ( input ) ;
15
15
}
@@ -21,7 +21,7 @@ module.exports = {
21
21
this . _super . included . apply ( this , arguments ) ;
22
22
this . _ensureThisImport ( ) ;
23
23
24
- this . import ( 'vendor/chart.js/Chart .js' ) ;
24
+ this . import ( 'vendor/chart.js/chart .js' ) ;
25
25
} ,
26
26
_ensureThisImport ( ) {
27
27
if ( ! this . import ) {
Original file line number Diff line number Diff line change 31
31
},
32
32
"dependencies" : {
33
33
"@ember/render-modifiers" : " ^1.0.2" ,
34
- "chart.js" : " ^2.9 .0" ,
34
+ "chart.js" : " ^3.5 .0" ,
35
35
"ember-cli-babel" : " ^7.20.5" ,
36
36
"ember-cli-htmlbars" : " ^5.1.2" ,
37
37
"ember-cli-node-assets" : " ^0.2.2" ,
You can’t perform that action at this time.
0 commit comments