Commit 792162f4 authored by pborate's avatar pborate

Updated changes for get color

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217466 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 81b0d6c2
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
</div> </div>
<div class="tree-row2" style="padding-top: 4px;"> <div class="tree-row2" style="padding-top: 4px;">
<span *ngFor="let chip of summary.details" class="ang-chip"> <span *ngFor="let chip of summary.details" class="ang-chip">
<span style="font-weight: 600;" [style.color]="getColor(chip.color)">{{chip.count}}</span> <span style="font-weight: 600;" [style.color]="chip.color">{{chip.count}}</span>
{{chip.value}} {{chip.value}}
</span> </span>
</div> </div>
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
</div> </div>
<div class="tree-row2" style="padding-top: 4px;"> <div class="tree-row2" style="padding-top: 4px;">
<span *ngFor="let chip of summary.details" class="ang-chip"> <span *ngFor="let chip of summary.details" class="ang-chip">
<span style="font-weight: 600;" [style.color]="getColor(chip.color)">{{chip.count}}</span> <span style="font-weight: 600;" [style.color]="chip.color">{{chip.count}}</span>
{{chip.value}} {{chip.value}}
</span> </span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment