Update loading + Combine 2 api call in paging + Add dynamic font size for gauge chart
This commit is contained in:
@ -442,7 +442,7 @@ export default {
|
||||
|
||||
chartOption = getGaugeChartOption({
|
||||
title: chartKey,
|
||||
value: 75,
|
||||
value: currentChartData["effcRt"],
|
||||
isDarkMode: this.isDarkMode,
|
||||
backgroundRadius: 89,
|
||||
});
|
||||
|
Reference in New Issue
Block a user