charts/histogram/histogram_chart library

Histogram — frequency distribution chart with automatic or manual binning. Optionally overlays a kernel density estimate (KDE) curve. Shows mean/median/std lines and a statistics panel.

JSON:

{
  "type": "histogram",
  "bins": 15,
  "showKDE": true,
  "showStats": true,
  "series": [{ "name": "Response Time (ms)",
    "data": [120,145,98,210,175,132,88,156,201,134,167,99,143,188,120,155] }]
}