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

Sunburst chart opening additional children #1245

Closed
bradking1329 opened this issue Jul 7, 2020 · 3 comments · Fixed by #1351
Closed

Sunburst chart opening additional children #1245

bradking1329 opened this issue Jul 7, 2020 · 3 comments · Fixed by #1351
Labels
bug A broken behaviour that was working previously has-pr help wanted Extra attention is needed

Comments

@bradking1329
Copy link

Bug Report

Expected Behavior

When clicking on a certain child, only the children of that child should expand.

Current Behavior

Clicking the 11th or 12th child in NORAM causes multiple children to expand, even if they do not correspond to the parent clicked.

Possible Solution

Haven't looked at the source code, but seems like it may due to the raw number of entries in our chart, since it consistently happens to the 11th or 12th child of our example

Steps to Reproduce

Reproducible at: https://stackblitz.com/edit/github-okclvb

  1. Click on NORAM child (purple).
  2. Click the 11th or 12th smallest child.

Context (Environment)

We've been working on creating reporting for an internal app — we want to use the Sunburst Chart to show the busiest hour within a 24 hour period (almost like a clock), along with the user-breakdown underneath the hour.

Used Versions:

  • node: 12.15.0
  • npm: 6.14.1
  • typescript: 3.8.3
  • angular: 9.1.11
  • @angular/cdk: 9.2.4
  • @dynatrace/barista-components: 7.1.0

Attachments

image

@bradking1329 bradking1329 added the bug A broken behaviour that was working previously label Jul 7, 2020
@tomheller
Copy link
Collaborator

@bradking1329 Thank you for reporting this.
@subarroca Would you mind looking into this one?

@tomheller tomheller added the help wanted Extra attention is needed label Jul 8, 2020
@subarroca
Copy link
Contributor

subarroca commented Jul 8, 2020 via email

@subarroca
Copy link
Contributor

@tomheller this will be finally taken care by @PedroMosquera . Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A broken behaviour that was working previously has-pr help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants