@@ -40,7 +40,7 @@ import { DefaultDoughnutComponent } from './default-doughnut.component';
4040import { SemiPieComponent } from './semi-pie.component' ;
4141import { SmartLabelsComponent } from './smart-labels.component' ;
4242import { DrilldownPieComponent } from './drilldown-pie.component' ;
43- import { ClubpointPieComponent } from './clubpoint .component' ;
43+ import { GroupingPieComponent } from './grouping .component' ;
4444import { SharedModule } from '../common/shared.module' ;
4545export const chartAppRoutes : Object [ ] = [
4646 { path : 'chart/line' , component : LineChartComponent , name : 'Line' , order :'01' , category : 'Series' } ,
@@ -80,7 +80,7 @@ export const chartAppRoutes: Object[] = [
8080 category : 'Accumulation Series' , type : 'new'
8181 } ,
8282 {
83- path : 'chart/clubpoint ' , component : ClubpointPieComponent , name : 'Grouping' , order : '02' ,
83+ path : 'chart/grouping ' , component : GroupingPieComponent , name : 'Grouping' , order : '02' ,
8484 category : 'Accumulation Series' , type : 'new'
8585 } ,
8686 { path : 'chart/local-data' , component : LocalDataChartComponent , name : 'Local Data' , order :'03' , category : 'Data Binding' } ,
@@ -105,7 +105,7 @@ let declarations: Type<Object>[] = [LineChartComponent, ColumnChartComponent, Ba
105105 CrosshairChartComponent , TrackBallChartComponent , ZoomingChartComponent , LocalDataChartComponent , RemoteDataChartComponent ,
106106 PercentStackedAreaChartComponent , PercentStackedBarChartComponent , PercentStackedColumnChartComponent , DefaultPieComponent ,
107107 DateTimeAxisChartComponent , RangeColumnChartComponent , DefaultDoughnutComponent , SemiPieComponent , SmartLabelsComponent ,
108- DrilldownPieComponent , ClubpointPieComponent ] ;
108+ DrilldownPieComponent , GroupingPieComponent ] ;
109109@NgModule ( {
110110 imports : [ chartRouter , ChartAllModule , SharedModule , ButtonModule , AccumulationChartAllModule ] ,
111111 exports : [ ] ,
0 commit comments