> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/parametrage/les-graphes-automatiques/quel-type-de-graphe-pour-quel-type-de-donnees.md).

# Quel type de graphe pour quel type de données ?

Quand il y a un regroupement sur une colonne de type liste déroulante ou vrai/faux, SIMAX dessine un graphe en secteur.

Pour les autres types de colonne (date, DateHeure, élément d'un tableau) SIMAX choisit par défaut un histogramme.

&#x20;

Cas particulier : pour les regroupements sur élément d'un tableau quand il n'y a pas beaucoup d'éléments, SIMAX choisit de dessiner un graphe secteur.

&#x20;

{% hint style="info" %}
Remarque : Pour une question de lisibilité, les très petites valeurs dans les secteurs (uniquement pour liste et vue) sont regroupées dans la valeur « \<Autres> » et le reste des valeurs est trié du plus grand au plus petit.
{% endhint %}

*Exemple :*

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


---

# 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:

```
GET https://doc.simax.fr/parametrage/les-graphes-automatiques/quel-type-de-graphe-pour-quel-type-de-donnees.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.
