Skip to content

Tooltip issue: tooltip gets Hidden immediately as soon as tooltip displayed using dispatchAction() method #9880

@medhalohar

Description

@medhalohar

Description:
tooltip gets Hidden immediately as soon as tooltip displayed using dispatchAction() method, when we pass x and y co-ordinates instead of seriesIndex and dataIndex shown as follows.

myChart.dispatchAction({
       type: 'showTip',
       x: params.event.offsetX,
       y: params.event.offsetY,
       position: [params.event.offsetX + 20, params.event.offsetY + 20]
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    pendingWe are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions