# Background Images

How to set the Vitara charts’ backdrop images.There are two ways to insert the background image:

#### Using a relative path (the image needs to be placed in VitaraCharts folder) <a href="#using-a-relative-path-the-image-needs-to-be-placed-in-vitaracharts-folder" id="using-a-relative-path-the-image-needs-to-be-placed-in-vitaracharts-folder"></a>

**Step 1:**

Copy the image which you want to set as a background for Vitara charts in the following folder.

```
Tomcat\webapps\MicroStrategy\plugins\VitaraCharts\custom\images
```

**Step 2:**

Open edit popup window, goto background tab, click on “Enable background image” checkbox.

**Step 3:**

Enter the name of the image with the extension (.png or .jpg) into the text box. Example:

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

Note: Image name is case sensitive.

#### Using Image URL or full path <a href="#using-image-url-or-full-path" id="using-image-url-or-full-path"></a>

We can directly copy the image web URL or full path in the text box.\
Examples:

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

We have options like - original/fit to chart/fill chart/custom, to make the image to fit with the Vitara chart. The opacity option can reduce the intensity of the background image on the Vitara chart. Below we can see a screenshot of Stacked Column Chart with a background image.

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


---

# 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://docs.vitaracharts.com/readme/background-images.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.
