| bar_chart |
component |
ts |
ui |
1.1.0 |
impure |
BarChart(props: BarChartProps): JSX.Element |
Gráfico de barras @mantine/charts con multi-series, orientación horizontal/vertical y tooltips. |
| chart |
| bar |
| visualization |
| mantine |
| component |
| ui |
|
|
|
|
false |
|
| @mantine/charts |
| @mantine/core |
|
Componente JSX que renderiza un gráfico de barras vertical u horizontal con multi-series y tooltips |
false |
|
|
frontend/functions/ui/bar_chart.tsx |
| name |
type |
required |
description |
| data |
Record<string, unknown>[] |
true |
Array de datos |
|
| name |
type |
required |
description |
| xKey |
string |
true |
Key del eje X/categoría |
|
| name |
type |
required |
description |
| horizontal |
boolean |
false |
Orientación horizontal |
|
| name |
type |
required |
description |
| series |
Series[] |
false |
Series de datos para multi-series |
|
|
|
false |
react |
|
https://gitea-dgg044oo04woo4ggcsws4gk0.organic-machine.com/Bl4cksmith/Frontend_Library |
MIT |
frontend/src/components/ui/charts/bar-chart.tsx |