Project

General

Profile

« Previous | Next » 

Revision 58610

New design for the current version of the open science observatory

View differences:

countries-map-overview.component.ts
93 93

  
94 94
  overviewToMapData(countryOverview: CountryOverview): MapCountryData {
95 95
    if (this.activeView === 'publications') {
96
      this.seriesColor = '#19647E';
96
      // this.seriesColor = '#19647E';
97
      this.seriesColor = '#F17AA9';
97 98
      this.seriesName = 'OA publications';
98 99
      return {
99 100
        id: countryOverview.country,
......
101 102
        z: countryOverview.publications.oa
102 103
      };
103 104
    } else if (this.activeView === 'datasets') {
104
      this.seriesColor = '#019A85';
105
      this.seriesColor = '#A98BD4';
105 106
      this.seriesName = 'OA datasets';
106 107
      return {
107 108
        id: countryOverview.country,
......
109 110
        z: countryOverview.datasets.oa
110 111
      };
111 112
    } else if (this.activeView === 'repositories') {
112
      this.seriesColor = '#A03245';
113
      this.seriesColor = '#708AA5';
113 114
      this.seriesName = 'OA repositories';
114 115
      return {
115 116
        id: countryOverview.country,
......
117 118
        z: countryOverview.repositories.oa
118 119
      };
119 120
    } else if (this.activeView === 'journals') {
120
      this.seriesColor = '#2B243C';
121
      this.seriesColor = '#FFCE4E';
121 122
      this.seriesName = 'OA journals';
122 123
      return {
123 124
        id: countryOverview.country,
......
125 126
        z: countryOverview.journals.oa
126 127
      };
127 128
    } else {
128
      this.seriesColor = '#CC9139';
129
      this.seriesColor = '#639C66';
129 130
      this.seriesName = 'OA policies';
130 131
      return {
131 132
        id: countryOverview.country,

Also available in: Unified diff