Hi, I am using the px-vis-timeseries in my Angular Application. I have a problem with the Chart Being Responsive. I removed the prevent-resize ( so its false , and will allow chart to resize ). Problem is Chart Resize it self only of when Window Size Changed it does now resize if its Parent Container Size Changed So i want to call notifyResize() to make it resize again as per parent container. I am not able to figure out how can i manually call 'notifyResize()' event to resize px-viz-timeseries. Is it the function that will notify/output the event on window size change i.e: Or i can call this to trigger Resize event via my .ts If yes How ? Any examply angular code to call the function would be helpful. Thanks