Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

设置滚动的情况下,一旦拖拽,会导致设置的tootip和节点点击事件无法绑定上吗? #5503

Closed
pearmini opened this issue Sep 4, 2023 Discussed in #5479 · 2 comments · Fixed by #5845
Assignees
Milestone

Comments

@pearmini
Copy link
Member

pearmini commented Sep 4, 2023

Discussed in #5479

Originally posted by 752134655 August 29, 2023

chart.on("element:click", (e) => {})
tooltip({
          title: XCharts,
          items: [
            (d, index, data, column) => ({
              name: column.series.value[index],
              value: dataFormat(
                column.y.value[index],
                format[column.series.value[index]]
              ),
            }),
          ],
        })

这两个都会失效

@pearmini pearmini added the V5 label Sep 4, 2023
@pearmini pearmini self-assigned this Sep 4, 2023
@pearmini pearmini added this to G2 Sep 4, 2023
@pearmini
Copy link
Member Author

pearmini commented Sep 6, 2023

可能会交互销毁有关系

@pearmini
Copy link
Member Author

可能是类似的问题:#5619

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant