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:
Artyom Hackimullin 2025-04-11 17:39:38 +03:00
parent 4c1332d53a
commit e42e342d22

View file

@ -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>