ssthouse / tree-chart

Flexible tree chart using Canvas and Svg, powered by D3.js; ✅Support Vue, Vue3 and React;
https://ssthouse.github.io/tree-chart/#/svgTree
MIT License
431 stars 97 forks source link

Set linkStyle inside TreeChartCore constructor #121

Closed kortykotropina closed 2 years ago

kortykotropina commented 2 years ago

Without this change, setting linkStyle prop in VueTree component doesn't change anything as it's passed to constructor but constructor doesn't do anything with it.