> For the complete documentation index, see [llms.txt](https://help.chartplugin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.chartplugin.com/fine-tune-with-settings/canvas-axes-and-formatting.md).

# 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
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 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, and the optional `goal` query parameter:

```
GET https://help.chartplugin.com/fine-tune-with-settings/canvas-axes-and-formatting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
