Skip to content

Commit

Permalink
Merge pull request #121 from unchartedsoftware/docs
Browse files Browse the repository at this point in the history
docs: fix link for GraferlabelsData
  • Loading branch information
Nithos authored Sep 28, 2023
2 parents 655d8e7 + 1e178e9 commit f821875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/quickstart-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

In the first step, we will focus on just getting the data on the screen, to quickly get an idea about what we are dealing with. Thus we aim to write the minimum required code to parse the dataset and generate the visualization.

Thus, we will parse the node and edge lists into [GraferNodesData](../api/grafer-nodes-data.md), [GraferEdgesData](../api/grafer-edges-data.md), and [GraferLabelsData](../api/grafer-edges-data.md) objects.
Thus, we will parse the node and edge lists into [GraferNodesData](../api/grafer-nodes-data.md), [GraferEdgesData](../api/grafer-edges-data.md), and [GraferLabelsData](../api/grafer-labels-data.md) objects.

The node list provides the x and y coordinates using the properties `x` and `y`, which means that the `nodesArray` can be simply assigned to [data](../api/grafer-nodes-data.md#data) and Grafer will parse the relevant information out.

Expand Down

0 comments on commit f821875

Please sign in to comment.