@ -157,7 +157,6 @@ const getList = async () => {
}
]
});
const usedmemoryInstance = echarts.init(usedmemory.value, "macarons");
usedmemoryInstance.setOption({
tooltip: {
@ -181,6 +180,10 @@ const getList = async () => {
})
window.addEventListener("resize",()=>{
commandstatsIntance.resize()
usedmemoryInstance.resize()
onMounted(() => {