@@ -34,13 +34,13 @@ Use this AngularJS charts plugin to add interactive charts to your web and mobil
34
34
To learn what you can do using this Angular charts plugin, explore some [ live demos] ( http://www.fusioncharts.com/angularjs-charts/ ) .
35
35
36
36
### Usage
37
- #### Step 1: Include angularjs -fusioncharts.js and fusioncharts
37
+ #### Step 1: Include angular -fusioncharts.js and fusioncharts
38
38
In your index.html
39
39
``` xml
40
40
<script type =" text/javascript" src =" node_modules/fusioncharts/fusioncharts.js" ></script >
41
41
<script type =" text/javascript" src =" node_modules/fusioncharts/themes/fusioncharts.theme.fusion.js" ></script >
42
42
<script type =" text/javascript" src =" node_modules/angular/angular.js" ></script >
43
- <script type =" text/javascript" src =" node_modules/angularjs-fusioncharts/angularjs -fusioncharts.js" ></script >
43
+ <script type =" text/javascript" src =" node_modules/angularjs-fusioncharts/dist/angular -fusioncharts.js" ></script >
44
44
```
45
45
46
46
### Step 2: Include ng-fusioncharts in your module
@@ -106,7 +106,7 @@ var angular = require('angular');
106
106
var FusionCharts = require (' fusioncharts' );
107
107
108
108
// Include angularjs-fusioncharts
109
- require (' angular -fusioncharts' );
109
+ require (' angularjs -fusioncharts' );
110
110
111
111
// Require Chart modules
112
112
var Charts = require (' fusioncharts/fusioncharts.charts' );
@@ -181,7 +181,6 @@ Load it in browser , Chart should get displayed
181
181
182
182
Following tutorials will help you get started:
183
183
184
- - Official blog post on using this plugin: [ adding charts to your AngularJS app] ( http://www.fusioncharts.com/blog/2015/03/angular-fusioncharts/ ) .
185
184
- Tutorial by a user of this plugin: [ How to Build Charts in Angular] ( https://davidwalsh.name/angular-charts )
186
185
187
186
### Documentation
0 commit comments