insights explorer supports axis chart

This commit is contained in:
MaysWind
2026-01-11 02:45:46 +08:00
parent 1a0630846d
commit ee9b281919
6 changed files with 347 additions and 61 deletions
@@ -763,6 +763,10 @@ watch(() => display.mdAndUp.value, (newValue) => {
});
watch(activeTab, () => {
if (initing.value || loading.value) {
return;
}
router.push(getFilterLinkUrl());
});