We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e938974 commit cd05d3dCopy full SHA for cd05d3d
1 file changed
src/traces/barpolar/plot.js
@@ -71,7 +71,7 @@ module.exports = function plot(gd, subplot, cdbar) {
71
// can skip calling _module.style during interactions
72
dPath = 'M0,0Z';
73
} else {
74
- // TODO is this where we want for to select for barpolar?
+ // this 'center' pt is used for selections and hover labels
75
var rg1 = radialAxis.c2g(s1);
76
var thetagMid = (thetag0 + thetag1) / 2;
77
di.ct = [
0 commit comments