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

[Bug][Chart] LegendItemClickEvent event arguments are outdated #626

Open
vveesseelliinnaa opened this issue Oct 14, 2024 · 0 comments
Open
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: Low

Comments

@vveesseelliinnaa
Copy link
Contributor

Describe the bug
The LegendItemClickEvent event arguments are outdated and the currently available e.target has to be e.sender (representing the instance of the chart)

To Reproduce
Steps to reproduce the behavior:

  1. Go to this demo: https://stackblitz.com/edit/3yfhyd-zrqqxz?file=src%2Fmain.vue
  2. Open the console and Click the legend item

Result: Observe that the chart instance accessed via e.target is undefined.
Expected: Replace e.target with e.sender.

Additional context
Reported in Ticket ID: 1667095

@vveesseelliinnaa vveesseelliinnaa added Bug Item which indicates that something is not working SEV: Low Kendo UI for Vue labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: Low
Projects
None yet
Development

No branches or pull requests

1 participant