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

Commit 6e8896b

Browse files
committed
Remove TODOs
1 parent 187ea24 commit 6e8896b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/examples/chord/chord.ts

-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ const vis: ChordVisualization = {
128128
const innerRadius = outerRadius - thickness
129129

130130
// Stop if radius is < 0
131-
// TODO: show warning to user ???
132-
// TODO: Set a min-radius ???
133131
if (innerRadius < 0) return
134132

135133
const valueFormatter = formatType(measure.value_format) || defaultFormatter

0 commit comments

Comments
 (0)