检测计划
This commit is contained in:
@@ -351,7 +351,7 @@ const handleCheckFunction = (val: any) => {
|
||||
const resizeObserver = new ResizeObserver(entries => {
|
||||
for (let entry of entries) {
|
||||
chartsWidth.value = entry.contentRect.width;
|
||||
console.log('Charts Info Width:', chartsWidth.value);
|
||||
//console.log('Charts Info Width:', chartsWidth.value);
|
||||
|
||||
pieRef1.value.reSize(chartsWidth.value * 0.95,180,true);
|
||||
pieRef2.value.reSize(chartsWidth.value * 0.95,180,true);
|
||||
|
||||
Reference in New Issue
Block a user