Hi guys, I was wondering if it was possible to use visualize.js to render reports for Community Edition.
Thanks in advance for your help
2 Answers:
Posted on September 12, 2019 at 2:26am
Quick and straight answer, no.
You will have to write your own implementaiton of this. visualize.js is for commercial only and close source. You could reverse engineer it, but licensing would become and issue.
Best is to make use of the REST api, which is well diverse and set out. I am not 100%, but I believe visualize.js, just makes use of the rest api in anyways, it is just an easier developer layer to make it easier for app integration from an enteprise point of view. You can if you have the time and resource get the same done.