3DGraph disappears when setSize() is called
Hi, I've been experimenting with 3DGraph (bar-style). It's been great, but i have one issue: When I call graph.setSize(x, y) (for example graph3d.setSize('400px', '400px');) the graph disappears and i only see its background! In order to see the graph again, I have to move the camera with my mouse a little bit and the graph reappears again. Here you can see what I just described: http://codepen.io/Loreno/pen/WGmJmz?editors=0010\ In the bottom I've called setSize. if you comment it out - the graph appears normally.