score:1

Accepted answer

i've fixed this by applying flex-basis: 50% to the parent container and a call to resize upon first loading the page with window.settimeout(function () { mychart.reflow(); mychart2.reflow(); });

here is the updated fiddle:

https://jsfiddle.net/nibblypig/b54qjavu/2/


Related Query

More Query from same tag