@@ -61,32 +61,32 @@ export const chartAppRoutes: Object[] = [
61
61
{ path : ':theme/chart/stacked-area100' , component : PercentStackedAreaChartComponent , name : '100% Stacked Area' , order :'01' , category : 'Series' } ,
62
62
{ path : ':theme/chart/range-column' , component : RangeColumnChartComponent , name : 'Range Column' , order :'01' , category : 'Series' } ,
63
63
{ path : ':theme/chart/step-line' , component : StepLineChartComponent , name : 'StepLine' , order :'01' , category : 'Series' } ,
64
- { path : ':theme/chart/step-area' , component : StepAreaChartComponent , name : 'StepArea' , order :'01' , category : 'Series' , type : 'new' } ,
64
+ { path : ':theme/chart/step-area' , component : StepAreaChartComponent , name : 'StepArea' , order :'01' , category : 'Series' } ,
65
65
{ path : ':theme/chart/scatter' , component : ScatterChartComponent , name : 'Scatter' , order :'01' , category : 'Series' } ,
66
66
{ path : ':theme/chart/bubble' , component : BubbleChartComponent , name : 'Bubble' , order :'01' , category : 'Series' } ,
67
67
{ path : ':theme/chart/combination-series' , component : CombinationSeriesChartComponent , name : 'Combination Series' ,
68
68
order :'01' , category : 'Series' } ,
69
69
{ path : ':theme/chart/performance' , component : PerformanceChartComponent , name : 'Performance' , order :'01' , category : 'Series' } ,
70
- { path : ':theme/chart/default-pie' , component : DefaultPieComponent , name : 'Pie' , order : '02' , category : 'Accumulation Series' , type : 'new' } ,
70
+ { path : ':theme/chart/default-pie' , component : DefaultPieComponent , name : 'Pie' , order : '02' , category : 'Accumulation Series' } ,
71
71
{
72
72
path : ':theme/chart/default-doughnut' , component : DefaultDoughnutComponent , name : 'Pie With Legend' , order : '02' ,
73
- category : 'Accumulation Series' , type : 'new'
73
+ category : 'Accumulation Series'
74
74
} ,
75
75
{
76
76
path : ':theme/chart/semi-pie' , component : SemiPieComponent , name : 'Semi Accumulation Series' , order : '02' ,
77
- category : 'Accumulation Series' , type : 'new'
77
+ category : 'Accumulation Series'
78
78
} ,
79
79
{
80
80
path : ':theme/chart/smart-labels' , component : SmartLabelsComponent , name : 'Smart Labels' , order : '02' ,
81
- category : 'Accumulation Series' , type : 'new'
81
+ category : 'Accumulation Series'
82
82
} ,
83
83
{
84
84
path : ':theme/chart/drilldown-pie' , component : DrilldownPieComponent , name : 'Drilldown' , order : '02' ,
85
- category : 'Accumulation Series' , type : 'new'
85
+ category : 'Accumulation Series'
86
86
} ,
87
87
{
88
88
path : ':theme/chart/grouping' , component : GroupingPieComponent , name : 'Grouping' , order : '02' ,
89
- category : 'Accumulation Series' , type : 'new'
89
+ category : 'Accumulation Series'
90
90
} ,
91
91
{ path : ':theme/chart/local-data' , component : LocalDataChartComponent , name : 'Local Data' , order :'03' , category : 'Data Binding' } ,
92
92
{ path : ':theme/chart/remote-data' , component : RemoteDataChartComponent , name : 'Remote Data' , order :'03' , category : 'Data Binding' } ,
@@ -95,10 +95,10 @@ export const chartAppRoutes: Object[] = [
95
95
{ path : ':theme/chart/category' , component : CategoryChartComponent , name : 'Category Axis' , order :'04' , category : 'Chart Axes' } ,
96
96
{ path : ':theme/chart/logarithmic' , component : LogarithmicAxisChartComponent , name : 'Logarithmic Axis' , order :'04' , category : 'Chart Axes' } ,
97
97
{ path : ':theme/chart/multiple-axes' , component : MultipleAxesChartComponent , name : 'Multiple Axes' , order :'04' , category : 'Chart Axes' } ,
98
- { path : ':theme/chart/inversed' , component : InversedAxisChartComponent , name : 'Inversed Axes' , order :'04' , category : 'Chart Axes' , type : 'new' } ,
98
+ { path : ':theme/chart/inversed' , component : InversedAxisChartComponent , name : 'Inversed Axes' , order :'04' , category : 'Chart Axes' } ,
99
99
{ path : ':theme/chart/symbols' , component : SymbolsChartComponent , name : 'Symbols' , order :'05' , category : 'Chart Customization' } ,
100
- { path : ':theme/chart/annotation' , component : AnnotationChartComponent , name : 'Annotation' , order : '05' , category : 'Chart Customization' , type : 'new' } ,
101
- { path : ':theme/chart/datalabel-template' , component : DataLabelComponent , name : 'Datalabel Template' , order : '05' , category : 'Chart Customization' , type : 'new' } ,
100
+ { path : ':theme/chart/annotation' , component : AnnotationChartComponent , name : 'Annotation' , order : '05' , category : 'Chart Customization' } ,
101
+ { path : ':theme/chart/datalabel-template' , component : DataLabelComponent , name : 'Datalabel Template' , order : '05' , category : 'Chart Customization' } ,
102
102
{ path : ':theme/chart/selection' , component : SelectionChartComponent , name : 'Selection' , order :'06' , category : 'User Interaction' } ,
103
103
{ path : ':theme/chart/crosshair' , component : CrosshairChartComponent , name : 'Crosshair' , order :'06' , category : 'User Interaction' } ,
104
104
{ path : ':theme/chart/trackball' , component : TrackBallChartComponent , name : 'TrackBall' , order :'06' , category : 'User Interaction' } ,
0 commit comments