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

why the chart always going down #28

Closed
q640202047 opened this issue Sep 10, 2018 · 1 comment
Closed

why the chart always going down #28

q640202047 opened this issue Sep 10, 2018 · 1 comment

Comments

@q640202047
Copy link

The key code is the same as the example.but the chat always going down.

<tree :data="d3treeData" node-text="name" layoutType="circular"></tree>
data: () => {
       d3treeData: {
            name: "father",
            children:[{
            name: "son1",
            children:[ {name: "grandson"}, {name: "grandson2"}]
            },{
            name: "son2",
            children:[ {name: "grandson3"}, {name: "grandson4"}]
            }]
        },
}
@David-Desmaisons
Copy link
Owner

Read the gotchas

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