> For the complete documentation index, see [llms.txt](https://doc.dataflake.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dataflake.co/drilldowns/zoomed-in-analysis.md).

# Zoomed-in Analysis

### **Zoomed-in analysis of a single chart**

You can further analyze a chart in depth for a custom range to your needs.

Open in a view mode

1. On the chart you’d like to analyze, click the "box" icon
2. Drag select a specific range you’d like to analyze
3. **To unselect:** click outside the selected area to deselect the selection
4. **To extend or reduce the range selection:** drag right and left the icon to extend
5. Once the range has been selected, right click and select **Zoom analysis this range**

![Photo alt #responsive](https://api.filerobot.com/opendocs-global/v1/get/a8012e8e-69cf-586b-8493-e4e277c50000)

### **Analysis comparison between multiple charts**

Ability to do the same analysis as single zoomed-in analysis but can compare between multiple charts.

1. On the chart you’d like to analyze, click the **box** icon
2. Drag select a specific range you’d like to analyze

* To unselect: click outside the selected area to deselect the selection
* To extend or reduce the range selection: drag right and left the icon to extend
* Once the range has been selected, right click and select **Zoom and compare this range**

A zoom analysis popup will show up

![Photo alt #responsive](https://api.filerobot.com/opendocs-global/v1/get/61986a13-3cde-5f2e-908b-9e781a750000)

{% hint style="info" %}
Zoomed-in analysis works in case types of chart are: Line chart, mix chart and bar chart, as well as, X scale = datetime&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.dataflake.co/drilldowns/zoomed-in-analysis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
