fix: Issues #256 fix Compare Horizontal Bar Chart X unit to 'Count' done.

This commit is contained in:
chiayin
2024-03-12 14:09:28 +08:00
parent fa0376ec5f
commit 2c6a45232d
2 changed files with 40 additions and 26 deletions

View File

@@ -476,12 +476,6 @@ export default {
tooltip: {
displayColors: false,
titleFont: {weight: 'normal'},
callbacks: {
label: function(context) {
// return `${content.x}: ${getSimpleTimeLabel(context.parsed.x, 2)}`;
return `${content.x}: ${context.parsed.x}`;
}
},
},
title: {
display: false,