Vue-Tree-Chart
Vue-Tree-Chart copied to clipboard
A Vue component to display tree chart
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子节点时不能正确渲染连接线  
横向布局时存在子节点的节点的展开图标被覆盖不可点击 
同级的主要节点和mate节点有重叠 