5.16.1 • Published 4 years ago

d3asy v5.16.1

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
4 years ago

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");

D3asy Functions