We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6a1fa commit 149dd74Copy full SHA for 149dd74
src/traces/pie/plot.js
@@ -171,7 +171,7 @@ module.exports = function plot(gd, cdpie) {
171
172
function handleClick() {
173
// TODO: this does not support right-click. If we want to support it, we
174
- // would likely need to change mapbox to use dragElement instead of straight
+ // would likely need to change pie to use dragElement instead of straight
175
// mapbox event binding. Or perhaps better, make a simple wrapper with the
176
// right mousedown, mousemove, and mouseup handlers just for a left/right click
177
// mapbox would use this too.
0 commit comments