Skip to content

Commit

Permalink
updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Feb 3, 2021
1 parent 3c02af2 commit 6c6d7e9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# D3plus
# d3plus

[![NPM Release](https://img.shields.io/npm/v/d3plus/next.svg?style=flat)](https://www.npmjs.org/package/d3plus)
[![Build Status](https://travis-ci.org/alexandersimoes/d3plus.svg?branch=2.0)](https://travis-ci.org/alexandersimoes/d3plus)
[![Dependency Status](https://david-dm.org/alexandersimoes/d3plus/2.0/status.svg)](https://david-dm.org/alexandersimoes/d3plus/2.0)
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=flat)](https://gitter.im/d3plus/)
[![NPM Release](http://img.shields.io/npm/v/d3plus.svg?style=flat)](https://www.npmjs.org/package/d3plus) [![Build Status](https://travis-ci.org/d3plus/d3plus.svg?branch=master)](https://travis-ci.org/d3plus/d3plus) [![Dependency Status](http://img.shields.io/david/d3plus/d3plus.svg?style=flat)](https://david-dm.org/d3plus/d3plus) [![Gitter](https://img.shields.io/badge/-chat_on_gitter-brightgreen.svg?style=flat&logo=gitter-white)](https://gitter.im/d3plus/)

**D3plus** is a JavaScript re-usable chart library that extends the popular **[D3.js](https://d3js.org/)** to enable the easy creation of beautiful visualizations.

## Resources

* [Examples](http://d3plus.org/examples/)
* [Documentation](http://d3plus.org/docs/)

## Installing

If you use npm, `npm install d3plus@next`. Otherwise, download the [latest release](https://d3plus.org/d3plus.zip). The released bundle supports anonymous AMD, CommonJS, and vanilla environments. You can also load directly from [d3plus.org](https://d3plus.org):
If you use NPM, `npm install d3plus`. Otherwise, download the [latest release](https://github.com/d3plus/d3plus/releases/latest). ES modules, AMD, CommonJS, and vanilla environments are supported. In vanilla, a `d3plus` global is exported:

```html
<script src="https://d3plus.org/js/d3plus.v2.0.0-alpha.30.full.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/d3plus@2"></script>
<script>
console.log(d3plus);
</script>
```

## Resources

* [Examples](http://d3plus.org/examples/)
* [Documentation](http://d3plus.org/docs/)

## Modules

**D3plus 2.0** is a [collection of modules](https://github.com/d3plus) that are designed to work together; you can use the modules independently, or you can use them together as part of the default build. The source and documentation for each module is available in its repository. Follow the links below to learn more.
Expand Down

0 comments on commit 6c6d7e9

Please sign in to comment.