.mx{
    &-chart-pie-wrapper{
        position: relative;
        width: 100%;
        height: 100%;

        .mx-chart-pie{
            width: 100%;
            height:100%;

            &-inner{
                position:absolute;
                left: 50%;
                top:50%;
                transform: translate3d(-50%,-50%,0);
            }
        }
    }
}