Update loading + Combine 2 api call in paging + Add dynamic font size for gauge chart

This commit is contained in:
Michael
2025-08-20 17:19:39 +09:00
parent 89ad4c11f6
commit 50aefda2a0
6 changed files with 54 additions and 30 deletions

View File

@ -442,7 +442,7 @@ export default {
chartOption = getGaugeChartOption({
title: chartKey,
value: 75,
value: currentChartData["effcRt"],
isDarkMode: this.isDarkMode,
backgroundRadius: 89,
});