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 🐯
- Host: GitHub
- URL: https://github.com/jamestthompson3/viiksetjs
- Owner: jamestthompson3
- License: other
- Created: 2018-02-03T11:07:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:44:20.000Z (over 3 years ago)
- Last Synced: 2025-05-13T23:36:46.831Z (about 1 year ago)
- Topics: d3, dataviz, react, vx
- Language: TypeScript
- Homepage: https://jamestthompson3.github.io/viiksetjs/
- Size: 10 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.