We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Is it possible to insert a line break within a node label?
I tried to do that directly in the gexf file with <br>, <br />, or \n. But it didn't work. For example, in the miserables.gexf file:
<br>
<br />
\n
<nodes> <node id="0.0" label="Myriel<br>SomeText">
Also tried to do that in the js code but without success (I'm new to js).
Any idea? Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Is it possible to insert a line break within a node label?
I tried to do that directly in the gexf file with
<br>
,<br />
, or\n
. But it didn't work.For example, in the miserables.gexf file:
Also tried to do that in the js code but without success (I'm new to js).
Any idea?
Thank you.
The text was updated successfully, but these errors were encountered: