Current section

Files

Jump to
noora docs components chartcategory.md
Raw

docs/components/chartcategory.md

<!-- Generated by scripts/generate-web-components.js. Do not edit directly. -->
# ChartCategory
Describes one declarative category on a chart axis.
```html
<noora-chart-category>Monday</noora-chart-category>
```
## Attributes
| Attribute | Type or allowed values | Default | Description |
| --- | --- | --- | --- |
| `value` | `string` | None | Sets the category value instead of using text content. |
## Slots
| Slot | Description |
| --- | --- |
| `default` | The category value. |
Use this element inside noora-chart-axis.
## Category
Describe one axis category.
```html
<noora-chart-category>Monday</noora-chart-category>
```