Exporting a chart in a scheduled report
https://community.pega.com/knowledgebase/articles/exporting-chart-scheduled-report-pdf-file
Above article mentions using PhantomJS. Do we need to install phantomjs on server ? If so, which path should phantomjs files should be extracted ?
In pyCallPhantomJS activity, below paths are configured. What exactly does shared_location refers ? I assume that we need to place chartURL.js file in the specified path.
"\\\\shared_location\\phantom\\phantomjs"
"\\\\shared_location\\phantom\\"
"\\\\shared_location\\phantom\\chartURL.js"
Thanks.