# Introduction

{% hint style="danger" %}
This Confluence Server plugin is not maintained and supported anymore. The EOL of the server plugin on Atlassian's Marketplace was 2024-02-15.

You can find the last release as a free plugin here now:

<https://github.com/glewe/confluence-plugins>
{% endhint %}

## What is Chart.js?

**Chart.js** is an open source Javascript charting module for websites by the great people at <https://www.chartjs.org/>, release under the [MIT license](https://opensource.org/licenses/MIT).

It supports several different chart types like a bar chart or bubble chart.

## What does this Confluence app do?

While including Chart.js charts in your website manually requires some coding expertise, this app makes it easy to put them on your Confluence pages via Confluence page macros.

Just put a table with your data into the macro body and the app does the rest.

Chart.js for Confluence provides 7 chart types and a core set of Chart.js options.

## Scope

The Chart.js for Confluence app is available for Confluence Server. It is compatible with Confluence Data Center as well.


---

# 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://lewe.gitbook.io/chartjs-for-confluence/introduction.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.
