I am trying to use billboard.js chart library with Angular 6 and facing issue in chart size. When the page load for first time, chart size is bigger than it's div container and when i change browser window size, chart's size is automatically adjusted according to div container.
See the screenshot before and after window resize.
I have tried to lazy load graph as mentioned here, but it's not working.
Any help would be appreciated.