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 @@ -19,12 +19,12 @@ import { AppComponent } from './app.component';
1919// Import angular2-fusioncharts
2020import { FusionChartsModule } from ' angular2-fusioncharts' ;
2121
22- // Import FusionCharts library
22+ // Import FusionCharts library and chart modules
2323import * as FusionCharts from ' fusioncharts' ;
2424import * as Charts from ' fusioncharts/fusioncharts.charts' ;
2525import * as FintTheme from ' fusioncharts/themes/fusioncharts.theme.fint' ;
2626
27- // Pass the fusioncharts library
27+ // Pass the fusioncharts library and chart modules
2828FusionChartsModule .fcRoot (FusionCharts , Charts , FintTheme );
2929
3030@NgModule ({
Original file line number Diff line number Diff line change 11{
22 "name" : " angular2-fusioncharts" ,
3- "version" : " 1.0.2-rc.5 " ,
3+ "version" : " 1.0.2" ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/fusioncharts/angular2-fusioncharts"
Original file line number Diff line number Diff line change 11{
22 "name" : " angular2-fusioncharts" ,
3- "version" : " 1.0.2-rc.5 " ,
3+ "version" : " 1.0.2" ,
44 "scripts" : {
55 "ng" : " ng" ,
66 "start" : " ng serve" ,
You can’t perform that action at this time.
0 commit comments