Home > OS >  why my two graph of d3.js is not combined in the single page?
why my two graph of d3.js is not combined in the single page?

Time:04-17

I have made two separate graph on separate page of Bar and pie chart respectively and now i wanted to combine this two graph in the single page so that I can have a dashboard. but when i start to combine to two graph in the main page its not happening and they overlap of each other. Code:
enter image description here

  • Related