diff --git a/core/scss/vendor/_apexcharts.scss b/core/scss/vendor/_apexcharts.scss index 0f70b4f80..5fb05ad43 100644 --- a/core/scss/vendor/_apexcharts.scss +++ b/core/scss/vendor/_apexcharts.scss @@ -40,4 +40,9 @@ .apexcharts-radialbar-track .apexcharts-radialbar-area { stroke: var(--#{$prefix}border-color) !important; +} + +.apexcharts-svg, +.apexcharts-canvas { + border-radius: inherit; } \ No newline at end of file diff --git a/preview/pages/_includes/cards/charts/revenue.html b/preview/pages/_includes/cards/charts/revenue.html index 61be88b47..9d9711b92 100644 --- a/preview/pages/_includes/cards/charts/revenue.html +++ b/preview/pages/_includes/cards/charts/revenue.html @@ -13,5 +13,5 @@ - {% include "ui/chart.html" chart-id="revenue-bg" size="sm" %} + {% include "ui/chart.html" chart-id="revenue-bg" size="sm" class="rounded-bottom" %}