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.
Source:stackexchange.com