Canvas Sigma enables you to display charts from different or same datasources on reports by configuring the chart settings while creating the report in Sigma Studio. The charts need to be created using App Designer in Sigma Studio. While configuring the report, the chart app (widget) must be mapped using the Template Designer.
Prerequisites
To display charts on the reports, it is necessary to perform the following system pre-requisites on the environment, where Sigma is to be deployed:
- Download PhantomJS and store the installable in the Sigma work folder on the environment, e.g. ../Sigma/phantomjs/phantomjs.exeinstall the ChromeDriver (chromedriver.exe) file in your system.
Make sure that you mention the PhantomJS ChromeDriver file name in the PHANTOMJSDRIVER_FILE_NAME property on the Sigmainforreportconfig.properties file as shown on in the following screenshot.
Sample File Location in Tomcat Server: <Tomcat-Installed-Folder>\webapps\sigma\WEB-INF\lib\SigmaResources.jar\Sigmainforreportconfig.properties.Note - If you use Windows OS, mention the file name on the PHANTOMJSDRIVER_FILE_NAME property as phantomjschromedriver.exe.
- If you use Linux or Unix OS, mention the file name on the PHANTOMJSDRIVER_FILE_NAME property as phantomjschromedriver.
- Make sure that you mention specify the relevant Sigma Application report headless URL in the REPORT_SVG_HEADLESS_URL property on the Sigmainforreportconfig.properties file as shown on in the following screenshot.
Refer the following pages:
...