Project

General

Profile

« Previous | Next » 

Revision 58912

Working on the new version of the oso - started incorporating charts and created a treemap highcharts component

View differences:

countries-table.component.html
53 53
  </thead>
54 54
  <tbody>
55 55
    <tr *ngFor="let countryOverview of countries">
56
      <td class=""><a [routerLink]="['/countryDashboard/' + countryOverview.code]">{{countryOverview.name}}</a></td>
56
      <td class=""><a [routerLink]="['/countryDashboard', countryOverview.code]">{{countryOverview.name}}</a></td>
57 57
      <td class="uk-text-center">
58 58
        <ng-container *ngIf="countryOverview.repositories===null">--</ng-container>
59 59
        <ng-container *ngIf="countryOverview.repositories!=null">

Also available in: Unified diff