unipept / unipept-visualizations

Visualisations used by Unipept, packaged for easy reuse in other projects.
MIT License
18 stars 6 forks source link

ColorProvider function in TreeView visualization is only called for direct children of root #149

Open pverscha opened 9 months ago

pverscha commented 9 months ago

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.