diff --git a/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.scss b/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.scss index 9cb1b3bb..25a7ecf6 100644 --- a/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.scss +++ b/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.scss @@ -17,13 +17,8 @@ margin-left: 1rem; } - .title { - font-family: nb-theme(card-header-font-family); - color: nb-theme(color-fg); - } - .echart { - height: 85%; + height: 75%; } @include media-breakpoint-down(sm) { @@ -32,9 +27,5 @@ nb-theme(card-border-width) nb-theme(card-header-border-type) nb-theme(card-header-border-color); - - .echart { - height: 75%; - } } } diff --git a/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.ts b/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.ts index 53c00251..c55a7390 100644 --- a/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.ts +++ b/src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.ts @@ -9,8 +9,8 @@ import { LayoutService } from '../../../../@core/utils/layout.service'; styleUrls: ['./country-orders-chart.component.scss'], template: `
- Selected Country/Region -

{{countryName}}

+ Selected Country/Region +

{{ countryName }}

+ Country Orders Statistics