Project

General

Profile

« Previous | Next » 

Revision 57734

New color palettes, logo and icons

View differences:

countries-map-overview.component.ts
93 93

  
94 94
  overviewToMapData(countryOverview: CountryOverview): MapCountryData {
95 95
    if (this.activeView === 'publications') {
96
      this.seriesColor = '#5086BA';
96
      this.seriesColor = '#19647E';
97 97
      this.seriesName = 'OA publications';
98 98
      return {
99 99
        id: countryOverview.country,
......
101 101
        z: countryOverview.publications.oa
102 102
      };
103 103
    } else if (this.activeView === 'datasets') {
104
      this.seriesColor = '#44653D';
104
      this.seriesColor = '#019A85';
105 105
      this.seriesName = 'OA datasets';
106 106
      return {
107 107
        id: countryOverview.country,
......
109 109
        z: countryOverview.datasets.oa
110 110
      };
111 111
    } else if (this.activeView === 'repositories') {
112
      this.seriesColor = '#A33C3C';
112
      this.seriesColor = '#A03245';
113 113
      this.seriesName = 'OA repositories';
114 114
      return {
115 115
        id: countryOverview.country,
......
117 117
        z: countryOverview.repositories.oa
118 118
      };
119 119
    } else if (this.activeView === 'journals') {
120
      this.seriesColor = '#7056AF';
120
      this.seriesColor = '#2B243C';
121 121
      this.seriesName = 'OA journals';
122 122
      return {
123 123
        id: countryOverview.country,
......
125 125
        z: countryOverview.journals.oa
126 126
      };
127 127
    } else {
128
      this.seriesColor = '#A26C0A';
128
      this.seriesColor = '#CC9139';
129 129
      this.seriesName = 'OA policies';
130 130
      return {
131 131
        id: countryOverview.country,

Also available in: Unified diff