Chart
Themed frame for any [Unovis](https://unovis.dev) chart
The frame around a chart from your charting library — title, description, legend, footer — in the system's type and series colours. The plot itself is yours.
Basic
- Season 1
- Season 2
Bars
- BD
- DVD
- It is a
figurecaptioned bytitleanddescription. Say the chart's point in the description ("Views doubled after episode 3"), and give the numbers somewhere as text or a Table: a picture of data can't be read aloud. legendlists series in--bless-color-chart-1..5order; those colours are at least 3:1 on the background in both themes.
Usage
ts
import { BlessChart } from "blessing-ui";API
Props
| Name | Type | Default | Description |
|---|---|---|---|
title | string | — | |
description | string | — | |
height | string | "240px" | |
legend | string[] | — | series names for the built-in legend, in palette order |
Slots
| Name | Scope | Description |
|---|---|---|
header | — | |
default | — | |
legend | — | |
footer | — |