Open
Conversation
Contributor
|
This is a great and very important feature to have! Will it be available soon? |
Owner
|
Thanks @fred441a - can you provide sample usage code? |
Author
|
i have added the connected lines for shapes functionallity to the shapes demo |
|
Would love to see this feature added soon. Anything I can do to help with this process? |
|
Why isn't that implemented? |
|
Aware i'm necrobumping but I would really appreciate this functionality :) |
|
Would love to have this feature. Currently generating an org chart in powerpoint and this would be a major upgrade with proper connectors instead of just unconnected lines. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hi, i am aware of the other pull request by @lifejuggler. But seeing as how that is over a year old i thought i would just contribute again. i have updated some of @lifejugglers code to be able to merge into the newest master branch, and added a bit of a patch solution to id's
this at least throws an error if you have colliding id's, however i was wondering you you though it would be smarter to just automatically increment over already taken ids or if functions should return an automatically generated id to the user for them to use.
i also added an anchor enum that works at least for rectangular shapes. and added connectors to the shapes demo, like you asked.
i can also add connectors to other objects like tables or media, but i don't know if that is even somthing that we want?
should the user need to calculate their own position of of the connector arrows, or do we want this functionality built into the library? i can add this feature for squares at least.
i am very willing to help out with development of this feature if you just tell my what you think is best.