SUPPORT-9111: fix
This commit is contained in:
parent
6fbab8f300
commit
3bdf482a63
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div *ngIf="visible">
|
||||
<div [ngStyle]="{'left.px': position.left, 'top.px': position.top}" id="chartjs-tooltip">
|
||||
<ul class="tooltip-list">
|
||||
<li *ngFor="let item of items" class="tooltip-list-item">
|
||||
<li *ngFor="let item of items">
|
||||
<span [style.background]="item.color" class="tooltip-color"></span>
|
||||
{{ item.body }}
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue