Skip to content

Commit

Permalink
Mention plugin loading in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvanderbyl committed Feb 1, 2018
1 parent 5f33894 commit 1a50138
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ npm i -g npm@3

**If you're looking for the `ember-d3` for `d3@3.x`, see the `v3` branch.**

## Loading 3rd Party D3 Plugins

If you want to use 3rd party plugins, like `d3-selection-multi` or `d3-flame-graph`, simply add them to your project and the module loader will automatically detect them, and any other packages beginning with `d3-` in the name.

## Advanced Installation

You can specify any `d3` version on the v4 release by adding it to your project:
Expand Down

0 comments on commit 1a50138

Please sign in to comment.