feat: Performance Title font normal done.

This commit is contained in:
chiayin
2024-02-05 13:15:33 +08:00
parent 70d2031d61
commit 5063d49794

View File

@@ -182,6 +182,7 @@ export default {
legend: false, // 圖例
tooltip: {
displayColors: false,
titleFont: {weight: 'normal'},
callbacks: {
title: function(context) {
return `Date: ${getMoment(context[0].parsed.x)}`;
@@ -305,6 +306,7 @@ export default {
legend: false, // 圖例
tooltip: {
displayColors: false,
titleFont: {weight: 'normal'},
callbacks: {
title: function(context) {
return `Date: ${context[0].label}`;
@@ -419,6 +421,7 @@ export default {
legend: false, // 圖例
tooltip: {
displayColors: false,
titleFont: {weight: 'normal'},
callbacks: {
title: function(context) {
// return `Activity: ${context[0].label}`;