Skip to content

Wrong tooltip content #2884

@BDanAnd

Description

@BDanAnd

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".
test1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions