mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: change metric graph with selectors
This commit is contained in:
@@ -69,7 +69,8 @@ import { InstanceListConfig } from "@/types/dashboard";
|
||||
/*global defineProps */
|
||||
defineProps({
|
||||
data: {
|
||||
type: Object,
|
||||
type: Object as PropType<{ [key: string]: number[] }>,
|
||||
default: () => ({}),
|
||||
},
|
||||
config: {
|
||||
type: Object as PropType<InstanceListConfig>,
|
||||
|
Reference in New Issue
Block a user