Skip to content

Commit 160f742

Browse files
committed
🔪 comment of rounding up bar borders
... which won't be attempted in the first version of barpolar
1 parent 01e15b4 commit 160f742

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/traces/barpolar/plot.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ module.exports = function plot(gd, subplot, cdbar) {
7979
ya.c2p(rg1 * Math.sin(thetagMid))
8080
];
8181

82-
// TODO round up bar borders?
83-
// if so, factor out that logic from Bar.plot
84-
8582
dPath = pathFn(rp0, rp1, thetag0, thetag1);
8683
}
8784

0 commit comments

Comments
 (0)