Register the created JavaScript files with Pentaho Analyzer

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>