David-Desmaisons / Vue.D3.tree

Vue component to display tree based on D3.js layout.
https://david-desmaisons.github.io/Vue.D3.tree/tree
MIT License
874 stars 136 forks source link

undefined Behaviors #56

Closed fernandops26 closed 4 years ago

fernandops26 commented 4 years ago

Hi David, I am trying to use behaviors but that is not possible importing from the library.

import { tree, popUpOnTextHover} from "vued3tree";

console.log(popUpOnTextHover) //undefined
fernandops26 commented 4 years ago

I will answer to my self, in the documentation is wrong popUpOnTextHover, right way is popUpOnHoverText.