We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1252eb commit b5dd742Copy full SHA for b5dd742
src/chart/chart.module.ts
@@ -80,7 +80,7 @@ export const chartAppRoutes: Object[] = [
80
category: 'Accumulation Series', type: 'new'
81
},
82
{
83
- path: 'chart/clubpoint', component: ClubpointPieComponent, name: 'ClubPoint', order: '02',
+ path: 'chart/clubpoint', component: ClubpointPieComponent, name: 'Grouping', order: '02',
84
85
86
{ path: 'chart/local-data', component: LocalDataChartComponent, name: 'Local Data', order:'03',category: 'Data Binding' },
0 commit comments