Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/app/views/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,47 +120,47 @@ 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",
theme: "Fluent",
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",
theme: "Bootstrap",
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",
theme: "Indigo",
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",
theme: "Material",
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",
theme: "Fluent",
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"
}],
]);

Expand Down