histogram 1.3.0

A collection of histogram data structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "h2histogram",
  "version": "0.0.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "notebooks preview --root src --template src/template.html",
    "build": "notebooks build --root src --out ../dist --empty --template src/template.html -- src/index.html"
  },
  "dependencies": {
    "@observablehq/notebook-kit": "^1.5.2"
  }
}