I want to do the bar chart visualization in angular, when the child component gets data from the component, it shows this error, and the bar chart did not show.
Here is my project, someone can help? Thanks a lot. enter image description here
I want to do the bar chart visualization in angular, when the child component gets data from the component, it shows this error, and the bar chart did not show.
Here is my project, someone can help? Thanks a lot. enter image description here
d3 module is missing from your package, you should install it .
npm install d3 && npm install @types/d3 --save-dev