This release adds a new option colorProviderLevels
to the settings of the TreeView visualization which allows you to tweak until which level in the data tree the provided colorProvider
function should be called. Right now, this is only the case for the first level.
Bug fixes:
- Allow
colorProvider
to be called for more than only the highest level of nodes in the data tree (#150).