@@ -40,7 +40,7 @@ import { DefaultDoughnutComponent } from './default-doughnut.component';
40
40
import { SemiPieComponent } from './semi-pie.component' ;
41
41
import { SmartLabelsComponent } from './smart-labels.component' ;
42
42
import { DrilldownPieComponent } from './drilldown-pie.component' ;
43
- import { ClubpointPieComponent } from './clubpoint .component' ;
43
+ import { GroupingPieComponent } from './grouping .component' ;
44
44
import { SharedModule } from '../common/shared.module' ;
45
45
export const chartAppRoutes : Object [ ] = [
46
46
{ path : 'chart/line' , component : LineChartComponent , name : 'Line' , order :'01' , category : 'Series' } ,
@@ -80,7 +80,7 @@ export const chartAppRoutes: Object[] = [
80
80
category : 'Accumulation Series' , type : 'new'
81
81
} ,
82
82
{
83
- path : 'chart/clubpoint ' , component : ClubpointPieComponent , name : 'Grouping' , order : '02' ,
83
+ path : 'chart/grouping ' , component : GroupingPieComponent , name : 'Grouping' , order : '02' ,
84
84
category : 'Accumulation Series' , type : 'new'
85
85
} ,
86
86
{ 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
105
105
CrosshairChartComponent , TrackBallChartComponent , ZoomingChartComponent , LocalDataChartComponent , RemoteDataChartComponent ,
106
106
PercentStackedAreaChartComponent , PercentStackedBarChartComponent , PercentStackedColumnChartComponent , DefaultPieComponent ,
107
107
DateTimeAxisChartComponent , RangeColumnChartComponent , DefaultDoughnutComponent , SemiPieComponent , SmartLabelsComponent ,
108
- DrilldownPieComponent , ClubpointPieComponent ] ;
108
+ DrilldownPieComponent , GroupingPieComponent ] ;
109
109
@NgModule ( {
110
110
imports : [ chartRouter , ChartAllModule , SharedModule , ButtonModule , AccumulationChartAllModule ] ,
111
111
exports : [ ] ,
0 commit comments