SUPPORT-9111: fix

This commit is contained in:
Artyom Hackimullin 2025-04-16 11:37:10 +03:00
parent 3fd51d723d
commit 6fbab8f300

View file

@ -333,7 +333,6 @@ export class ErvuChartV2 extends Control implements Filterable {
chartConfig.options.plugins.tooltip.callbacks = {
label: function (tooltipItem) {
console.log(tooltipItem);
const dataset = tooltipItem.dataset;
if (dataset.type == 'bar' || dataset.type == 'line') {
return dataset.label + ' : ' + dataset.data[tooltipItem.dataIndex].x.toLocaleString();