Examples
Sample inputs live under examples/. CI converts each recipe to JSON, merges them into one HTML page per topic, and deploys to vizb.goptics.org/examples/live/. Open a specific dataset with ?id=<id> — each matrix entry sets a numbered id (00-, 01-, …) via the action id input; the prefix stays in sync with ?d=0, ?d=1, … in the same matrix order.
Browse by topic
Section titled “Browse by topic”Tabular dataSales, house prices, life expectancy — auto-group, date splitting, and 2D scatter.
Math & 3DSpirals, noise surfaces/grids, and clusters — auto-value continuous charts.
ComparisonsWide competitor tables with --col-axis (framework throughput side-by-side).
GitHub Legends3D contribution skylines of well-known maintainers — refreshed every Friday.
BenchmarksGo, JavaScript, and Rust benchmark output with group patterns and regex.
ShowcaseReal projects using Vizb for CI dashboards and release tracking.
Live dashboards
Section titled “Live dashboards”| Topic | Workflow | Status | Dashboard |
|---|---|---|---|
| Tabular data | tabular-data-examples.yml | Open | |
| Math & 3D | math-and-3d-examples.yml | Open | |
| Comparisons | comparisons-examples.yml | Open | |
| GitHub Legends | github-legends.yml | Open | |
| Go | go-examples.yml | Open | |
| JavaScript | javascript-examples.yml | Open | |
| Rust | rust-examples.yml | Open |
Adding an example
Section titled “Adding an example”Same steps for every topic — see examples/README.MD:
- Add the file under
examples/{category}/(CSV recipes stay underexamples/csv/) - Add a matrix entry in the matching
.github/workflows/*-examples.yml(orgithub-legends.yml) - Push to
main— CI rebuilds that dashboard
For contribution skylines, only add a user row to the GitHub Legends matrix — no repo file required.