Skip to content

Latest commit

 

History

History

viz

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

viz

npm version npm downloads Twitter Follow

This project is part of the @thi.ng/umbrella monorepo.

About

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):

Example outputs
Logarithmic X-axis, linear Y Log X, Log Y
Line plot (cartesian) Area plot (cartesian)
Line plot (polar) Area plot (polar)
Single value per domain position 3 interleaved values (datasets) per domain position
6 categories, 3 data sets, single values 6 categories, 3 data sets, min-max intervals
Heatmap w/ rainbow gradient presets
Heatmap polar projection
w/ custom shape fn polar projection, custom shape fn
Contour plot

Status

ALPHA - bleeding edge / work-in-progress

Search or submit any issues for this package

Related packages

Installation

yarn add @thi.ng/viz

ES module import:

<script type="module" src="https://cdn.skypack.dev/@thi.ng/viz"></script>

Skypack documentation

For NodeJS (v14.6+):

node --experimental-specifier-resolution=node --experimental-repl-await

> const viz = await import("@thi.ng/viz");

Package sizes (gzipped, pre-treeshake): ESM: 2.61 KB

Dependencies

API

Generated API docs

TODO

Authors

Karsten Schmidt

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
}

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
}

License

© 2014 - 2021 Karsten Schmidt // Apache Software License 2.0