-
Notifications
You must be signed in to change notification settings - Fork 773
added connected lines for shapes #1059
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
base: master
Are you sure you want to change the base?
Conversation
|
This is a great and very important feature to have! Will it be available soon? |
|
Thanks @fred441a - can you provide sample usage code? |
|
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. |
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.