Skip to main content

Overview

Widget is a visual element on a dashboard scene. You can add widgets with charts based on layer data, text, and separate values.

Widgets are divided into two groups:

  • Custom widgets: you can create them, customize the content, and change their size and position on the scene.
  • System widgets are available by default. These widgets cannot be deleted, but you can hide them on the scene.

Custom widgets

Widget
Description
Example
Bar chartSuitable for comparing data in different groups. Data is grouped on the Y-axis and displayed as horizontal bars.Bar chart
Column chartSuitable for comparing data in different groups. Data is grouped on the X-axis and displayed as vertical columns.Column chart
HistogramSuitable for distributing data by equal ranges (steps) as columns.Histogram
Line graphSuitable for viewing the changes in a value depending on a specific parameter.Line graph
Pie chartSuitable for showing the ratio between values. A slice shows a value fraction of the whole.Pie chart
Area chartAn analog of a line graph but with a filled area under the points and a smooth line.Area chart
ComparisonSuitable for comparing data in different groups in a table format.Comparison widget
StatisticsSuitable for viewing brief statistics on aggregated data.Statistics widget
Text widgetSuitable for adding a text description to a scene. You can format the text in the widget.Text widget
KPISuitable for quickly viewing a key value from a sample and comparing the current value with the target.KPI widget

System widgets

Widget
Description
Example
LegendShows information about all scene layers.Legend widget
TimelineUsed for filtering data on the scene by the Date attribute and viewing an animation of data changes.Timeline widget
Slicer FilterUsed for filtering data on the scene without editing the original sample.Slicer Filter widget

What's next?