I am using ng2 charts in my project to plot a graph which have line and bar chart typically a pareto graph. I have created chart component for this. It is working fine when I am trying to render that component by routing. But whenever I am using chart component as a child component in some other component only line chart is getting plotted. Bar chart is not visible.