Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Commit

Permalink
Data processors & layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexei Zverev committed Oct 11, 2016
1 parent 88a862a commit 38110a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
Binary file added images/tutorial-003-06/hierarchical-layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions tutorials/tutorial-003-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ Quick data processor essentially assigns random [x;y] position to each node. Com

"Quick" data processor on [Codepen](http://codepen.io/NEXTSUPPORT/pen/OROkgv)

### Circle
TBD

## Create Your DP
The machanism of creation data processors does not currently exist. Hold on to using the built-in ones.

Expand Down
11 changes: 5 additions & 6 deletions tutorials/tutorial-003-06.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ Just like data processors, there are a number of built-in layouts that provide y
## Built-in Layouts
These are layouts NeXt is served with. We do recommend you to familiarize youself with them, as you will no longer need to create

### Enterprise Network
TBD

### Hierarchical Layout
TBD
This layout creates a hierarchy of nodes level by level. What you need is to tell NeXt what layer is the first, the second etc...

### NeXt Force
TBD
#### Hierarchical Layout: Demo
![](../images/tutorial-003-06/hierarchical-layout.png)

See code snippet on [Codepen](http://codepen.io/NEXTSUPPORT/pen/PGZQdQ/)

### US Map
US Map layout depicts the USA outline and provides geographic coordinate system (*latitude* and *longitude*) instead of a normal Cartesian system (with *x-* and *y-* axes). That prevents a developer from translating the geographic coordinates into [x;y] location, which requires some effort. However, access to them remains.
Expand Down

0 comments on commit 38110a0

Please sign in to comment.