Project

General

Profile

« Previous | Next » 

Revision 59469

[Usage Counts | Trunk]: Round numbers on analytics. Fix error when a fragment does not exist

View differences:

usage-stat.ts
1 1
export interface UsageStat {
2
  repositories: string;
3
  total_downloads: string;
4
  total_views: string;
2
  repositories: any;
3
  total_downloads: any;
4
  total_views: any;
5 5
}
6 6

  
7 7
export interface CountryUsageStat {
8 8
  country: string;
9
  views: string;
10
  downloads:string;
11
  total_repos: string;
9
  views: any;
10
  downloads:any;
11
  total_repos: any;
12 12
}

Also available in: Unified diff