Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable graph force strength and link length #104

Merged
merged 6 commits into from
Sep 10, 2018
Merged

Configurable graph force strength and link length #104

merged 6 commits into from
Sep 10, 2018

Commits on Sep 4, 2018

  1. feat: Customize link length

    The length of the links can be now configured via the config object. The specified length will include not only the visible segment of the link, but also the part hidden beneath the nodes it connects, which equals the half of each node' size.
    LonelyPrincess committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    29029f4 View commit details
    Browse the repository at this point in the history
  2. feat: Configure graph force strength

    Now it's posible to customize the graph force strength, which will allow
    the developer to define the gravity between the nodes. The longer the
    value, the closer they will be. If, on the contrary, a big negative
    value is set, the nodes will be far from each other.
    LonelyPrincess committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    220e379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90179b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. feat: All values in D3_CONST are now configurable

    The D3_CONST object has been removed, and all of the properties it had
    inside are now configurable via the config object of the `Graph`
    component.
    
    All of these d3 related values are now wrapped in a new `d3` section
    inside of the config object.
    LonelyPrincess committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    187f9f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Configuration menu
    Copy the full SHA
    a1be545 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34a4c21 View commit details
    Browse the repository at this point in the history