apexchart的svg裁剪隐藏失效 图表不改变高度无法显示全部
ref="chartRef"
class="mixed-widget-5-chart card-rounded-top all"
style="overflow: visible !important"
:options="chart"
:series="series"
type="radar"
:height="chartHeight"
></apexchart>
<style scoped>
:deep .all .apexcharts-svg {
overflow-clip-margin: content-box;
overflow: visible !important;
}
</style>