# Histogram

Horizontal histogram for numeric distributions.

```ts
renderHistogram({
  width: 40,
  height: 5,
  barWidth: 12,
  values: [1, 2, 3, 9],
});
```
