d3asy
v5.16.1
Published
Data-Driven Documents - Easy
Downloads
1
Maintainers
Readme
D3asy for D3
This package aims to add predefined charting and simplified functions for users who would like to start using D3 quickly without a steep learning curve. The original D3 API has not been altered, D3asy only adds a few wrapper functions to help new users.
Resources
Installing
npm i d3asy
Importing
import * as d3 from "d3";
In Node:
var d3 = require("d3");