SUPPORT-8932: 1) Added grouped labels support for doughnut with inner rings 2) Update tooltip callbacks for Chart.js v3+
This commit is contained in:
parent
4c1332d53a
commit
e42e342d22
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
[ngStyle]=" {'left.px': this.position.left, 'top.px': this.position.top}"
|
||||
id="chartjs-tooltip">
|
||||
<span [style.background]="item.color" class="tooltip-color"></span>
|
||||
{{ item.title }} {{ item.body }}
|
||||
{{ item.title }}: {{item.body}}
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue