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

chart.events.dataPointSelection() - Not work in radialBar type #279

Closed
juliorosseti opened this issue Jan 18, 2019 · 5 comments
Closed

chart.events.dataPointSelection() - Not work in radialBar type #279

juliorosseti opened this issue Jan 18, 2019 · 5 comments
Labels
bug Something isn't working

Comments

@juliorosseti
Copy link

Codepen

https://codepen.io/anon/pen/oJrVxO?editors=0010

Explanation

What is the behavior you expect?

Object {
  dataPointIndex: 0
  selectedDataPoints: [Array(1)]
  seriesIndex: 0
  w: {config: {…}, globals: {…}}
  __proto__: Object
}

What is happening instead?

Object {
  dataPointIndex: NaN
  selectedDataPoints: [NaN: Array(2)]
  seriesIndex: NaN
  w: {config: {…}, globals: {…}}
  __proto__: Object
}

What error message are you getting?
None

@junedchhipa junedchhipa added the bug Something isn't working label Jan 19, 2019
@juliorosseti
Copy link
Author

Hi JC 🖐🏼,

When will be released the version with this fix?

@junedchhipa
Copy link
Contributor

Tomorrow, hopefully. 😀

@juliorosseti
Copy link
Author

Uhuhuhuhu, tkss! 🎉🙌👌

@tapanparekh
Copy link

Is this issue resolved?

@tapanparekh
Copy link

I am getting this error in treemap chart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants
@junedchhipa @juliorosseti @tapanparekh and others