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-map-overview.component.ts
84 84

  
85 85
  loadMapCountryData() {
86 86
    this.mapCountryData = [];
87
    for(let index in this.countries) {
87
    for (const index in this.countries) {
88 88
      this.mapCountryData.push(this.overviewToMapData(this.countries[index]));
89 89
    }
90 90

  

Also available in: Unified diff