���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/admin.adimi/layout/bootstrap4/global_assets/scss/shared/charts/ |
/* ------------------------------------------------------------------------------ * * # Chart styling * * Charts base - container and sizing setup * * ---------------------------------------------------------------------------- */ // Check if component is enabled @if $enable-charts { // Container .chart-container { position: relative; width: 100%; // Add scroll &.has-scroll { overflow-x: scroll; overflow-y: visible; max-width: 100%; } // Add scroll for all charts on mobile to hide overflow @include media-breakpoint-down(sm) { overflow-x: scroll; overflow-y: visible; max-width: 100%; } } // Chart itself .chart { position: relative; display: block; width: 100%; @if $direction == 'RTL' { /*rtl:ignore*/ direction: ltr; } // Give chart min width &.has-minimum-width { min-width: $chart-min-width; } } // Give chart fixed height .has-fixed-height { height: $chart-container-height; } // Pie charts .chart-pie { width: 100%; height: $chart-container-height; min-width: $chart-pie-min-width; } }