fix: overlap charts can not display

This commit is contained in:
pa
2026-03-22 20:17:32 +09:00
parent 5ddb23a9e0
commit 367cb3ed28

View File

@@ -122,7 +122,7 @@
</div> </div>
<div <div
v-if="hasOverlapData" v-show="hasOverlapData"
ref="overlapChartRef" ref="overlapChartRef"
style="width: 100%; height: 240px" style="width: 100%; height: 240px"
@contextmenu.prevent="onOverlapChartRightClick" /> @contextmenu.prevent="onOverlapChartRightClick" />