Skip to content

Commit cd05d3d

Browse files
committed
confirm use of tip-of-bar/mid-angle pt for selection and hover labels
1 parent e938974 commit cd05d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/barpolar/plot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = function plot(gd, subplot, cdbar) {
7171
// can skip calling _module.style during interactions
7272
dPath = 'M0,0Z';
7373
} else {
74-
// TODO is this where we want for to select for barpolar?
74+
// this 'center' pt is used for selections and hover labels
7575
var rg1 = radialAxis.c2g(s1);
7676
var thetagMid = (thetag0 + thetag1) / 2;
7777
di.ct = [

0 commit comments

Comments
 (0)