Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit 0041ebb

Browse files
committed
Remove commented code
1 parent d3a9719 commit 0041ebb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/examples/sunburst/sunburst.ts

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ const vis: SunburstVisualization = {
9898
value: dimensions.map((dimension) => row[dimension.name].value)
9999
}
100100
})
101-
// row[dimension].value.split("-");
102101

103102
const partition = d3.partition().size([2 * Math.PI, radius * radius])
104103

0 commit comments

Comments
 (0)