Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
d3-cyclicarrow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wonkos-laboratory
d3-cyclicarrow
Commits
7497af95
Commit
7497af95
authored
5 years ago
by
wonko
Browse files
Options
Downloads
Patches
Plain Diff
Some leftovers from the d3 plugin template
parent
00f11fad
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+15
-0
15 additions, 0 deletions
README.md
test/foo-test.js
+7
-0
7 additions, 0 deletions
test/foo-test.js
with
22 additions
and
0 deletions
README.md
0 → 100644
+
15
−
0
View file @
7497af95
# 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.
This diff is collapsed.
Click to expand it.
test/foo-test.js
0 → 100644
+
7
−
0
View file @
7497af95
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
();
});
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment