feat: add config and create querys to get metric data

This commit is contained in:
Qiuxia Fan
2022-01-06 15:55:25 +08:00
parent e234361853
commit c282655369
15 changed files with 294 additions and 36 deletions

View File

@@ -43,6 +43,7 @@ const props = defineProps({
onMounted(() => {
setTimeout(() => {
console.log(chart.value);
drawEcharts();
window.addEventListener("resize", state.instanceChart.resize);
}, 50);