score:0

i was able to resolve the non-responsiveness with a bit of simple css.

    @media screen and (max-width: 1280px) {
#radial-chart {
    zoom: 0.6
}
#bars {
    margin-left: 120px;
    zoom: 0.6
}

.footer {
    padding-top: 1vh!important;
}

.tooltip {
    font-size: 14px;
}
}

i have used zoom to rework the divs and make all items smaller without affecting the body.


Related Query

More Query from same tag