
//
// apexcharts.scss
//
.apex-charts {
    min-height: 10px !important;
    text {
        font-family: $font-family-base !important;
    }
    .apexcharts-canvas {
        margin: 0 auto;
    }
}

.apexcharts-gridline line{
    stroke: var(--#{$prefix}gray-300);
}

.apexcharts-tooltip-title,
.apexcharts-tooltip-text {
    font-family: $font-family-base !important;
}

.apexcharts-legend-series {
    font-weight: $font-weight-medium;
}

.apexcharts-gridline {
    pointer-events: none;
    stroke: var(--#{$prefix}apex-grid-color);
}

.apexcharts-legend-text {
    color: var(--#{$prefix}gray-500) !important;
    font-family: $font-family-base !important;
    font-size: 13px !important;
}

.apexcharts-pie-label {
    fill: $white !important;
}

.apexcharts-yaxis,
.apexcharts-xaxis {
    text {
        font-family: $font-family-base !important;
        fill: var(--#{$prefix}gray-500) ;
    }
}

.apexcharts-tooltip.apexcharts-theme-light {
    border: 1px solid var(--#{$prefix}border-color) !important;
    background: var(--#{$prefix}secondary-bg) !important;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title{
    background: var(--#{$prefix}light) !important;
    border-bottom: 1px solid var(--#{$prefix}border-color) !important;
}



// echarts


.e-charts {
    height: 350px;
}