-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Description
Sorry for my english. I'm trying to draw some additional information on the chart and encountered a bug. If you hide a few arcs and move the mouse pointer to the start line of arcs, the tooltip shows information about several arcs (include hidden arcs) and ignores "single" mode. I propose to replace "betweenAngles = (angle >= startAngle && angle <= endAngle)" with "betweenAngles = (angle > startAngle && angle < endAngle)" in "element.arc.js".
