The tool supports interface of Foresight Analytics Platform 9 or earlier.

Inserting and Setting Up Plugins

Plugins are modules connected to a dashboard to enhance its functionality. For details see the Plugins section.

The web application allows for inserting preset plugins:

If it is required to extend functionality of preset plugins, change source files in the Plugins/Dashboard folder located in the folder with installed web application.

To insert a custom plugin to the web application and the desktop application:

  1. Create a plugin.

IMPORTANT. The following identifiers are reserved for preset plugins: PP.Ui.Dashboard.Sankey - Sankey chart; PP.Ui.Dashboard.Gantt - Gantt chart; PP.Ui.Dashboard.Indicator - Indicator. When creating a custom plugin, use the identifier that is different from the reserved one.

  1. Connect a plugin to a dashboard.

  2. Execute one of the operations in the dashboard:

After executing the operations the plugin will be inserted to the dashboard as a single object. All operations with objects described in the Building Dashboard section are available for plugins. If the plugin supports work with data sources, it is also possible to select a data source for it.

Selecting Data Source

Use the Report tab on the side panel to select a data source. To display the tab:

  1. Make sure that the side panel is displayed.

  2. Add a new plugin or select the current one in the working area.

  3. Go to the Report tab.

The tab displays all data sources in the repository available for the plugin. Select the corresponding element in the tree of objects to select or change the data source:

See also:

Building Dashboard