Skip to content

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

@juliorosseti

Description

@juliorosseti

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions