High Charts Rendering on Internet Explorer 10
问题 Highcharts Bar chart doesn't render well when they are put inside HTML Table. Issue is reproduced in this Fiddle. Rendering problem can be seen when opened in IE 10(works well in chrome). var options = { colors: ["#3ACB35", "#DE3A15", "#FF9A00", "#00B8F1"], chart: { renderTo: 'Chart3container', type: 'bar', backgroundColor: 'black', borderColor: 'black', borderWidth: 0, className: 'dark-container', plotBackgroundColor: 'black', plotBorderColor: '#000000', plotBorderWidth: 0 }, credits: {