Skip to content

Widgets catalogue

Closer view to the widget's settings.

For Dashboard and widget's setup, please refer here.

Value widgets

Usage of value widgets is, when displaying data in text form is needed.

Single value widget

Serves the purpose of displaying just a single value.

Value can be of type: string, boolean, number.

Single value widget

Single value can display just a date (convert e.g. unix timestamp to human readable date), if needed.

Single value widget datetime

Multiple value widget

Serves the purpose displaying n values in one widget.

Except displaying n values in one widget, multiple value widget contents the same features as Single value widget.

Values can be of type: string, boolean, number.

Multiple value widget

Status indicator widget

Status indicator widget displays a number value and a color indication based on defined boundaries.

Value can be of type: number.

Status indicator widget

Table widget

Table widget can display multiple values in the table form.

Values can be of type: string, boolean, number.

Table widget

Tool widgets

Tool widgets serves the purpose of a "button" - that when clicked - open a new tab in the browser with a link (URL address) specified in the configuration of the widget. Images for a tool widget can be loaded directly in the application's public folder or loaded as a base64 string image.

Tool widget

Chart widgets

Usage of chart widgets is, when displaying data in graphical form is needed.

Recharts are used as library for rendering data in the chart form.

BarChart widget

BarChart widget has 4 types of displaying data:

BarChart widget with sample data

Displaying the data based on some key on the timeline.

BarChart widget with sample data

BarChart widget with aggregated data

Displaying count of the data based on some key on the timeline.

BarChart widget with aggregated data

BarChart widget with grouped data

Displaying the data based on key by the total count.

BarChart widget with grouped data

BarChart widget with data table

Displaying the chart data in the table. This feature can be enabled in the chart settings and activated by clicking the button in top right corner of the widget.

BarChart widget with data table

AreaChart widget

Contains the same features as BarChart widget, but it displays the data in the widget in area form.

AreaChart widget with sample data

ScatterChart widget

Contains the same features as BarChart widget, but it displays the data in the widget in scatter form.

ScatterChart widget with aggregated data

PieChart widget

PieChart displays only grouped data in form of pie chart and table.

PieChart with gradient colors

In this example, tooltip is used for displaying detailed informations about the particular part (tooltip is not displayed in this image).

PieChart widget with gradient colors

PieChart with multiple colors

In this example, tooltip is replaced by indication of an active part in the upper left corner of the widget.

PieChart widget with multiple colors

FlowChart widget

Mermaid is used as a library for rendering flowcharts.

Mermaid playground can be found here.

FlowChart widget with Gantt diagram