SUPPORT-9111: fix
This commit is contained in:
parent
3fd51d723d
commit
6fbab8f300
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue