# ApexCharts Ruby

## ApexCharts Ruby

- [About](https://a-styd.gitbook.io/apexcharts-ruby/about.md)
- [Installation](https://a-styd.gitbook.io/apexcharts-ruby/installation.md)
- [Cartesian Charts](https://a-styd.gitbook.io/apexcharts-ruby/usage/cartesian-charts.md)
- [Cartesian Charts: Part 1](https://a-styd.gitbook.io/apexcharts-ruby/usage/cartesian-charts/part1.md)
- [Cartesian Charts: Part 2](https://a-styd.gitbook.io/apexcharts-ruby/usage/cartesian-charts/part2.md)
- [Cartesian Charts: Part 3](https://a-styd.gitbook.io/apexcharts-ruby/usage/cartesian-charts/part3.md)
- [Heatmap Chart](https://a-styd.gitbook.io/apexcharts-ruby/usage/heatmap-chart.md)
- [Radar Chart](https://a-styd.gitbook.io/apexcharts-ruby/usage/radar-chart.md)
- [Bubble Chart](https://a-styd.gitbook.io/apexcharts-ruby/usage/bubble-chart.md)
- [Polar Charts](https://a-styd.gitbook.io/apexcharts-ruby/usage/polar-charts.md)
- [Cartesian Charts](https://a-styd.gitbook.io/apexcharts-ruby/data-formats/cartesian-charts.md)
- [Heatmap Chart](https://a-styd.gitbook.io/apexcharts-ruby/data-formats/heatmap-chart.md)
- [Radar Chart](https://a-styd.gitbook.io/apexcharts-ruby/data-formats/radar-chart.md)
- [Bubble Chart](https://a-styd.gitbook.io/apexcharts-ruby/data-formats/bubble-chart.md)
- [Polar Charts](https://a-styd.gitbook.io/apexcharts-ruby/data-formats/polar-charts.md)
- [Introduction](https://a-styd.gitbook.io/apexcharts-ruby/options/options.md)
- [Global Options](https://a-styd.gitbook.io/apexcharts-ruby/options/global-options.md)
- [Formatter Function](https://a-styd.gitbook.io/apexcharts-ruby/options/formatter-function.md)
- [Defer Chart Rendering](https://a-styd.gitbook.io/apexcharts-ruby/options/defer-chart-rendering.md)
- [Render within a script with type module](https://a-styd.gitbook.io/apexcharts-ruby/options/render-within-a-script-with-type-module.md)
- [Reusable Custom Palette](https://a-styd.gitbook.io/apexcharts-ruby/miscellaneous/reusable-custom-palette.md)
- [Use Alongside Other Charting Libraries](https://a-styd.gitbook.io/apexcharts-ruby/miscellaneous/cohabitation.md)
- [Alongside Chartkick](https://a-styd.gitbook.io/apexcharts-ruby/miscellaneous/cohabitation/alongside-chartkick.md)
- [Web Support](https://a-styd.gitbook.io/apexcharts-ruby/miscellaneous/web-support.md)
- [Rails](https://a-styd.gitbook.io/apexcharts-ruby/miscellaneous/web-support/rails.md)
- [Sinatra](https://a-styd.gitbook.io/apexcharts-ruby/miscellaneous/web-support/sinatra.md)
- [Middleman](https://a-styd.gitbook.io/apexcharts-ruby/miscellaneous/web-support/middleman.md)
- [Plain HTML+ERB (Without Framework)](https://a-styd.gitbook.io/apexcharts-ruby/miscellaneous/web-support/plain-htmlerb.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://a-styd.gitbook.io/apexcharts-ruby/about.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.
