feat: Performance Title font normal done.
This commit is contained in:
@@ -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}`;
|
||||
|
||||
Reference in New Issue
Block a user