Project

General

Profile

« Previous | Next » 

Revision 60860

Used the result color from the color palette file for the home page overview results by funder graph

View differences:

data-view.component.html
157 157
          <div class="md-card chartCard">
158 158
            <div class="md-card-content">
159 159
              <app-treemap-highchart *ngIf="fundersResultsData" [chartTitle]="'Research results by funder'"
160
                                     [chartData]="fundersResultsData" [color]="'#072AE6'"></app-treemap-highchart>
160
                                     [chartData]="fundersResultsData" [color]="resultColor"></app-treemap-highchart>
161 161
            </div>
162 162
          </div>
163 163
        </div>

Also available in: Unified diff