I'm currently utilizing AngularNVD3 directives.
Referencing the example at: https://github.com/angularjs-nvd3-directives/angularjs-nvd3-directives/blob/master/examples/lineChart.with.automatic.resize.html
<!--
width and height have been removed from the directive for automatic resizing.
-->
When I adjust the size of the graph container, it only resizes when I move/open/close the 'console view' (ctrl + shift + i on FF).
After checking the AngularNVD3 directive, I noticed there is no event triggered for the resize. Could this behavior be related to d3/NVD3?
My current question is: How can I simulate an event to trigger the graph resize dynamically?