remove slot because of occlusion
This commit is contained in:
@ -1,10 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="dv-charts-container" :ref="ref">
|
<div class="dv-charts-container" :ref="ref">
|
||||||
<div class="charts" :ref="chartRef" />
|
<div class="charts" :ref="chartRef" />
|
||||||
|
|
||||||
<div class="charts-slot-content">
|
|
||||||
<slot></slot>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -75,13 +71,5 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.charts-slot-content {
|
|
||||||
position: absolute;
|
|
||||||
left: 0px;
|
|
||||||
top: 0px;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user