> For the complete documentation index, see [llms.txt](https://a-styd.gitbook.io/apexcharts-ruby/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://a-styd.gitbook.io/apexcharts-ruby/options/defer-chart-rendering.md).

# Defer Chart Rendering

It's possible to defer chart rendering by passing the argument `defer: true` as option.

```erb
<%= line_chart series, defer: true %>
```
