Are you looking for a simple yet powerful D3 chart? If yes, you have come to the right place!
Currently, we are supporting Cartesian chart with following features:
Checkout github packages for instructions.
Create an .npmrc
file in your repo
Add @twig-it:registry=https://npm.pkg.github.com
Create a PAT that has read access to Github Packages. Let's call this token GPRead
Set this token in npm for your CI runs. Example below:
- name: Npm Install
run: npm config set '//npm.pkg.github.com/:_authToken' "${GPRREAD}" && npm ci
env:
GPRREAD: ${{ secrets.GPREAD }}
Checkout Demo page!
Checkout Api docs!
Thanks goes to these wonderful people (emoji key):
Anand Tiwary 🤔 💻 🔧 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Generated using TypeDoc