diff --git a/src/app/views/home/home.component.ts b/src/app/views/home/home.component.ts index 9eb0d55..4c85794 100644 --- a/src/app/views/home/home.component.ts +++ b/src/app/views/home/home.component.ts @@ -120,7 +120,7 @@ export class HomeComponent { themeMode: 'Light', content: "Render a collection of data points connected by a straight line to emphasize the amount of change over a period of time", moreLink: "https://www.infragistics.com/products/ignite-ui-angular/angular/components/charts/types/column-chart", - downloadLink: "" + downloadLink: "https://www.infragistics.com/resources/sample-applications/column-chart-sample-app-angular" }], ['charts/bar-chart', { title: "Bar Chart", @@ -128,7 +128,7 @@ export class HomeComponent { themeMode: 'Light', content: "Quickly compare frequency, count, total, or average of data in different categories", moreLink: "https://www.infragistics.com/products/ignite-ui-angular/angular/components/charts/types/bar-chart", - downloadLink: "" + downloadLink: "https://www.infragistics.com/resources/sample-applications/bar-chart-sample-app-angular" }], ['charts/line-chart', { title: "Line Chart", @@ -136,7 +136,7 @@ export class HomeComponent { themeMode: 'Light', content: "Show trends and perform comparative analysis of one or more quantities over a period of time", moreLink: "https://www.infragistics.com/products/ignite-ui-angular/angular/components/charts/types/line-chart", - downloadLink: "" + downloadLink: "https://www.infragistics.com/resources/sample-applications/line-chart-sample-app-angular" }], ['charts/pie-chart', { title: "Pie Chart", @@ -144,7 +144,7 @@ export class HomeComponent { themeMode: 'Light', content: "Part-to-whole chart that shows how categories (parts) of a data set add up to a total (whole) value.", moreLink: "https://www.infragistics.com/products/ignite-ui-angular/angular/components/charts/types/pie-chart", - downloadLink: "" + downloadLink: "https://www.infragistics.com/resources/sample-applications/pie-chart-sample-app-angular" }], ['charts/step-chart', { title: "Step Chart", @@ -152,7 +152,7 @@ export class HomeComponent { themeMode: 'Light', content: "Emphasizes the amount of change over a period of time or compares multiple items at once.", moreLink: "https://www.infragistics.com/products/ignite-ui-angular/angular/components/charts/types/step-chart", - downloadLink: "" + downloadLink: "https://www.infragistics.com/resources/sample-applications/step-chart-sample-app-angular" }], ['charts/polar-chart', { title: "Polar Chart", @@ -160,7 +160,7 @@ export class HomeComponent { themeMode: 'Light', content: "Emphasizes the amount of change over a period of time or compares multiple items at once.", moreLink: "https://www.infragistics.com/products/ignite-ui-angular/angular/components/charts/types/polar-chart", - downloadLink: "" + downloadLink: "https://www.infragistics.com/resources/sample-applications/polar-chart-sample-app-angular" }], ]);