Fixing the build 2 out of 2
This commit is contained in:
parent
d30567959b
commit
607e1f941b
|
|
@ -81,7 +81,6 @@ function treemap(slice) {
|
|||
return results;
|
||||
};
|
||||
|
||||
|
||||
// Compute the treemap layout recursively such that each group of siblings
|
||||
// uses the same size (1x1) rather than the dimensions of the parent cell.
|
||||
// This optimizes the layout for the current zoom state. Note that a wrapper
|
||||
|
|
|
|||
Loading…
Reference in New Issue