How can I make my ngx-line-chart responsive?
After some research I found the solution to my problem. 1) To change the chart size when the window is resized: To change the chart’s size I used a “onResize(event)” method. This method take in parameter the window resize event. In this method I simply get the width of the window, I divide it by … Read more