# Table of contents

[Introduction](/ngx-charts/readme.md)

* [Motivation](/ngx-charts/motivation.md)
* [Features](/ngx-charts/features.md)
* [Installing](/ngx-charts/installing.md)
* [Custom Charts](/ngx-charts/custom-charts.md)
* Examples
  * Bar Charts
    * [Vertical Bar Chart](/ngx-charts/examples/bar-charts/vertical-bar-chart.md)
    * [Horizontal Bar Chart](/ngx-charts/examples/bar-charts/horizontal-bar-chart.md)
    * [Grouped Vertical Bar Chart](/ngx-charts/examples/bar-charts/grouped-vertical-bar-chart.md)
    * [Grouped Horizontal Bar Chart](/ngx-charts/examples/bar-charts/grouped-horizontal-bar-chart.md)
    * [Stacked Vertical Bar Chart](/ngx-charts/examples/bar-charts/stacked-vertical-bar-chart.md)
    * [Stacked Horizontal Bar Chart](/ngx-charts/examples/bar-charts/stacked-horizontal-bar-chart.md)
    * [Normalized Vertical Bar Chart](/ngx-charts/examples/bar-charts/normalized-vertical-bar-chart.md)
    * [Normalized Horizontal Bar Chart](/ngx-charts/examples/bar-charts/normalized-horizontal-bar-chart.md)
  * Pie Charts
    * [Pie Chart](/ngx-charts/examples/pie-charts/pie-chart.md)
    * [Advanced Pie Chart](/ngx-charts/examples/pie-charts/advanced-pie-chart.md)
    * [Pie Grid Chart](/ngx-charts/examples/pie-charts/pie-grid-chart.md)
  * Line/Area Charts
    * [Line Chart](/ngx-charts/examples/line-area-charts/line-chart.md)
    * [Area Chart](/ngx-charts/examples/line-area-charts/area-chart.md)
    * [Stacked Area Chart](/ngx-charts/examples/line-area-charts/stacked-area-chart.md)
    * [Normalized Area Chart](/ngx-charts/examples/line-area-charts/normalized-area-chart.md)
  * [Polar/radar Chart](/ngx-charts/examples/polar-radar-chart.md)
  * [Heat Map Chart](/ngx-charts/examples/heat-map-chart.md)
  * [Tree Map Chart](/ngx-charts/examples/tree-map-chart.md)
  * [Number Card Chart](/ngx-charts/examples/number-card-chart.md)
  * [Gauge Chart](/ngx-charts/examples/gauge-chart.md)
  * [Linear Gauge Chart](/ngx-charts/examples/linear-gauge-chart.md)
  * [DAG Chart](https://github.com/swimlane/ngx-charts-dag)
* Contributing
  * [Building](/ngx-charts/contributing/building.md)
  * [Troubleshooting](/ngx-charts/contributing/troubleshooting.md)
  * [Guidelines](/ngx-charts/contributing/guidelines.md)
  * [Community](/ngx-charts/contributing/community.md)
  * [Credits](/ngx-charts/contributing/credits.md)
* [Changelog](/ngx-charts/changelog.md)
* [License](/ngx-charts/license.md)


---

# 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://swimlane.gitbook.io/ngx-charts/summary.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.
