We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd9f7e commit 84571dbCopy full SHA for 84571db
2 files changed
samples/charts/sparkline/grid/src/Products.ts
@@ -86,7 +86,7 @@ export class Products {
86
}
87
88
public static getCountryFlag(country: string): string {
89
- return "https://github.com/HUSSAR-mtrela/geo-data/raw/master/flags/" + country + ".png";
+ return "https://dl.infragistics.com/x/img/flags/" + country + ".png";
90
91
92
public static getRandomDate(): Date {
samples/templates/tsconfig copy.json
0 commit comments