apexchart的svg裁剪隐藏失效 图表不改变高度无法显示全部

发布时间 2023-06-01 09:40:33作者: yjxQWQ
          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>