d3plus-dev

1.2.9 • Public • Published

d3plus-dev

A collection of scripts for developing D3plus modules.

Installing

If using npm, npm install d3plus-dev. Otherwise, you can download the latest release from GitHub or load from a CDN.

import modules from "d3plus-dev";

d3plus-dev can be loaded as a standalone library or bundled as part of D3plus. ES modules, AMD, CommonJS, and vanilla environments are supported. In vanilla, a d3plus global is exported:

<script src="https://cdn.jsdelivr.net/npm/d3plus-dev@1"></script>
<script>
  console.log(d3plus);
</script>

Examples

Live examples can be found on d3plus.org, which includes a collection of example visualizations using d3plus-react. These examples are powered by the d3plus-storybook repo, and PRs are always welcome. 🍻

API Reference


Documentation generated on Wed, 25 Jan 2023 13:29:44 GMT

Package Sidebar

Install

npm i d3plus-dev

Homepage

d3plus.org

Weekly Downloads

5

Version

1.2.9

License

MIT

Unpacked Size

389 kB

Total Files

46

Last publish

Collaborators

  • davelandry