An open API service indexing awesome lists of open source software.

https://github.com/jamestthompson3/viiksetjs

A data visualization library built styled-components 💅🏻 and VX 🐯
https://github.com/jamestthompson3/viiksetjs

d3 dataviz react vx

Last synced: about 1 year ago
JSON representation

A data visualization library built styled-components 💅🏻 and VX 🐯

Awesome Lists containing this project

README

          

# viiksetjs

A lightweight Javascript graphing library for React based on styled-components and vx.

## NOTE:
Viiksetjs is now two separate packages, @viiksetjs/web and @viiksetjs/utils you can find the documentation here:
[Web](https://github.com/jamestthompson3/viiksetjs/tree/native-bindings/packages/web) | [Utility](https://github.com/jamestthompson3/viiksetjs/tree/native-bindings/packages/utils)

## About

Viikset is the halfway point between visualization libraries with atomic control like d3 and out of the box solutions
like recharts or chartjs. Big shout out to Harrison Shoff [@hshoff](https://github.com/hshoff) and the people over at
[vx](https://github.com/hshoff/vx) who helped shape the thinking for this type of visualization library.

It is meant to serve both those who want a high level of control (see the 'Interop with vx' section in the web docs) and those who want
to throw together charts quickly with little to no configuration. If you like this library and want to have more
granular control over your chart components, I would strongly suggest checking out the [vx](https://github.com/hshoff/vx)
repo and familiarizing yourself with it, as any vx components can be used in tandem with Viikset.