-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Styling connector lines #31
Comments
I think the styling will need some brush up. You can style the links today but not with classes in the way described. Will tag as enhancement. |
Something like this would be great:
(be able to specify a default link style) |
Yes that makes sense. I wIll give it a go! |
Flowchart: Default styles for links as discussed in issue #31
I am going through issues and am closing this one as this is implemented and released (pre 0.5.0).
|
Bumps [@percy/cypress](https://github.com/percy/percy-cypress) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/percy/percy-cypress/releases) - [Commits](percy/percy-cypress@v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: "@percy/cypress" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Hi, |
Firstly, great work. I've been tinkering with it the last day and I'm gonna try to build a UI on top of it to make it even easier to use. Especially at a larger scale.
One suggestion i'd make is the styling of lines
How about something like this?
A--(linkStyle)>B;
then then defining the style later
linkStyle stroke:#ff3, stroke-width:4px;
The text was updated successfully, but these errors were encountered: