Skip to content

Reggression in v3: pointerdown and pointerup events are missing #9335

@beibean

Description

@beibean

Feature Proposal

I just migrated from v2.9.4 to v3.4.0 and I can't use the pointerdown and pointerup events for the tooltip. As in v3.4.0 events are defined like:

/**
 * The events option defines the browser events that the chart should listen to for tooltips and hovering.
 * @default ['mousemove', 'mouseout', 'click', 'touchstart', 'touchmove']
 */
events: ('mousemove' | 'mouseout' | 'click' | 'touchstart' | 'touchmove')[];

Feature Use Case

I need pointerdown and pointerup since working with a touchscreen and is configured to only accept this kind of events.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: typesTypescript type changes

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions