Vue-Tree-Chart icon indicating copy to clipboard operation
Vue-Tree-Chart copied to clipboard

A Vue component to display tree chart

Results 14 Vue-Tree-Chart issues
Sort by recently updated
recently updated
newest added

Hey, Is there any way that I can change some of the UI shapes regarding my will? Thank you

How can I specify the key for my child nodes? For example, currently this requires us to have data in the form: ``` { "id": 0, "children": [ { "id":...

组件怎么做到和页面一起缩放

## Uncaught runtime errors: ```log ### ERROR Cannot read properties of undefined (reading '_c') TypeError: Cannot read properties of undefined (reading '_c') at Proxy.render (webpack-internal:///./node_modules/.pnpm/[email protected]/node_modules/vue-tree-chart/dist/TreeChart.common.js:1401:26) at renderComponentRoot (webpack-internal:///./node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js:537:38) at ReactiveEffect.componentUpdateFn...

存在奇数个mate子节点时不能正确渲染连接线 ![image](https://user-images.githubusercontent.com/53821155/195547426-2d19c6ca-1b0d-446b-8e49-6422621d1f18.png) ![image](https://user-images.githubusercontent.com/53821155/195547551-4ce24d92-d05b-4fd2-b0a5-7136b2ae13c9.png)

横向布局时存在子节点的节点的展开图标被覆盖不可点击 ![image](https://user-images.githubusercontent.com/53821155/195551883-badad84b-d1f9-4767-92bf-6ccf75d212b1.png)

同级的主要节点和mate节点有重叠 ![image](https://user-images.githubusercontent.com/53821155/195550949-184ed29a-80b9-46a6-b89b-b78cb63983e5.png)