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:

data.service.ts
78 78
    return this.httpClient.get<RawData>(this.apiURL + countryPageOverviewDataQuery, headerOptions);
79 79
  }
80 80

  
81
  public getFundersResults(): Observable<RawData> {
82
    const fundersResultsQuery = '%7B%22series%22%3A%5B%7B%22query%22%3A%7B%22name%22%3A%22new.oso.funders.results%22%7D%7D%5D%2C%22verbose%22%3Atrue%7D';
83
    return this.httpClient.get<RawData>(this.apiURL + fundersResultsQuery, headerOptions);
84
  }
81 85

  
82 86

  
83 87

  

Also available in: Unified diff