A lightweight and easy-to-use charting library built with D3.js and Tailwind. Just copy-paste the code and install the required dependencies to get started!
First, install D3.js by running:
npm install d3
If you're using TypeScript, install the D3 types as well:
npm install --save-dev @types/d3
Simply copy and paste the provided charting code into your project and ensure that D3.js is installed.
- Simple copy-paste integration
- Uses D3.js for powerful and flexible charting
- Works with JavaScript and TypeScript
MIT