Hello,
I am developing a web application in `reactjs` and i want to use `Visualize.js` for reporting and analytics but i am no able to find how to integrate both of these. Can anyone help ?
2 Answers:
Posted on August 7, 2018 at 2:33pm
Hello Waleed,
This probably might not be the best answer that I could give. One of our customers asked a similar question and I lifted the text from there:
import visualize script from your index.html. If you import from index.html then you might have to call the Visualize function using window.visualize.
Hope this helps you in some sort.