When I resize the browser, an error code google-visualization-errors-8
appears in my Google chart's CSS.
https://i.stack.imgur.com/4LX1C.png
What could be causing this error to occur?
Note: I am redrawing the graph every time the screen is resized.
$(window).resize(function(){
drawChart();
});