ColorProvider function in TreeView visualization is only called for direct children of root
Opened this issue · 0 comments
pverscha commented
Users can set a custom colorprovider function in the settings of the TreeView object. The settings describe that this function is called for every node in the tree passed to the TreeView. This is, however, not the case. It is only called for the direct children of the root node.