# Series metrics

[​](https://geoffbullen.github.io/smaply-knowledge/docs/documentation/metrics/types-of-metrics#series)Series metrics involve a sequence of data points collected over a period or categorically. This type allows for detailed analysis and visualization of trends, changes, and progressions in your data. For example, tracking monthly visitors over a year.

<figure><img src="https://cdn.prod.website-files.com/5efcb2de6010ca2c18f0cf59/66f6967c5ac056a55a97cad6_bar_chart-178d38094bdc5016941975c4715ffc94.png" alt="Bar chart" width="375"><figcaption><p>Metrics: Bar chart</p></figcaption></figure>

**Bar chart:** Visualizes data points as vertical bars, useful for comparing categories.

<figure><img src="https://cdn.prod.website-files.com/5efcb2de6010ca2c18f0cf59/66f6967bb88d3731986cac2b_horizontal_bar_chart-533aefe99d7f2506176e1e8058dc9867.png" alt="Horizontal bar chart" width="375"><figcaption><p>Metrics: Horizontal bar</p></figcaption></figure>

**Horizontal bar:** Similar to the bar chart but with horizontal bars, ideal for long category names.

<figure><img src="https://cdn.prod.website-files.com/5efcb2de6010ca2c18f0cf59/66f6967cfed17cf94df4f411_pie_chart-3a13e0781cf06a1f9a2562c39e703115.png" alt="Pie chart" width="375"><figcaption><p>Metrics: Pie chart</p></figcaption></figure>

**Pie chart:** Displays data as slices of a pie, showing relative proportions.

<figure><img src="https://cdn.prod.website-files.com/5efcb2de6010ca2c18f0cf59/66f6967bd1fd7bd571e68eeb_line_chart-746207569362266dafe091d740f8589e.png" alt="Line chart" width="375"><figcaption><p>Metrics: Line chart</p></figcaption></figure>

**Line chart:** Plots data points on a line, best for showing trends over time.

<figure><img src="https://cdn.prod.website-files.com/5efcb2de6010ca2c18f0cf59/66f6967c6e3376c3337ff082_table_chart-ad7697002cb5b6379f2f8545fc49ac6c.png" alt="Table chart" width="375"><figcaption><p>Metrics: Table</p></figcaption></figure>

**Table:** Lists data points systematically, suitable for detailed viewing.


---

# 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://helpdesk.smaply.app/metrics/types-of-metrics/series-metrics.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.
