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

Add penwidth attribute #39

Merged
merged 4 commits into from
Sep 20, 2018
Merged

Commits on Sep 18, 2018

  1. Refactor parseAttributeList()

    To reduce the number of statements of parseAttributeList(), move parsing
    'dir' attribute to function parseDirAttribute() because it is going to
    reach max-statements limitation of lint.
    geminoa committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    a55f145 View commit details
    Browse the repository at this point in the history
  2. Add parsing penwidth attribute

    'penwidth' defines the line width as 'width'. If both are exist,
    'penwidth' is used and 'width' is discarded as described in [1].
    This update fixes visjs-community#24.
    
    [1] https://www.graphviz.org/doc/info/attrs.html#d:penwidth
    geminoa committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    997e614 View commit details
    Browse the repository at this point in the history
  3. Add example of penwidth attribute

    Add an example penwidth attribute for dot language support.
    geminoa committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    185c39a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Refactor with yarn format

    geminoa committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    1e3cb22 View commit details
    Browse the repository at this point in the history