Administering : Managing business rules and expressions : Business rules definitions : ChartPlugin business rule
  
ChartPlugin business rule
The ChartPlugin business rule displays the content of a custom chart plug-in as the value of an attribute on any element.
Notes
The ChartPlugin business rule cannot be used in the Prefix attribute.
The ChartPlugin business rule does not log history.
The display from the ChartPlugin business rule can not be exported to excel or shown in reports.
Prerequisites
A customchart plugin uploaded to Focal Point server.
A business rule container attribute, which must be a Text attribute
Format
In the business rule container attribute, enter the business rule in the following format:
=ChartPlugin("Plugin Id"","Chart title",
"View Id","Width",
"Height")
Parameters
 
Parameter
Description
"Plugin Id"
Id of the custom chart plugin.This will be listed in the Admininistration-->Application-->Plugins page.
"Chart title"
Title of the chart.
"View Id"
Id of the view to be used as the chart view. User need to have access to this view for displaying the chart.
"Width"
Width of the chart in pixels.
"Height"
Height of the chart in pixels.
See also
Business rules definitions