@@ -120,47 +120,47 @@ export class HomeComponent {
120120 themeMode : 'Light' ,
121121 content : "Render a collection of data points connected by a straight line to emphasize the amount of change over a period of time" ,
122122 moreLink : "https://www.infragistics.com/products/ignite-ui-angular/angular/components/charts/types/column-chart" ,
123- downloadLink : ""
123+ downloadLink : "https://www.infragistics.com/resources/sample-applications/column-chart-sample-app-angular "
124124 } ] ,
125125 [ 'charts/bar-chart' , {
126126 title : "Bar Chart" ,
127127 theme : "Fluent" ,
128128 themeMode : 'Light' ,
129129 content : "Quickly compare frequency, count, total, or average of data in different categories" ,
130130 moreLink : "https://www.infragistics.com/products/ignite-ui-angular/angular/components/charts/types/bar-chart" ,
131- downloadLink : ""
131+ downloadLink : "https://www.infragistics.com/resources/sample-applications/bar-chart-sample-app-angular "
132132 } ] ,
133133 [ 'charts/line-chart' , {
134134 title : "Line Chart" ,
135135 theme : "Bootstrap" ,
136136 themeMode : 'Light' ,
137137 content : "Show trends and perform comparative analysis of one or more quantities over a period of time" ,
138138 moreLink : "https://www.infragistics.com/products/ignite-ui-angular/angular/components/charts/types/line-chart" ,
139- downloadLink : ""
139+ downloadLink : "https://www.infragistics.com/resources/sample-applications/line-chart-sample-app-angular "
140140 } ] ,
141141 [ 'charts/pie-chart' , {
142142 title : "Pie Chart" ,
143143 theme : "Indigo" ,
144144 themeMode : 'Light' ,
145145 content : "Part-to-whole chart that shows how categories (parts) of a data set add up to a total (whole) value." ,
146146 moreLink : "https://www.infragistics.com/products/ignite-ui-angular/angular/components/charts/types/pie-chart" ,
147- downloadLink : ""
147+ downloadLink : "https://www.infragistics.com/resources/sample-applications/pie-chart-sample-app-angular "
148148 } ] ,
149149 [ 'charts/step-chart' , {
150150 title : "Step Chart" ,
151151 theme : "Material" ,
152152 themeMode : 'Light' ,
153153 content : "Emphasizes the amount of change over a period of time or compares multiple items at once." ,
154154 moreLink : "https://www.infragistics.com/products/ignite-ui-angular/angular/components/charts/types/step-chart" ,
155- downloadLink : ""
155+ downloadLink : "https://www.infragistics.com/resources/sample-applications/step-chart-sample-app-angular "
156156 } ] ,
157157 [ 'charts/polar-chart' , {
158158 title : "Polar Chart" ,
159159 theme : "Fluent" ,
160160 themeMode : 'Light' ,
161161 content : "Emphasizes the amount of change over a period of time or compares multiple items at once." ,
162162 moreLink : "https://www.infragistics.com/products/ignite-ui-angular/angular/components/charts/types/polar-chart" ,
163- downloadLink : ""
163+ downloadLink : "https://www.infragistics.com/resources/sample-applications/polar-chart-sample-app-angular "
164164 } ] ,
165165 ] ) ;
166166
0 commit comments