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

fontSize parameter should be working for single node #330

Closed
volkantas opened this issue Jun 4, 2020 · 1 comment · Fixed by #376
Closed

fontSize parameter should be working for single node #330

volkantas opened this issue Jun 4, 2020 · 1 comment · Fixed by #376

Comments

@volkantas
Copy link

volkantas commented Jun 4, 2020

Is your feature request related to a problem? Please describe.
Yes, node.fontSize parameter is not working for single node.

Describe the problem
Go to demo page
Add new node parameters as 'fontSize: 20'
You will see nothing will be changed on demo app

81072846-70432d00-8eef-11ea-892f-b3e0510a64e7

Describe your use case
node.fontSize should change font size of node.

@danielcaldas
Copy link
Owner

Here is the source where we read the fontSize from the config object. We also want individuals nodes to be able to specify this value, therefore they should have precedence over the global value (just like we do for many other properties, e.g. node.svg)

This issue has a very narrow scope and it's a very good opportunity for new people to contribute to the project (of course people with experience please do feel free to take the issue as well 😉 ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants