Skip to content
Snippets Groups Projects
Commit 7497af95 authored by wonko's avatar wonko
Browse files

Some leftovers from the d3 plugin template

parent 00f11fad
No related branches found
No related tags found
No related merge requests found
# d3-foo
A d3 Plugin to create Cyclic Arrow Diagrams. A Prominent Example for this type of Diagram is the DevOps Infinity-Loop.
## Installing
If you use NPM, `npm install d3-cyclicarrow`. Otherwise, download the [latest release](https://github.com/d3/d3-foo/releases/latest).
## API Reference
TODO
<a href="#foo" name="foo">#</a> <b>foo</b>()
Computes the answer to the ultimate question of life, the universe, and everything.
var tape = require("tape"),
foo = require("../");
tape("foo() returns the answer to the ultimate question of life, the universe, and everything.", function(test) {
test.equal(foo.foo(), 42);
test.end();
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment