Current section

Files

Jump to
noora docs components chartpoint.md
Raw

docs/components/chartpoint.md

<!-- Generated by scripts/generate-web-components.js. Do not edit directly. -->
# ChartPoint
Describes one declarative chart data point.
```html
<noora-chart-point value="28" color="var:noora-chart-primary"></noora-chart-point>
```
## Attributes
| Attribute | Type or allowed values | Default | Description |
| --- | --- | --- | --- |
| `value` | `number` | None | Sets the numeric data value. |
| `color` | `string` | None | Overrides the point color, including with a Noora semantic chart color. |
| `url` | `string` | None | Navigates to this address when the point is selected. |
Use this element inside noora-chart-series.
## Point
Describe one semantically colored value.
```html
<noora-chart-point value="28" color="var:noora-chart-primary"></noora-chart-point>
```