CellSetTable
Displays a table representing a CellSet.CellSetTableProps
CenteredTitle
Displays a title, centered horizontally and vertically within its parent Component.Collapsible
A component that wraps a collapsible component, allowing to toggle between collapsed and expanded.ContentNodeIcon
Displays the icon on the left of nodes in content trees. Represents a server, a folder or a file.ContentTree
Displays a tree of saved widgets or dashboardsContentTreeProps
CreateFolderModal
Displays a modal to create a folder.Dashboard
Renders multiple resizable and draggable data exploration widgets.DashboardProps
DataModelTree
Displays the tree of measures and dimensions contained in a cube.DataModelTreeProps
DataVisualizationBehaviorEditor
Allows the user to choose a template dashboard page, allowing to perform investigations on data points from the selected widget, thanks to the pluginMenuItemInvestigate.DataVisualizationContentEditor
Displays a data model tree and a wizard, allowing to add levels and measures to the selected widget’s attributes.DataVisualizationContentEditorProps
EditorProps<DataVisualizationWidgetState> & {extraSection?: JSX.Element;
onTileMovedFromExtraSection?: (args: {
dragItem: any;
toPosition: TilePositionWithinWizard;
}) => void;
}
DataVisualizationQueryEditor
Displays an MdxEditor hooked to the selected widget.DefaultTableCell
Displays a cell in a table. This behavior can be overridden by passing aCell prop to Table.
DrillthroughTable
Displays the result of an MdxDrillthrough query in a table.DrillthroughTableProps
WidgetWithQueryProps<DrillthroughTableWidgetState, DrillthroughResult, DrillthroughSelection, Tuple[], AnchoredRange2D[]>FiltersEditor
Displays a hierarchy tree and a filter wizard. Either stacked horizontally or vertically, depending on how wide the parent is.FiltersEditorProps
- EditorProps<WidgetState> & EditorProps<WidgetState> & { queryType?: “drillthrough”
- “select”; }
FormRow
Displays a styled row with a label on the left and an input on the right, useful in a form.HighlightedSearchResult
Displays the label of a search result, highlighting the matched part of it.HighlightedSearchResultProps
KpiComponent
Displays one or several high level KPIs. Can optionally be used to display comparisons of KPIs, for instance across 2 dates or 2 scenarios.KpiComponentProps
WidgetWithQueryProps<KpiWidgetState>KPIStatusTableCell
Displays a KPI Status cell in a table.LoadingBackground
The application loading background. It can be used as a placeholder while waiting for the asynchronous initialization of some React contexts for example.PivotTable
Displays a pivot table.PivotTableProps
WidgetWithQueryProps<TableWidgetState, CellSet, CellSetSelection, Tuple[], AnchoredRange2D[]> & {hideRedundantTotals?: boolean;
isRowHeaderTree?: boolean;
}
Plotly100StackedAreaChart
Displays a Plotly stacked area chart, normalized in order to highlight the relative contribution of each series to each point on the X axis.Plotly100StackedAreaChartProps
WidgetWithQueryProps<PlotlyWidgetState>Plotly100StackedBarChart
Displays a Plotly stacked bar chart, normalized in order to highlight the relative contribution of each series to each point on the Y axis.Plotly100StackedBarChartProps
WidgetWithQueryProps<PlotlyWidgetState>Plotly100StackedColumnChart
Displays a Plotly stacked column chart, normalized in order to highlight the relative contribution of each series to each point on the X axis.Plotly100StackedColumnChartProps
WidgetWithQueryProps<PlotlyWidgetState>PlotlyAreaChart
Displays a Plotly area chart.PlotlyAreaChartProps
WidgetWithQueryProps<PlotlyWidgetState>PlotlyBulletChart
Displays a Plotly bullet chart.PlotlyBulletChartProps
WidgetWithQueryProps<PlotlyWidgetState>PlotlyClusteredBarChart
Displays a Plotly clustered bar chart.PlotlyClusteredBarChartProps
WidgetWithQueryProps<PlotlyWidgetState>PlotlyClusteredColumnChart
Displays a Plotly clustered column chart.PlotlyClusteredColumnChartProps
WidgetWithQueryProps<PlotlyWidgetState>PlotlyColumnsAndLinesChart
Displays a Plotly “columns and lines” chart.PlotlyColumnsAndLinesChartProps
WidgetWithQueryProps<PlotlyWidgetState>PlotlyDonutChart
Displays a Plotly donut chart.PlotlyDonutChartProps
WidgetWithQueryProps<PlotlyPieWidgetState>PlotlyGaugeChart
Displays a Plotly gauge chart.PlotlyGaugeChartProps
WidgetWithQueryProps<PlotlyWidgetState>PlotlyLineChart
Displays a Plotly line chart.PlotlyLineChartProps
WidgetWithQueryProps<PlotlyWidgetState>PlotlyPieChart
Displays a Plotly pie chart.PlotlyPieChartProps
WidgetWithQueryProps<PlotlyPieWidgetState>PlotlyRadarChart
Displays a Plotly radar chart.PlotlyRadarChartProps
WidgetWithQueryProps<PlotlyWidgetState>PlotlyScatterPlot
Displays a Plotly scatter plot.PlotlyScatterPlotProps
WidgetWithQueryProps<PlotlyWidgetState>PlotlyStackedAreaChart
Displays a Plotly stacked area chart.PlotlyStackedAreaChartProps
WidgetWithQueryProps<PlotlyWidgetState>PlotlyStackedBarChart
Displays a Plotly stacked bar chart.PlotlyStackedBarChartProps
WidgetWithQueryProps<PlotlyWidgetState>PlotlyStackedColumnChart
Displays a Plotly stacked column chart.PlotlyStackedColumnChartProps
WidgetWithQueryProps<PlotlyWidgetState>PlotlyTreeMap
Displays a Plotly treemap.PlotlyTreeMapProps
WidgetWithQueryProps<PlotlyWidgetState>PlotlyWaterfallChart
Displays a Plotly waterfall chart.PlotlyWaterfallChartProps
WidgetWithQueryProps<PlotlyWidgetState>Resizable
Accepts two children. Displays them next to each other. The first one is resizable.ResizableProps
SaveAsPopup
A popup which allows a user to save a dashboard, widget or filter as a new content file. The user must choose a folder and name for the file and can also share it with other users if he has thecanShare permission.
SaveAsPopupProps
ShareForm
A form to allow sharing dashboards, widgets and filters between users.ShareFormProps
Title
A component that wraps antd’s Title and allows us to customize its style.TitleProps
TitleInput
Displays an editable title. Used for dashboard and widget names.TitleInputProps
Tree
Renders nested structures such as saved dashboards or data model trees.TreeProps
Widget
Displays the WidgetPlugin identified by the givenwidgetKey in the PluginRegistry provided by the closest PluginsProvider.