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
how to add text on the connect edge as the following?
simple_chart_config = { chart: { container: "#tree-simple", rootOrientation: "WEST", levelSeparation: 450, nodeAlign: "BOTTOM", connectors: { type: "step", style: { "stroke-width": 2 } }, }, nodeStructure: { text: { name: "Parent node" }, children: [ { text: { name: "First child" } }, { text: { name: "Second child" } } ] } }; var my_chart = new Treant(simple_chart_config);
The text was updated successfully, but these errors were encountered:
Is there any way for the same??
Sorry, something went wrong.
No branches or pull requests
how to add text on the connect edge as the following?
![addtext](https://user-images.githubusercontent.com/7656130/66802253-686d6c80-ef4e-11e9-9537-74c594215dba.png)
The text was updated successfully, but these errors were encountered: