Variables
activeUIOverlayRootId#
The id that should be given to the ActiveUI overlay-root element.
applicationMenuItemAbout#
ApplicationMenuItem that opens a modal displaying the versions of ActivePivot and ActiveUI.
applicationMenuItemAddSavedWidget#
Application menu item for adding a saved widget into the dashboard.
applicationMenuItemDocumentation#
ApplicationMenuItem that opens the documentation in a new tab.
applicationMenuItemInsertSavedFilters#
Application menu item for inserting saved filters to the selected widget.
applicationMenuItemInsertSavedMeasures#
Application menu item for inserting saved measures into the selected widget.
applicationMenuItemSurvey#
ApplicationMenuItem that opens the user survey in a new tab.
applicationSubMenuHelp#
ApplicationSubMenu containing menu items to give information about Atoti UI, in particular: - applicationMenuItemAbout - applicationMenuItemDocumentation - applicationMenuItemSurvey
axisIds#
darkActiveViamTheme#
The default dark theme.
drawerQueryContextEditor#
Drawer allowing to edit the query context of a target widget, page or dashboard.
drawerQueryEditor#
Drawer allowing to see and edit the MDX query of the selected widget.
drawerStateEditor#
Drawer allowing to see and edit the widgetState of the selected widget. In particular, this drawer can be handy to manually edit the configuration of charts.
drawerStyleEditor#
Drawer allowing to see and edit the style of the selected widget.
getParentPaths#
Returns the paths to the parents of the nodes identified by the given paths
isMdxCompoundIdentifier#
Returns whether mdx represents a compound identifier.
isMdxFunction#
Returns whether mdx represents a function. The name attribute is optional. If given, it must be in all lowercase.
lightActiveViamTheme#
The default light theme.
opacitize#
Returns the rgba color corresponding to the given color with the given opacity
pluginCellPivotTable#
CellPlugin allowing users to expand header cells and sort columns in a CellSet table.
pluginCellStyleDrillthroughTable#
CellStylePlugin adding an alternate backgrounds to rows and indicating changing cells.
pluginCellStylePivotTable#
CellStylePlugin hiding neighboring header cells with the same value and adding an alternate background to leaf rows.
pluginCellStyleTable#
CellStylePlugin hiding neighboring header cells with the same value and adding an alternate background to leaf rows.
pluginCellTable#
CellPlugin displaying a cell in a table.
pluginCellTreeTable#
CellPlugin displaying the row header of a pivot table as a tree and allowing users to expand header cells and sort columns.
pluginMenuItemCopyQuery#
MenuItemPlugin allowing to copy the MDX query of a widget, if it has one.
pluginMenuItemDuplicateWidget#
MenuItemPlugin allowing to duplicate a widget in a dashboard.
pluginMenuItemExportDrillthroughToCsv#
MenuItemPlugin allowing to download the data represented by a drillthrough widget as a CSV file.
pluginMenuItemExportToCsv#
MenuItemPlugin allowing to download the data represented by a widget as a CSV file.
pluginMenuItemFilterOnEverythingButSelection#
MenuItemPlugin allowing to filter a widget and/or its siblings by showing everything except what is selected.
pluginMenuItemFilterOnSelection#
MenuItemPlugin allowing to filter a widget and/or its siblings on its current selection.
pluginMenuItemFullScreen#
MenuItemPlugin allowing to display a widget in full screen.
pluginMenuItemHideColumns#
MenuItemPlugin allowing to hide columns in a table widget.
pluginMenuItemOpenDrillthrough#
MenuItemPlugin allowing to open a drillthrough from a data visualization widget.
pluginMenuItemRefreshQuery#
MenuItemPlugin allowing to refresh a widget.
pluginMenuItemRemoveSort#
MenuItemPlugin allowing to remove sorting on a data visualization widget.
pluginMenuItemRemoveWidget#
MenuItemPlugin allowing to remove a widget.
pluginMenuItemSaveWidget#
MenuItemPlugin allowing to save a widget from within a dashboard.
pluginMenuItemSaveWidgetAs#
MenuItemPlugin allowing to save a new widget from within a dashboard.
pluginMenuItemShowHideChartTotals#
MenuItemPlugin allowing to show and hide totals on a bar, line or column Plotly chart widget.
pluginMenuItemShowHideTotals#
MenuItemPlugin allowing to show and hide totals on a data visualization widget.
pluginMenuItemSortChartAscendingly#
MenuItemPlugin allowing to sort a chart widget ascendingly.
pluginMenuItemSortChartDescendingly#
MenuItemPlugin allowing to sort a chart widget descendingly.
pluginMenuItemSortDrillthroughTableAscendingly#
MenuItemPlugin allowing to sort a drillthrough table ascendingly.
pluginMenuItemSortDrillthroughTableDescendingly#
MenuItemPlugin allowing to sort a drillthrough table descendingly.
pluginMenuItemSortPivotTableAscendingly#
MenuItemPlugin allowing to sort a widget representing a CellSet ascendingly without breaking the hierarchies.
pluginMenuItemSortPivotTableDescendingly#
MenuItemPlugin allowing to sort a widget representing a CellSet descendingly without breaking the hierarchies.
pluginMenuItemSortTableAscendingly#
MenuItemPlugin allowing to sort a widget representing a CellSet ascendingly without regard to the hierarchy.
pluginMenuItemSortTableDescendingly#
MenuItemPlugin allowing to sort a widget representing a CellSet descendingly without regard to the hierarchy.
pluginMenuItemSwitchQuickFilterMode#
MenuItemPlugin allowing to change the display mode of a quick filter widget.
pluginMenuItemSynchronizeSavedWidget#
MenuItemPlugin allowing to synchronize a widget in a dashboard with its original saved widget's latest version on the content server.
pluginSelectionListenerFilterOtherWidgets#
SelectionListenerPlugin automatically filtering other widgets in the dashboard page based on the selection on the target widget, each time this selection changes.
pluginTitlebarButtonEditTextWidget#
TitleBarButtonPlugin allowing to put a pluginWidgetTextEditor widget in edit mode.
pluginTitleBarButtonFullScreen#
TitleBarButtonPlugin allowing to display a widget in full screen.
pluginTitleBarButtonRemoveWidget#
TitleBarButtonPlugin allowing to remove a widget.
pluginTitleBarButtonToggleQueryMode#
TitleBarButtonPlugin allowing to toggle a widget's query between realtime and paused.
pluginWidgetDrillthroughTable#
TableWidgetPlugin running an MdxDrillthrough query and presenting its result as a table.
pluginWidgetKpi#
Data visualization WidgetPlugin displaying one or several high level KPIs. Can optionally be used to display comparisons of KPIs, for instance across 2 dates or 2 scenarios. Can be switched to any other data visualization widget plugin.
pluginWidgetPivotTable#
Data visualization WidgetPlugin displaying a pivot table. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotly100StackedAreaChart#
Data visualization WidgetPlugin displaying a Plotly stacked area chart, normalized in order to highlight the relative contribution of each series to each point on the X axis. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotly100StackedBarChart#
Data visualization WidgetPlugin displaying a Plotly stacked bar chart, normalized in order to highlight the relative contribution of each series to each point on the Y axis. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotly100StackedColumnChart#
Data visualization WidgetPlugin displaying a Plotly stacked column chart, normalized in order to highlight the relative contribution of each series to each point on the X axis. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyAreaChart#
Data visualization WidgetPlugin displaying a Plotly area chart. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyBulletChart#
Data visualization WidgetPlugin displaying a Plotly bullet chart. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyClusteredBarChart#
Data visualization WidgetPlugin displaying a Plotly clustered bar chart. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyClusteredColumnChart#
Data visualization WidgetPlugin displaying a Plotly clustered column chart. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyComboChart#
Data visualization WidgetPlugin displaying a Plotly "columns and lines" chart. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyDonutChart#
Data visualization WidgetPlugin displaying a Plotly donut chart. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyGaugeChart#
Data visualization WidgetPlugin displaying a Plotly gauge chart. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyLineChart#
Data visualization WidgetPlugin displaying a Plotly line chart. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyPieChart#
Data visualization WidgetPlugin displaying a Plotly pie chart. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyRadarChart#
Data visualization WidgetPlugin displaying a Plotly radar chart. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyScatterPlot#
Data visualization WidgetPlugin displaying a Plotly scatter plot. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyStackedAreaChart#
Data visualization WidgetPlugin displaying a Plotly stacked area chart. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyStackedBarChart#
Data visualization WidgetPlugin displaying a Plotly stacked bar chart. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyStackedColumnChart#
Data visualization WidgetPlugin displaying a Plotly stacked column chart. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyTreeMap#
Data visualization WidgetPlugin displaying a Plotly treemap. Can be switched to any other data visualization widget plugin.
pluginWidgetPlotlyWaterfallChart#
Data visualization WidgetPlugin displaying a Plotly waterfall chart. Can be switched to any other data visualization widget plugin.
pluginWidgetQuickFilter#
WidgetPlugin displaying a Component allowing to select members of a chosen hierarchy, in order to filter all widgets in the dashboard page on these members.
pluginWidgetTable#
Data visualization WidgetPlugin displaying a table. Can be switched to any other data visualization widget plugin.
pluginWidgetTextEditor#
Text editor WidgetPlugin with Markdown support. It offers an edit and a view mode. - Dashboard builders can use the edit mode to document a dashboard or one of its pages, before sharing it.
pluginWidgetTreeTable#
Data visualization WidgetPlugin displaying a tree table. A tree table is just like a pivot table, but the columns of its row header are squashed together. These columns are displayed as a tree.
traverseMdx#
Walks through mdx recursively and calls callback on each node. If callback explicitly returns false when evaluated on a node, the function execution is stopped, and false is returned.