# Creating a micro chart

#### Using the grid to create a Micro Chart <a href="#using-the-grid-to-create-a-micro-chart" id="using-the-grid-to-create-a-micro-chart"></a>

Trendlines feature is added in the Grid chart. With this feature, we can convert the Grid chart into Micro chart.

**Inputs**

**Attributes required:** 2 or more **Metrics required:** 1 or more

Follow the below procedure to convert the Grid chart into Micro chart. **Step 1:** Create a Grid chart with 2 or more attributes and minimum of 1 metric. For example, we have a grid chart created with 2 attributes and 3 metrics. See the screenshot

![](https://docs.vitaracharts.com/~gitbook/image?url=https%3A%2F%2F230207405-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FOuiTPVEbVQnzR38vviPf%252Fuploads%252FLN7hL8Wi0b3GAeOGG2l9%252FgridMicro1.png%3Falt%3Dmedia%26token%3D17b94bcc-70e9-45fb-9337-fff544b6c074\&width=768\&dpr=4\&quality=100\&sign=2b9bad7d\&sv=2)

**Step 2:** Group by the attribute ‘Year’. In the Micro chart, we have two drop zones for attributes called Category axis and Trend By. In this example, ‘year’ will be the category axis attribute and ‘Category’ will be the Trend By attribute. See the screenshot which shows the year attribute in grouped state.

![](https://docs.vitaracharts.com/~gitbook/image?url=https%3A%2F%2F230207405-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FOuiTPVEbVQnzR38vviPf%252Fuploads%252FGl6vdP03xy8zECBwOsBh%252FgridMicro2.png%3Falt%3Dmedia%26token%3D805fb000-6918-4727-bbb2-73331a2b22d4\&width=768\&dpr=4\&quality=100\&sign=57596c4c\&sv=2)

**Step 3:** Now we will apply 3 different trend lines for the 3 different metrics. To know about trend lines click here See the screenshot which shows the trendlines applied.

![](https://docs.vitaracharts.com/~gitbook/image?url=https%3A%2F%2F230207405-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FOuiTPVEbVQnzR38vviPf%252Fuploads%252FwSODDocqDb6u1mK5UzNf%252FgridMicro3.png%3Falt%3Dmedia%26token%3Da4e6d470-67fc-4149-bb23-b7da6cac25b2\&width=768\&dpr=4\&quality=100\&sign=15fa2658\&sv=2)

**Step 4:** Finally, hide the Grid dropzones using below steps

1. Open property editor > Appearance tab.
2. Set the ‘Grouping/Pivoting dropzone’ to hide See the screenshot below with hidden Grid dropzones.

![](https://docs.vitaracharts.com/~gitbook/image?url=https%3A%2F%2F230207405-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FOuiTPVEbVQnzR38vviPf%252Fuploads%252FgfzTG35p3RuSPblmrE8C%252FgridMicro4.png%3Falt%3Dmedia%26token%3D0884feb7-e964-4faa-abe2-fdf3968eba66\&width=768\&dpr=4\&quality=100\&sign=d9ebd897\&sv=2)

If you have noticed the above image, the grid dropzones are hidden. Just compare this screenshot with the screenshot in step 3. And the Grid chart is now converted to Micro chart

For detailed information on configuring Trendline settings, refer to the [Trendline](https://tsdocs.vitaracharts.com/grid-chart-guide/trend-lines) documentation


---

# 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://tsdocs.vitaracharts.com/grid-chart-guide/creating-a-micro-chart.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.
