# Canvas, Axes, and Formatting

Fine-tune how your chart appears by adjusting the canvas size, margins, axis titles, and number/date formatting. These settings are especially important when you’re preparing production-ready visuals.

### Canvas & margins

* **Canvas width/height** — matches the size of the SVG inserted into Figma. Align these dimensions with your layout grid.
* **Margins** — add breathing room around the chart so titles and labels aren’t clipped. Increase margins when enabling legends or long axis labels.

### Titles and subtitles

* Provide clear titles and optional subtitles to describe the chart at a glance.
* Keep them concise; use the same tone as the rest of your presentation.
* Pair with the Style tab’s typography settings for consistent branding.

### Axes

* **X-axis title** — add context (e.g., “Month” or “Sprint”).
* **Y-axis primary/secondary** — label metrics (e.g., “Revenue ($K)”). Secondary axis is useful for multi-metric charts.
* **Min/Max** — override auto-scaling if you need consistent ranges across charts.
* **Tick interval** — define step sizes for the axis. Leave blank to auto-calculate.

### Number formatting

Located under **Simple Formatter**:

* **Prefix/Suffix** — add currency symbols (`$`, `€`) or units (`%`).
* **Grouping & thousands separator** — choose space, comma, or period.
* **Decimals** — control precision.
* **Abbreviate** — toggle compact notation (e.g., “1.2K”).

### Date formatting

* If your x-axis uses dates, you can control it's format (e.g., `%Y-%m-%d`).


---

# 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://help.chartplugin.com/fine-tune-with-settings/canvas-axes-and-formatting.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.
