Skip to content

[TooltipContext] Support quadtree mode for Line / Area chart use cases #525

@techniq

Description

@techniq

Currently we use bisect-x as the default tooltip mode for LineChart and AreaChart.

If the implementation supported ignoring the y channel (or x) by returning a constant such as 0, then quadtree could also be used.

Might then might want to consider changing AreaChart, LineChart, and ScatterChart to use quadtree by default (faster than voronoi, and possibly bisect-x)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions