Syntax Error when rendering in jsreport
-
So, I'm trying to render HTML as chrome image and I get a syntax error from my vector js (raphaeljs), but it works fine locally
https://playground.jsreport.net/w/Tubenfisch/n_J0kSJR
Could someone point out for me what I'm doing wrong?
-
Seems like that raphaeljs code includes some char sequences that jsrender is recognizing as its own syntax.
You may try to move its code to the asset
https://playground.jsreport.net/w/anon/~Bxx~985Or link it from a CDN instead of pasting the code.
-
This post is deleted!
-
Thanks a lot!