Note
This is one of 199 standalone projects, maintained as part of the @thi.ng/umbrella monorepo and anti-framework.
🚀 Please help me to work full-time on these projects by sponsoring me on GitHub. Thank you! ❤️
Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup.
This package largely started as a port of the visualization module of the Clojure version thi.ng/geom-clj and is still undergoing major redesigns.
For reference & what to expect (links to the Clojure version):
ALPHA - bleeding edge / work-in-progress
Search or submit any issues for this package
- @thi.ng/hiccup - HTML/SVG/XML serialization of nested data structures, iterables & closures
- @thi.ng/hiccup-canvas - Hiccup shape tree renderer for vanilla Canvas 2D contexts
- @thi.ng/hiccup-svg - SVG element functions for @thi.ng/hiccup & related tooling
yarn add @thi.ng/viz
ESM import:
import * as viz from "@thi.ng/viz";
Browser ESM import:
<script type="module" src="https://esm.run/@thi.ng/viz"></script>
For Node.js REPL:
const viz = await import("@thi.ng/viz");
Package sizes (brotli'd, pre-treeshake): ESM: 2.63 KB
- @thi.ng/api
- @thi.ng/arrays
- @thi.ng/checks
- @thi.ng/math
- @thi.ng/object-utils
- @thi.ng/strings
- @thi.ng/transducers
Note: @thi.ng/api is in most cases a type-only import (not used at runtime)
Two projects in this repo's /examples directory are using this package:
Screenshot | Description | Live demo | Source |
---|---|---|---|
Interactive ridge-line plot | Demo | Source | |
Interactive scatter & line plot of low-discrepancy samples | Demo | Source |
TODO
If this project contributes to an academic publication, please cite it as:
@misc{thing-viz,
title = "@thi.ng/viz",
author = "Karsten Schmidt",
note = "https://thi.ng/viz",
year = 2014
}
© 2014 - 2024 Karsten Schmidt // Apache License 2.0