Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

Register the created JavaScript files with Pentaho Analyzer

Parent article

You must notify Pentaho Analyzer about the JavaScript files you have created. By adding the following child element of plugin to the plugin.xml file defined earlier, the JavaScript files will be included in Pentaho Analyzer.

<external-resources> 
  <file context="analyzer">content/example-visualization/resources/example.js</file> 
  <file context="analyzer">content/example-visualization/resources/example_analyzer_plugin.js</file> 
</external-resources>