Render an array of numbers as a bar chart image (256x128 pixel grayscale).
Each element becomes a vertical bar, height proportional to value.
Black bars on a white background.
Useful for visualizing frequency distributions, histograms, spectra, etc.
```toml
[[process]]
source = "lib://flowstdlib/charts/histogram"
```