Skip to content

Commit 616874a

Browse files
author
pipeline
committed
config(EJ2-2871): Added changes to accumulation description.
1 parent 9ec5b87 commit 616874a

14 files changed

+19
-19
lines changed

src/chart/chart.module.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import { DefaultDoughnutComponent } from './default-doughnut.component';
4040
import { SemiPieComponent } from './semi-pie.component';
4141
import { SmartLabelsComponent } from './smart-labels.component';
4242
import { DrilldownPieComponent } from './drilldown-pie.component';
43-
import { ClubpointPieComponent } from './clubpoint.component';
43+
import { GroupingPieComponent } from './grouping.component';
4444
import { SharedModule } from '../common/shared.module';
4545
export 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: [],

src/chart/clubpoint-plnkr.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)