InsightsDashboard
Last updated
Last updated
The appmixer.ui.InsightsDashboard is a UI widget that displays all the charts that the user has defined. The charts are interactive and can be re-arranged with drag&drop, refreshed to reflect the latest state, cloned and removed. Usually, you would listen to the chart:open event to open the appmixer.ui.InsightsChartEditor for the user to be able to re-configure their chart.
Method | Description |
| Constructor function that accepts |
| Render the InsightsDashboard inside its container. |
| Close the InsightsDashboard. |
| React on events of the InsightsDashboard. See below for the list of events the InsightsDashboard supports. |
| Remove event listeners. If no arguments are provided, remove all event listeners. If only the |
| Change the state of the UI. Currently, only |
| Refresh the content of InsightsDashboard. |
Event | Callback | Triggered when... |
|
| the user clicks the "tripple-dot" tool button. |
|
| the user clicks the trash icon tool button. |