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 @@
</div>
<div class="tree-row2" style="padding-top: 4px;">
<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}}
</span>
</div>
......@@ -143,7 +143,7 @@
</div>
<div class="tree-row2" style="padding-top: 4px;">
<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}}
</span>
</div>
......@@ -331,4 +331,4 @@
</view>
</Root>
</Root>
\ No newline at end of file
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