mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
feat: add config and create querys to get metric data
This commit is contained in:
@@ -43,6 +43,7 @@ const props = defineProps({
|
||||
|
||||
onMounted(() => {
|
||||
setTimeout(() => {
|
||||
console.log(chart.value);
|
||||
drawEcharts();
|
||||
window.addEventListener("resize", state.instanceChart.resize);
|
||||
}, 50);
|
||||
|
Reference in New Issue
Block a user