anvaka / anvaka/ngraph.native

Help to understand how precomputed the layout

Open
#13 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
54
Forks
29
PR merge metrics
No merged PRs in 30d

Description

Hi @anvaka,

Thanks for building it, I'm trying to understand how it works and I don't understand.

I'm building a big graph (some transaction Bitcoin) and I have to need to precompute the layout with this module but I don't understand how to work.

I have saved my graph inside the simple file and it has this form:

**TO_NODE**|INFORMATION_LINK|INFORMATION_LINK|INFORMATION_LINK|**FROM_NODE**

I want to build a wrapper of your module for creating the configuration to a string pattern, but I have need to help what is the corruptive value for the file `labels.json` for work the module

If I understand the labels.json with my example have this form:

`['TO_NODE', 'FROM_NODE']`

if I understand how I can insert the information for the link? if I don't undestend can you help me?

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue asks how labels.json should represent TO_NODE, FROM_NODE, and link information, but names no source entry point or test. Start by locating labels.json and the code that reads it; done would be a clear explanation or documentation of the accepted file format and how link information is represented.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
data-visualization
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.