Chartjs-ChartJS v2.6.0 unintended behaviour in Internet Explorer

0👍

The following style(in style.css) is causing the issue

@media and (min-width:1200px) {
    .pieChart {
        padding: 0px 11vw 0 11vw;
    }
}

Please remove this style, it will fix the issue in IE.

Leave a comment