# How to increase the series limit?

**We are facing the data limitation error with groups in the Vitara Charts. How to fix it?**

If we draw the chart’s series using an attribute, for example, an attribute in ‘Color by’ or ‘Break by’ drop zones, Vitara charts will draw the series if the elements in the attribute are less than 50. If the elements of the attribute in the ‘Color by’ or ‘Break by’ drop zones are more than 50, then Visualization will display a warning message “Too many elements”.

![aboutPage](https://vitaracharts.github.io/assets/img/faqs/seriesLimit_1.png)

However, we can increase the series limit by modifying the global.txt file. The location of global.txt file is: ***webapps/MicroStrategy/plugins/VitaraCharts/custom/***

![aboutPage](https://vitaracharts.github.io/assets/img/faqs/seriesLimit_2.png)

Default number given is 50. Increase this number to a number greater than the elements in the attribute in the ‘Color By’ or ‘Break By’ drop zone.

**IMPORTANT**: After updating the global.txt file, clear the browser cache and reload the dossier/document.

Also, please note that the limit is enforced to avoid rendering performance issues. The more the number of groups that need to be rendered the longer the chart would take.


---

# 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.vitaracharts.com/faq/how-to-increase-the-series-limit.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.
