I am working on project based on a website with NodeJs
and AngularJs
. I am a beginner and somehow have written the code based on the architecture of how these two interact with each other. I have also incorporated the code for plotting the graph with static values using FusionChart library in a file called fusionchart.js
.
However, I am struggling to replace the static dataset with the dynamic one which is getting read from a server in a filename dynamicdata.js
.
I cannot share the code due to the "code share clause" but Can someone help me in figuring out what should be the steps to make sure the dynamic data in dynamicdata.js
is visible in the fusionchart.js
?