remove slot because of occlusion
This commit is contained in:
parent
d586db9176
commit
7b55614d43
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue