Skip to content

Commit

Permalink
更新主页
Browse files Browse the repository at this point in the history
  • Loading branch information
unify-z committed Aug 30, 2024
1 parent ee4e0f1 commit 4f8c2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const initHitsChart = (dailyHits) => {
tooltip: {
trigger: 'axis',
formatter: function (params) {
return params[0].name + '<br/>' + params[0].seriesName + ': ' + formatUnits(params[0].value);
return params[0].name + '<br/>' + params[0].seriesName + ': ' + formatCommas(params[0].value);
}
},
title: { text: '日请求数', textStyle: { color: isDarkMode.value ? '#ffffff' : '#000000' }},
Expand Down

0 comments on commit 4f8c2a6

Please sign in to comment.