Pricefx Classic UI is no longer supported. It has been replaced by Pricefx Unity UI.
Â
How to Add Chart to Dashboard
Aim of this article | Shows two ways to add an existing chart to a Dashboard. |
---|---|
Related sections | Dashboards (Reference Manual) |
Steps:
- Go to Analytics > Data Analyzer and select a chart.
- In the chart editor, use one of these icons:
- Chart Builder API HintÂ
After you click the icon, a new window with the Groovy code will open. Copy and paste the code into the dashboard calculation logic.
or - Add to Dashboard
After you click the icon, a dialog opens. Select the Dashboard, to which the chart should be added and enter a label for the chart. Optionally, you can make further settings:- Show Generic Filter – Generic and Aggregation filters defined in the chart will be shown and available for editing in the dashboard.
- Show Dim Filters – Dim filters defined in the chart will be shown in the dashboard. Users will only be able to change the filter value.Â
- Allow adding and removing Dim Filters – Dim filters defined in the chart will be shown in the dashboard and users will be able to add and remove Dim filters.
- Replace if exists – If a portlet with the typed name exists, it will be replaced by this one.
- Chart Builder API HintÂ
See also a step-by-step example How to Create New Dashboard and the sections How to Create Highchart and How to Add a Map to Dashboard in the Knowledge Base.
Found an issue in documentation? Write to us.
Â