Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update from d3.nest to d3.group requires implies in key values
This re-establishes the parent / scope hierarchy in Dataset Explorer. manage-explorer.js : parentAndScope() : use n.entries() to retain the values with undefined / null keys. recognise undefined and null values for key instead of corresponding string values - d3.nest() mapped keys to strings, whereas d3.group() preserves the original key values.
- Loading branch information