@jb-1980/react-graphie
v0.1.2
Published
You want to integrate an interactive cartesian graph in your react application, but most graphing libraries are really dedicated to charts instead.
Downloads
6
Readme
react-graphie
Still in early stages of development
The problem
You want to integrate an interactive cartesian graph in your react application, but most graphing libraries are really dedicated to charts instead.
This solution
react-graphie is a library that provides an interactive cartesian graph,
based heavily on Khan Academy's graphie library. You can integrate into your
application by importing the GraphieProvider
component and useGraphie
hook.
It also comes with a series of static and movable components geared toward
mathematical manipulatives.
Usage
yarn add @jb-1980/react-graphie