# Analytics

The graph is divided into two key sections:&#x20;

**Vertical Axis (Y-axis)**

* Represents number of submissions.
* Each bar or point shows how many form entries were submitted within the selected period.

**Horizontal Axis (X-axis)**

Shows dates, weeks, or months based on your selected chart view mode:

* **Monthly** → Dec 2022, Dec 2023, etc.
* **Weekly** → Week 1, Week 2, Week 3…
* **Daily** → Specific dates

Makes it easier to understand when entries are increasing or decreasing.

Provides a clear timeline for submission activity.

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

#### Form Selection

This dropdown lets you choose which form’s analytics you want to view.

When you select a specific form, the graph automatically updates and displays submission data only for that selected form.

* Helps compare different forms
* Shows accurate entry statistics based on form selection

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

#### Date Range Filter (From – To)

These two date pickers allow you to set a custom date range. The graph only shows submissions recorded between these two dates.

* Perfect for weekly, monthly, yearly, or custom analysis
* Helps focus on a specific time period

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

#### Chart Type Selector (Bar / Line Chart)

You can switch between two types of chart views:

A **Bar Chart** represents form submissions using vertical bars.

Each bar corresponds to a specific time period (daily, weekly, or monthly), and the height of the bar shows how many entries were submitted during that period.

A **Line Chart** represents form submissions as connected points.

Each point reflects the number of submissions for a specific date or time period, and all points are connected with a smooth line.

Selecting a chart type instantly changes the visual representation of the same data.

#### Chart View Mode (Monthly / Weekly / Daily)

This dropdown allows you to group and display data based on:

* **Daily View**: Shows submissions for each day
* **Weekly View**: Groups submissions by week
* **Monthly View**: Groups submissions by month

The graph adjusts its horizontal labels and data grouping according to your selection.

Makes it easier to analyze trends in different time frequencies

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

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

<br>


---

# 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.centousplugins.com/database-entries-form-7-pro/analytics.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.
