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>

posted @ 2023-06-01 09:27  yjxQWQ  阅读(15)  评论(0编辑  收藏  举报