Custom Styling

Hello Helical,

I want to add my own custom CSS to the tabular and cross tabular reports that I create in Helical Insight as part of white labelling, like custom font, colour etc. Where do I need to add this CSS? How will it reflect on the dashboard as well? I would like to add this once for all and not individually for all the reports separately.

Thank You,
Netta.

Hello Netta,

Please follow the steps given below:

  1. Create a css file with the changes you need (eg. Newstyle.css) and place it at location …\hi\apache-tomcat-9\webapps\hi-ee\css
  2. In order for these changes to be reflected at report create, report edit, report open, dashboard create, dashboard edit and dashboard open levels, call the css loading tag for the custom css file in 3 jsp files : adhocReport.jsp, serviceLoadView.jsp and visualizeAdhoc.jsp
    These files are located at …\hi\apache-tomcat-9\webapps\hi-ee\WEB-INF\jsp
  3. Check the report/Dashboard in private window (to make sure it is not coming from cache)

Thank You,
Helical Insight.