# Widgets

### **Type of Visualizations** <a href="#type-of-visualizations" id="type-of-visualizations"></a>

MyLinkConnect offers a variety of visualizations to display statistics, such as charts, tables, counters, and more. These visualizations can be customized to fit your needs.

Most of these visualizations are editable, allowing you to filter data by specific time ranges, bots, or channels. You can also customize the layout of each widget to better present the data.

&#x20;

* **Line chart**

  <figure><img src="/files/saAGQQnyjpElHqWWGVej" alt=""><figcaption></figcaption></figure>

  A line chart is a versatile tool for visualizing data trends over time or across categories, it is excellent for identifying trends and patterns over a continuous range, such as time, making it easy to spot upward or downward trends.\ <br>
* **Counter**

  ![](/files/DHKnnMi5rrtqmrA040Rk)

  A counter is a simple yet powerful visualization tool used to display numerical data.\
  Ideal for showing real-time data, live updates or milestones\ <br>
* **Pie chart / Cake**

  ![](/files/hLVTeGdEkGZC4mcEK1OP)

  A pie chart, often referred to as a cake chart, is a circular chart divided into slices to illustrate numerical proportions, ideal for showing how different parts make up a whole\ <br>
* **Bar chart**

  ![](/files/3LMBnqcYcMaMhbj6OEhe)

  A bar chart is a popular and versatile tool for visualizing categorical data with rectangular bars, can be used for a wide range of data types, including counts, percentages, and other numerical values. They can be displayed vertically or horizontally, depending on the preference and context.\ <br>
* **Table**

  ![](/files/1M0JLTshtHdLoEbHfg9N)

  A table is a versatile tool for organizing and displaying data in a structured format of rows and columns, tables are excellent for presenting detailed data. They allow for the inclusion of precise values, multiple variables, and additional information that might be too complex for other types of visualizations.\ <br>
* **Gauge**\
  ![](/files/yklGt51q8rvYbg7LNZNZ)

  A gauge chart, also known as a dial chart or speedometer chart, is a visual tool used to display data in a way that resembles a speedometer. Gauge charts are ideal for measuring and displaying performance against a target or threshold. They clearly show whether the current value is within acceptable ranges.
* **Calendar view**\
  A calendar widget is an interactive tool designed to help users manage and visualize event, schedules and appointments. This widget might be useful for optimizing operational efficiency, checking activity status or planning for the future.

### **Widget Settings** <a href="#widget-settings" id="widget-settings"></a>

According to the selected visualization, the settings of the widget may vary but normally they all share the same filters, here below some examples of the filters available for a widget.

#### **Data** <a href="#data" id="data"></a>

<figure><img src="/files/0WWb8WZ92a6JJBhoB5y3" alt=""><figcaption></figcaption></figure>

**Group Mode** Group Mode can aggregate all the data using a common field among the values. Some examples of grouping include grouping by channel or by bot.

**Filter Bots** Filter Bots allows you to group data by a specific bot or include all bots.

**Filter Channels** Filter Channels enables grouping by specific channels, such as: Facebook, SMS, Telegram, WhatsApp, etc.

#### **Time** <a href="#time" id="time"></a>

![](/files/LKUFjh8v15t1e8G04NzE)

The **Period** filter includes various predefined time ranges and also allows the user to enter a custom date range.

![](/files/jlWGqybFNfDx2PB6mqTn)

The **Time Frame** filter aggregates values within specific time intervals, such as: yearly, monthly, daily, or hourly.

![](/files/VOEJhSQQ7Ywa5wBF2ZVp)

#### **Layout** <a href="#layout" id="layout"></a>

![](/files/6YLwp1RhjIKtPtTcjIqF)

Some widgets allow the user to customize the visualization of data, offering options such as: changing the widget title, setting a fixed starting value for the Y scale, toggling the visibility of the chart legend, and more.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mylinkconnect.com/analytics/widgets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
