ConditionNode alignment support
See original GitHub issueThank you a lot for the package. It is really useful for one of my use cases in work 😄
As raised in this issue, https://github.com/adrai/flowchart.js/issues/221, it would be great to allow the align-text option set for the condition node. It should be something easy to do to set a positional argument in the constructor for the ConditionNode(name, isAlign=True)
.
Can this be added quickly? If not, we can maybe do a PR if you point out the caveats 😄
Thought it we need to modify these two definitions? https://github.com/cdfmlr/pyflowchart/blob/e6694726f2522a0904dc1562563563aba7bf9d88/pyflowchart/node.py#L286 https://github.com/cdfmlr/pyflowchart/blob/e6694726f2522a0904dc1562563563aba7bf9d88/pyflowchart/node.py#L37
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
To assign fixed or pinned support conditions to nodes
To assign nodal supports as either fixed or pinned, use the following procedure. ... Select the nodes which will all have the same...
Read more >Alignment Support - Intel
Developer guide and reference for users of the Intel® C++ Compiler Classic.
Read more >ability to disable vertical alignment for condition symbol #115
I've noticed that when multiple elements are aligned the upper condition element is aligning to the left of the bottom right hand element....
Read more >Tikz node alignment - TeX - LaTeX Stack Exchange
I want to align the data node with top/bottom of nodes A-D (i.e., red lines). \documentclass[10pt,a4paper,final]{report} \usepackage[utf8]{ ...
Read more >Alignment condition - Dynamo Studio Video Tutorial - LinkedIn
[Instructor] In this video we'll consider how to construct a paneling scheme that meets a certain criteria, specifically an alignment condition of a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I believe this feature is fully supported in the latest v0.2.3 release.
You can upgrade and use it. See README or release notes for docs.
Reopen this issue if there are any related problems.
Thank you so much!