# Linear Gauge Chart

## Linear Gauge

{% embed url="<https://stackblitz.com/edit/swimlane-linear-gauge-chart?embed=1&file=app/app.component.ts>" %}

## Inputs

| Property        | Type               | Default Value | Description                                                                                                                  |
| --------------- | ------------------ | ------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| view            | number\[]          |               | the dimensions of the chart \[width, height]. If left undefined, the chart will fit to the parent container size             |
| scheme          | object             |               | the color scheme of the chart                                                                                                |
| customColors    | function or object |               | custom colors for the chart. Used to override a color for a specific value                                                   |
| animations      | boolean            | true          | enable animations                                                                                                            |
| min             | number             | 0             | starting point of the scale                                                                                                  |
| max             | number             | 100           | ending point of the scale                                                                                                    |
| value           | number             | 0             | the value represented on the gauge                                                                                           |
| previousValue   | number             |               | the value represented by the vertical line on the gauge. Use this if you want to compare the current value to a previous one |
| units           | string             |               | text to display under the value                                                                                              |
| valueFormatting | function           |               | function that formats the value in the middle of the chart                                                                   |

## Outputs

| Property | Description |
| -------- | ----------- |
| select   | click event |


---

# 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://swimlane.gitbook.io/ngx-charts/examples/linear-gauge-chart.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.
