fix: update graph

This commit is contained in:
Qiuxia Fan
2022-01-11 12:07:44 +08:00
parent a836ae20e9
commit 4a6ac51b7a
5 changed files with 52 additions and 14 deletions

View File

@@ -116,6 +116,7 @@ export function useECharts(
}
function resize() {
console.log("resize");
chartInstance?.resize();
}