InsightsChartEditor
Last updated
Last updated
The appmixer.ui.InsightsChartEditor is a UI widget that allows the user to configure a new chart visualization of any data of their flows. Different types of charts are supported including bar, line, area, scatter, pie and more. Moreover, the user can select from a wide range of aggregations to create an aggregated visualization of their data such as Date Histogram, Sum, Min, Max, Average, Unique Count, Range and Filter.
Method | Description |
| Constructor function that accepts |
| Render the InsightsChartEditor inside its container. |
| Close the InsightsChartEditor. |
| React on events of the InsightsChartEditor. See below for the list of events the InsightsChartEditor supports. |
| Remove event listeners. If no arguments are provided, remove all event listeners. If only the |
| Set a property. Currently only "chartId" is supported. Use it to set the chart the chart editor should open for ( |
| Get a property value. |
| Change the state of the UI. Currently, only |
| Refresh the content of the chart editor. |
Event | Callback | Triggered when... |
|
| the user clicks on the close button. |