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

How to set the spacing between the text of the flowchart node and the border? #812

Closed
yuzhujiutian opened this issue Mar 26, 2019 · 2 comments

Comments

@yuzhujiutian
Copy link

my markdown flowchart code is as follows:

```flow
story_approval( 需求立项 )
story_zgh-ing( 转规划ing )
story_zsx-ing( 转实现ing )

story_compound( 需求复盘 )
style story_compound fill:#F0F,stroke:#F00,stroke-width:1px;

classDef cssName fill:#FF0,stroke:#F00,stroke-width:1px;
class story_zsx-ing,story_zys-ing,story_zcs-ing cssName;

story_approval --> | 产品设计 | story_zgh-ing

story_approval .-> | 开发编码 | story_zsx-ing
story_zgh-ing --> | 开发评审OK | story_zsx-ing
story_zsx-ing --> story_compound
```

The output flowchart is as follows:
image

When I clicked the flowchart, I found that some text could not be displayed properly.
image

How to set the spacing between the text of the flowchart node and the border?

@stale
Copy link

stale bot commented Jun 29, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Type: New Shape Request for new shape label Jun 29, 2019
@knsv knsv added the duplicate label Jun 30, 2019
@knsv
Copy link
Collaborator

knsv commented Jun 30, 2019

Hi! Sorry for the slow response.

The project has got good traction but it also means that it is very hard to manage all issues on your spare time. I am trying to get a bigger team together for faster development and better support #866.
I think this is a dupilcate of #790

@stale stale bot removed the Type: New Shape Request for new shape label Jun 30, 2019
@knsv knsv closed this as completed Jun 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants